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-squarethenose@lemmy.worldlinkfedilinkarrow-up5arrow-down1·7 hours agoI’m sorry but how tf you edit videos without a gui?
minus-squareunexposedhazard@discuss.tchncs.delinkfedilinkarrow-up4·6 hours agoI often just want to extract a clip from a lomg video and its great for that. OP just didnt specify anything at all, so its hard to guess whats actually needed.
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.
minus-squaresilly goose meekah@lemmy.worldlinkfedilinkarrow-up3·edit-21 hour agoIt would definitely be a hassle to combine several clips. But if all you want to do is cut a small clip from a larger one, or transcode to a different format, it is sufficient.
minus-squarethenose@lemmy.worldlinkfedilinkarrow-up2·7 hours agoOh yh don’t get me wrong ive done transcoding and shortening vids but cutting and colouring sounds a lot of hassle
minus-squaresilly goose meekah@lemmy.worldlinkfedilinkarrow-up1·3 hours agoThat’s why I said “depending on what you wanna do” ;)
I’m sorry but how tf you edit videos without a gui?
I often just want to extract a clip from a lomg video and its great for that. OP just didnt specify anything at all, so its hard to guess whats actually needed.
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.
It would definitely be a hassle to combine several clips.
But if all you want to do is cut a small clip from a larger one, or transcode to a different format, it is sufficient.
Oh yh don’t get me wrong ive done transcoding and shortening vids but cutting and colouring sounds a lot of hassle
That’s why I said “depending on what you wanna do” ;)