Answer the question
In order to leave comments, you need to log in
What do the various ffmpeg/HEVC options mean?
Please describe in detail how to use the parameters when encoding a video.
There is a batch file for encoding in HEVC:
ffmpeg ^
-i "%~1" ^
-c:v libx265 ^
-profile:v main10 ^
-preset medium ^
-tune fastdecode ^
-crf 19 ^
-map 0 ^
-pix_fmt yuv420p10le ^
-x265-params "aq-mode=3:no-strong-intra-smoothing=1:range=full:colorprim=bt709:colormatrix=bt709" ^
-c:a copy ^
-c:s copy ^
"%~p1%~n1_HEVC.mkv"
[swscaler @ 00000170337a7000] deprecated pixel format used, make sure you did set range correctly
x265 [info]: HEVC encoder version 3.5+15-4bf31dc15
x265 [info]: build info [Windows][GCC 10.0.0][64 bit] 10bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x265 [error]: Picture width must be an integer multiple of the specified chroma subsampling
x265 [error]: Picture height must be an integer multiple of the specified chroma subsampling
[libx265 @ 0000017032fe1400] Cannot open libx265 encoder.
Error initializing output stream 0:9 -- Error while opening encoder for output stream #0:9 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
Answer the question
In order to leave comments, you need to log in
I 'll send it not to the wiki :
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question