not_IO@lemmy.blahaj.zone to Lemmy Shitpost@lemmy.worldEnglish · 2 days agome btwlemmy.blahaj.zoneimagemessage-square36fedilinkarrow-up1351arrow-down110
arrow-up1341arrow-down1imageme btwlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Lemmy Shitpost@lemmy.worldEnglish · 2 days agomessage-square36fedilink
minus-squaredamnthefilibuster@lemmy.worldlinkfedilinkEnglisharrow-up66·2 days agoIt’s very simple. ffmpeg -i input_file <deep-dark-magic-you-should-be-afraid-of> output_file Couldn’t be simpler.
minus-squarejlow (he / him)@discuss.tchncs.delinkfedilinkarrow-up3·1 day agoThat you don’t need to prepend output-file with -o but need(?) to do it with the input / -i weirds me out every time I use ffmpeg (which is a lot).
minus-squaredamnthefilibuster@lemmy.worldlinkfedilinkEnglisharrow-up3·1 day agoNo but that’s understandable- you can have any number of inputs (what’s the upper limit, I wonder) but everything goes into only one output…
minus-squarejlow (he / him)@discuss.tchncs.delinkfedilinkarrow-up2·4 hours agoAh, ok? So anything after an -i is an input but the last thing is always the output so ot doesn’t need a mark? Interesting.
It’s very simple.
ffmpeg -i input_file <deep-dark-magic-you-should-be-afraid-of> output_fileCouldn’t be simpler.
That you don’t need to prepend output-file with -o but need(?) to do it with the input / -i weirds me out every time I use ffmpeg (which is a lot).
No but that’s understandable- you can have any number of inputs (what’s the upper limit, I wonder) but everything goes into only one output…
Ah, ok? So anything after an -i is an input but the last thing is always the output so ot doesn’t need a mark? Interesting.
Pretty much!
-filter_complexsends its regards