
MP4 only sound, no video.
Hi
I am having trouble with a mp4 file that has sound, but shows no video.
It is played without problems in VLC player.
Here is the URL:
http://128.140.176.16:38080/vid/jwplayer.html
The MP4 is coverted from AVI file by using following command line:
ffmpeg -i "correct.avi" -strict -2 -acodec aac -ar 22050 -ab 48k -ac 2 -s "1022"x"601" -vcodec libx264 -b 1200k -flags +loop+mv4 -cmp 256 -partitions +parti4x4+partp8x8+partb8x8 -subq 7 -trellis 1 -refs 5 -coder 0 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 1200k -maxrate 1200k -bufsize 1200k -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -r 30 -g 90 -async 2 -v 0 "correct.mp4"
The original AVI file is here:
http://128.140.176.16:38080/vid/correct.avi
The mp4 file is here:
http://128.140.176.16:38080/vid/correct.mp4
Thanks,
Kiril