mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
fix
This commit is contained in:
parent
6e83d51aa7
commit
a7bb95b1d8
1 changed files with 4 additions and 5 deletions
|
@ -65,6 +65,7 @@ With your own parameters:
|
||||||
|
|
||||||
-fmt --pix_format Setting custom pixel/bit format(Default: 'yuv420p')
|
-fmt --pix_format Setting custom pixel/bit format(Default: 'yuv420p')
|
||||||
Example for 10 bit: 'yuv420p10le'
|
Example for 10 bit: 'yuv420p10le'
|
||||||
|
Encoding options should be adjusted accordingly.
|
||||||
|
|
||||||
--resume If encode was stopped/quit resumes encode with saving all progress
|
--resume If encode was stopped/quit resumes encode with saving all progress
|
||||||
Resuming automatically skips scenedetection, audio encoding/copy,
|
Resuming automatically skips scenedetection, audio encoding/copy,
|
||||||
|
@ -75,11 +76,9 @@ With your own parameters:
|
||||||
Needed if framerate changes.
|
Needed if framerate changes.
|
||||||
By default any differences in frames of encoded files will be reported
|
By default any differences in frames of encoded files will be reported
|
||||||
|
|
||||||
-m --mode 0 - Video encoding (Default), 1 - Image encoding
|
-m --mode 0 - Video encoding (Default),
|
||||||
By default used 10 bit encoding.
|
1 - Image encoding. Using 10 bit encoding and constant quality mode Aom.
|
||||||
Constant quality mode for Aomenc
|
|
||||||
Encoding options should be adjusted accordingly
|
|
||||||
|
|
||||||
-log --logging Path to .log file(Default: no logging)
|
-log --logging Path to .log file(Default: no logging)
|
||||||
|
|
||||||
<h2 align="center">Main Features</h2>
|
<h2 align="center">Main Features</h2>
|
||||||
|
|
Loading…
Reference in a new issue