this post was submitted on 20 Mar 2024
40 points (97.6% liked)

Open Source

28943 readers
431 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 3 months ago* (last edited 3 months ago)

Trim

ffmpeg -ss [start] -to [stop] -i in.mp4 -c copy out.mp4

Crop

ffmpeg -i in.mp4 -vf "crop=out_w:out_h:x:y" out.mp4

Mirror

ffmpeg -i in.mp4 -vf vflip -c:a copy out.mp4

Rotate

ffmpeg -i in.mp4 -vf "transpose=1" out.mp4

... Not gonna lie - its nice to also have a GUI for this!

[–] [email protected] 5 points 3 months ago

All my homies use LosslessCut

[–] [email protected] 3 points 3 months ago

Nice! I was looking for something like this the other day. Also great that it's available on Flathub.

Who are these people downvoting these posts? 😆

[–] [email protected] 1 points 3 months ago

But can it rotate?