harfang@slrpnk.net to No Stupid Questions@lemmy.world · 8 hours agoFOSS App to Edit videos ?slrpnk.netimagemessage-square16fedilinkarrow-up153arrow-down10file-text
arrow-up153arrow-down1imageFOSS App to Edit videos ?slrpnk.netharfang@slrpnk.net to No Stupid Questions@lemmy.world · 8 hours agomessage-square16fedilinkfile-text
minus-squareanamethatisnt@sopuli.xyzlinkfedilinkarrow-up6·edit-27 hours 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-up2·edit-26 hours agoHow do you add a text overlay that follows an object in the video?
minus-squareTwanquility@feddit.dklinkfedilinkarrow-up3·5 hours agoI can imagine som LLM coming up with an absolute nonsense step by step guide on how to do it with the terminal.
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?
I can imagine som LLM coming up with an absolute nonsense step by step guide on how to do it with the terminal.
carefully.