harfang@slrpnk.net to No Stupid Questions@lemmy.world · 1 day agoFOSS App to Edit videos ?slrpnk.netimagemessage-square27linkfedilinkarrow-up185arrow-down10file-text
arrow-up185arrow-down1imageFOSS App to Edit videos ?slrpnk.netharfang@slrpnk.net to No Stupid Questions@lemmy.world · 1 day agomessage-square27linkfedilinkfile-text
minus-squareanamethatisnt@sopuli.xyzlinkfedilinkarrow-up8·edit-21 day 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-21 day agoHow do you add a text overlay that follows an object in the video?
minus-squareTwanquility@feddit.dklinkfedilinkarrow-up4·1 day 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?
carefully.
I can imagine som LLM coming up with an absolute nonsense step by step guide on how to do it with the terminal.