I have a problem transcoding a video file to mp4 (x264, mp3). When I convert any video with VLC like so
Code: Select all
:sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp3,ab=128,channels=2,samplerate=44100}:file{dst=D:\\temp\\ffmpeg\\Camera.mp4} :sout-keep
Code: Select all
[h264 @ 04cbb780] reference picture missing during reorderB f=0/0
[h264 @ 04cbb780] reference count overflow
[h264 @ 04cbb780] decode_slice_header error
[h264 @ 04a07640] number of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one
Here is the file http://www.ulozto.net/x43rkFeW/camera-mp4
Do you have any idea what could be the problem?
Thank you very much for any help