[FFmpeg-user] Some guidence on finding this problem.
Moritz Barsnick
barsnick at gmx.net
Wed Aug 3 13:28:17 EEST 2016
On Wed, Aug 03, 2016 at 09:47:01 +0000, JULIAN GARDNER wrote:
> encoder at encoder:~$ ffmpeg -i failure_chomped.ts -c:v libx265 -c:a libfaac -y -f mpegts a.ts
> ffmpeg version N-78956-g920f592 Copyright (c) 2000-2016 the FFmpeg developers
In this case, I would really recommend trying a newer version of
ffmpeg. Your version is from March of this year.
Because: I tried with two versions, one from June and one from today
(Zeranoe's Windows binaries), and both worked just fine with your
sample and command line. I only got two warnings at normal log level.
> x265 [info]: HEVC encoder version 1.9+54-291beccb6760
My ffmpeg has
x265 [info]: HEVC encoder version 2.0
but I think the issue is h264 decoding, i.e. it should be reproducible
(by you) with "-an -f null -".
Moritz
More information about the ffmpeg-user
mailing list