mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
-clutter
This commit is contained in:
parent
b48ce12622
commit
047351060b
1 changed files with 3 additions and 3 deletions
6
av1an.py
6
av1an.py
|
@ -314,14 +314,14 @@ class Av1an:
|
|||
|
||||
# 1_pass Aomenc:
|
||||
# ffmpeg -i input_file -pix_fmt yuv420p -f yuv4mpegpipe - |
|
||||
# aomenc -q --passes=1 --cpu-used=8 --end-usage=q --cq-level=63 --aq-mode=0 -o output
|
||||
# aomenc --passes=1 --cpu-used=8 --end-usage=q --cq-level=63 --aq-mode=0 -o output
|
||||
|
||||
# 2_pass Aomenc:
|
||||
# ffmpeg -i input_file -pix_fmt yuv420p -f yuv4mpegpipe - |
|
||||
# aomenc -q --passes=2 --pass=1 --cpu-used=8 --end-usage=q --cq-level=63 --aq-mode=0 --log_file -o /dev/null -
|
||||
# aomenc --passes=2 --pass=1 --cpu-used=8 --end-usage=q --cq-level=63 --aq-mode=0 --log_file -o /dev/null -
|
||||
|
||||
# ffmpeg -i input_file -pix_fmt yuv420p -f yuv4mpegpipe - |
|
||||
# aomenc -q --passes=2 --pass=2 --cpu-used=8 --end-usage=q --cq-level=63 --aq-mode=0 --log_file -o output -
|
||||
# aomenc --passes=2 --pass=2 --cpu-used=8 --end-usage=q --cq-level=63 --aq-mode=0 --log_file -o output -
|
||||
|
||||
if self.args.encoding_params == '':
|
||||
self.encoding_params = '--cpu-used=6 --end-usage=q --cq-level=40'
|
||||
|
|
Loading…
Reference in a new issue