4 points

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? 😆

permalink
report
reply
1 point

But can it rotate?

permalink
report
reply
5 points

All my homies use LosslessCut

permalink
report
reply
11 points
*

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!

permalink
report
reply

Open Source

!opensource@lemmy.ml

Create post

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

Useful Links

Rules

  • Posts must be relevant to the open source ideology
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

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

Community stats

  • 5.6K

    Monthly active users

  • 1.7K

    Posts

  • 28K

    Comments