Control: tags -1 = confirmed upstream Hi Michal,
On 13.03.2015 11:54, Michal Suchanek wrote: > $ ffmpeg -xerror -v warning -i > /scratch/dwhelper/Mill_CPU_for_Humans_-_Part_2.mp4 -f null /dev/null ; echo $? > [null @ 0x264f8c0] Encoder did not produce proper pts, making some up. > [h264 @ 0x26096e0] AVC: nal size 5421 > Last message repeated 1 times > [h264 @ 0x26096e0] no frame! > 0 I can reproduce this and it turns out that threading is the problem. It works as it should with '-threads 1': $ ffmpeg -xerror -threads 1 -v warning -i ./Mill_CPU_for_Humans_-_Part_2.mp4 -f null /dev/null ; echo $? [null @ 0x2026300] Encoder did not produce proper pts, making some up. [h264 @ 0x1e4d2a0] AVC: nal size 5421 [h264 @ 0x1e4d2a0] no frame! Error while decoding stream #0:0: Invalid data found when processing input 1 Can you report this problem in the upstream bug tracker [1]? Best regards, Andreas 1: https://trac.ffmpeg.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org