View Full Version : Some questions about FFmpeg and H264
Deckard2019
26th June 2008, 23:26
1/ Is x264 the only way to produce H264 with FFmpeg ?
2/ I need to create two files (different resolution and bitrate) from one source, using 2 passes.
Could I reuse first pass stats of first encoding to create second one ?
Thank you.
Dark Shikari
26th June 2008, 23:26
1/ Is x264 the only way to produce H264 with FFmpeg ?Yes.
2/ I need to create two files (different resolution and bitrate) from one source, using 2 passes.
Could I reuse first pass stats of first encoding to create second one ?It would work, though it wouldn't be ideal.
Deckard2019
9th July 2008, 10:49
Is there a way to specify log filename for x264 ? -passlogfile is not working, I always get only "x264_2pass.log" filled.
I need to launch several ffmpeg instances and they always use the same log file for 2 pass.
Thank you.
Snowknight26
9th July 2008, 17:42
--stats "filename.ext"
Deckard2019
9th July 2008, 18:10
--stats "filename.ext"
This option is for x264 not ffmpeg. I'm afraid there's no equivalent for this with ffmpeg.
Snowknight26
9th July 2008, 19:45
My mistake, didn't realize you were still talking about ffmpeg in your 2nd post. What's your command line? What ffmpeg revision are you using?
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.