User Tools

Site Tools


ffmpeg:conversions:convert_h264_to_av1:libaom:simple_usage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ffmpeg:conversions:convert_h264_to_av1:libaom:simple_usage [2023/06/13 21:34] – created peterffmpeg:conversions:convert_h264_to_av1:libaom:simple_usage [2023/06/13 21:38] (current) peter
Line 1: Line 1:
 ====== ffmpeg - Conversions - Convert H264 to AV1 - libaom - Simple usage ====== ====== ffmpeg - Conversions - Convert H264 to AV1 - libaom - Simple usage ======
 +
 +<code bash>
 +time ffmpeg -y -i a.mp4 -c:v libaom-av1 -f mp4 out.mp4
 +</code>
 +
 +returns:
 +
 +<code bash>
 +...
 +real 235m34.669s
 +user 1366m50.037s
 +sys 0m45.396s
 +</code>
 +
 +<WRAP info>
 +**NOTE:** 
 +
 +  * Input test size:  75.5M
 +  * Output test size:  21.1M
 +
 +</WRAP>
  
ffmpeg/conversions/convert_h264_to_av1/libaom/simple_usage.1686692057.txt.gz · Last modified: 2023/06/13 21:34 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki