harfang@slrpnk.net to No Stupid Questions@lemmy.world · 25 days agoFOSS App to Edit videos ?slrpnk.netimagemessage-square19linkfedilinkarrow-up163arrow-down10file-text
arrow-up163arrow-down1imageFOSS App to Edit videos ?slrpnk.netharfang@slrpnk.net to No Stupid Questions@lemmy.world · 25 days agomessage-square19linkfedilinkfile-text
minus-squareanamethatisnt@sopuli.xyzlinkfedilinkarrow-up7·edit-225 days agoWith the CLI! ;-) f.e. this would rotate the video 90 degrees: ffmpeg -i in.mov -vf “transpose=1” out.mov
minus-squareAzzu@lemmy.dbzer0.comlinkfedilinkarrow-up4·edit-225 days agoHow do you add a text overlay that follows an object in the video?
With the CLI! ;-)
f.e. this would rotate the video 90 degrees:
How do you add a text overlay that follows an object in the video?
carefully.