2024-09-06, 05:54 AM
(This post was last modified: 2024-09-06, 06:00 AM by Kiwa. Edited 3 times in total.)
(2024-09-05, 10:46 PM)TheDreadPirate Wrote: What tool did you use to create your AV1 videos? If ffmpeg, what is the ffmpeg command you used?
The software I'm using is "FastFlix" with AV1 (VCEEncC) for AMD GPU.
I know practically nothing about conversion parameters, I'm still learning.
I use the default options and change them to get the best quality/size.
Code:
"D:\Kiwa\Desktop\convertidor av1\VCEEncC_8.23_x64\VCEEncC64.exe" --avsw --device 0 -i "D:\Kiwa\Downloads\El gigante de hierro (1999) [BDRemux 1080p AVC Dual AC3 5.1 - DTS-MA 5.1 Subs].mkv" --video-metadata clear --metadata clear --chapter-copy -c av1 --vbr 4000 --preset slower --level auto --chromaloc auto --colorrange auto --colormatrix auto --transfer auto --colorprim auto --output-depth 8 --motion-est q-pel --vbaq --pe --pa sc=medium,ss=high,activity-type=y,caq-strength=medium,ltr=true,fskip-maxqp=35,paq=none,motion-quality=none --avsync cfr --audio-copy 1,2,3 --audio-metadata 1?language=spa --audio-metadata 1?title="Castellano AC-3 5.1" --audio-metadata 1?handler="Castellano AC-3 5.1" --audio-disposition 1?default --audio-metadata 2?language=eng --audio-metadata 2?title="Inglés DTS-HD MA 5.1" --audio-metadata 2?handler="Inglés DTS-HD MA 5.1" --audio-disposition 2?unset --audio-metadata 3?language=eng --audio-metadata 3?title="Inglés AC-3 5.1" --audio-metadata 3?handler="Inglés AC-3 5.1" --audio-disposition 3?unset -m default_mode:infer_no_subs -o "D:\Kiwa\Downloads\El gigante de hierro (1999) [BDRemux 1080p AVC Dual AC3 5.1 - DTS-MA 5.1 Subs]-fastflix-55fe.mkv"