@[email protected] to Open [email protected] • 1 year agoTrim, Crop, Mirror and Flip videos with Footagewww.omglinux.comexternal-linkmessage-square4fedilinkarrow-up143
arrow-up143external-linkTrim, Crop, Mirror and Flip videos with Footagewww.omglinux.com@[email protected] to Open [email protected] • 1 year agomessage-square4fedilink
minus-square@[email protected]linkfedilink11•edit-21 year agoTrim 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!
Trim
Crop
Mirror
Rotate
… Not gonna lie - its nice to also have a GUI for this!