harfang@slrpnk.net to No Stupid Questions@lemmy.world · 2 days agoFOSS App to Edit videos ?slrpnk.netexternal-linkmessage-square29fedilinkarrow-up190arrow-down10file-text
arrow-up190arrow-down1external-linkFOSS App to Edit videos ?slrpnk.netharfang@slrpnk.net to No Stupid Questions@lemmy.world · 2 days agomessage-square29fedilinkfile-text
minus-squareanamethatisnt@sopuli.xyzlinkfedilinkarrow-up8·edit-22 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-22 days agoHow do you add a text overlay that follows an object in the video?
minus-squareTwanquility@feddit.dklinkfedilinkarrow-up4·2 days 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.