Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > VP9 and AV1

Reply
 
Thread Tools Search this Thread Display Modes
Old 27th May 2017, 18:43   #1  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
AV1 codec GUI design

I could need some help with the GUI design for the AV1 codec, the documentation is not very helpful...

I've edited the AV1 help output with some sublime text tricks like multi cursor and regex search/replace to get a simple format that will serve to generate the needed code.

I hope somebody can help, this is what I got so far:

https://etherpad.net/p/AV1
stax76 is offline   Reply With Quote
Old 27th May 2017, 18:53   #2  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
A simple boolean option is defined like so:

Code:
--debug
text: Debug
type: bool
help: Debug mode (makes output deterministic)

a string option like so:

Code:
--output
text: Output
type: string
help: Output filename

a numeric option like so:

Code:
--cpu-used
text: CPU Used
type: numeric
min: 0
max: 8
help: CPU Used (0..8)
instead of numeric type can also be int or float


options:

Code:
--bit-depth
text: Depth
type: option
help: Bit depth for codec (8 for version <=1, 10 or 12 for version 2)
options: 8, 10, 12

integer options:

Code:
--aq-mode
text: AQ Mode
type: int option
help: Adaptive quantization mode
options: off, variance, complexity, cyclic refresh

Last edited by stax76; 27th May 2017 at 18:58.
stax76 is offline   Reply With Quote
Old 28th May 2017, 11:31   #3  |  Link
Jamaika
Registered User
 
Join Date: Jul 2015
Posts: 703
{parametrs input file}
--bit-depth=10 --input-bit-depth=10 --i422 --profile=3
--color-space=bt2020
--codec=av1
--fps=30000/1001 --kf-max-dist={2xfps} --drop-frame=100 {depends on fps}

{info file}
--verbose

{quality file}
--good
--threads=4 --cpu-used=4
--end-usage=q --cq-level=48 --target-bitrate=0 --pass=2 --passes=2 {the files are different, otherwise as for X265}
--end-usage=cbr --target-bitrate=X --pass=2 --passes=2

--min-q=0 {size bitrate first frame I}
--auto-alt-ref=1 {add P frame}
--frame-boost=1 {add gold frame}
--aq-mode=0-4 {aq-mode=4 for aspect ratio panoramic x265 erased as superfluous}
--debug {determistic}
--output=114.webm -

Last edited by Jamaika; 28th May 2017 at 11:33.
Jamaika is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:58.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.