ffmpeg:conversions:convert_h264_to_av1:libaom:two-pass
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ffmpeg:conversions:convert_h264_to_av1:libaom:two-pass [2023/06/15 08:05] – peter | ffmpeg:conversions:convert_h264_to_av1:libaom:two-pass [2023/06/15 17:43] (current) – peter | ||
---|---|---|---|
Line 11: | Line 11: | ||
<code bash> | <code bash> | ||
- | time ffmpeg -i a.mp4 -c:v libaom-av1 -b:v 2M -pass 1 -an -f null /dev/null && ffmpeg -i a.mp4 -c:v libaom-av1 -b:v 2M -pass 2 -c:a libopus -f mp4 out.mp4 | + | time ffmpeg -i a.mp4 -c:v libaom-av1 -b:v 2M -pass 1 -an -f null /dev/null && |
+ | |||
+ | time ffmpeg -i a.mp4 -c:v libaom-av1 -b:v 2000k -pass 1 -an -f null /dev/null && time ffmpeg -i a.mp4 -c:v libaom-av1 -b:v 2000k -pass 2 -ac 2 -c:a libopus | ||
</ | </ | ||
Line 18: | Line 20: | ||
<code bash> | <code bash> | ||
... | ... | ||
- | real 235m34.669s | + | real 98m40.037s |
- | user 1366m50.037s | + | user 567m32.622s |
- | sys 0m45.396s | + | sys 0m26.253s |
</ | </ | ||
Line 27: | Line 29: | ||
* Input test size: 75.5M | * Input test size: 75.5M | ||
- | * Output test size: | + | * Output test size: |
</ | </ | ||
Line 33: | Line 35: | ||
<WRAP info> | <WRAP info> | ||
**NOTE: | **NOTE: | ||
+ | |||
+ | * **Opus** is a totally open, royalty-free, | ||
</ | </ | ||
ffmpeg/conversions/convert_h264_to_av1/libaom/two-pass.1686816319.txt.gz · Last modified: 2023/06/15 08:05 by peter