H264 encoding problem
Posted: 08 Sep 2013 13:13
Hi,
I have a problem transcoding a video file to mp4 (x264, mp3). When I convert any video with VLC like so
I cannot play this video in Silverlight 5 (using mediaelement). So I was trying to figure out what is the problem and when I use ffplay to play converted mp4 files it says
I thing this might be the reason why I cannot play this video in silverlight.
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
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