문제

Is it possible to get a list of parameter values used in libx264 while encoding a stream? I am using a ffmpeg binary to encode.

도움이 되었습니까?

해결책

I am going to answer my own question: Just check the the console output during encoding. ffmpeg will show libx264 parameters as a string.

For finished videos use strings command:

$ strings output.mkv | grep x264
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top