I've been given a couple of AVI files that were somehow created from video cameras. One of them plays fine and the other doesn't but as far as I can tell they use the same container/codec. I've tried converting the broken one to a few different formats but the Humax can't play any of them. The only success I had was converting the broken one to DivX (using ffmpeg) and omitting the audio stream - that time the video played; could the audio stream be the problem?
Can anyone help or suggest things to try?
Thanks!
Can anyone help or suggest things to try?
Thanks!
Code:
Input #0, avi, from 'works.avi':
Duration: 00:22:17.3, start: 0.000000, bitrate: 1096 kb/s
Stream #0.0, 23.98 fps(r): Video: mpeg4, yuv420p, 512x384
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 160 kb/s
Input #0, avi, from 'broken.avi':
Duration: 00:22:17.7, start: 0.000000, bitrate: 1095 kb/s
Stream #0.0, 29.98 fps(r): Video: mpeg4, yuv420p, 512x384
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 160 kb/s