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