Category:Multimedia
Revision as of 21:59, 16 February 2024 by RobertBushman (talk | contribs) (Created page with "Category:Hacking = FFMpeg = == Resize == === Match Vertical to Suit 720 === <pre> ffmpeg -i input.avi -filter:v scale=720:-1 -c:a copy output.mkv </pre>")
FFMpeg
Resize
Match Vertical to Suit 720
ffmpeg -i input.avi -filter:v scale=720:-1 -c:a copy output.mkv
This category currently contains no pages or media.