Category:Multimedia: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
(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>")
 
Line 2: Line 2:
= FFMpeg =
= FFMpeg =
== Resize ==
== Resize ==
=== Match Vertical to Suit 720 ===
=== Scale, Match Vertical to Suit 720 ===
<pre>
<pre>
ffmpeg -i input.avi -filter:v scale=720:-1 -c:a copy output.mkv
ffmpeg -i input.avi -filter:v scale=720:-1 -c:a copy output.mkv
</pre>
</pre>

Revision as of 22:00, 16 February 2024

FFMpeg

Resize

Scale, 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.