mplayer - truncated header of media (rawaudio,...)
Hi,
I had recoding from HDD-recorder, the format was AVI (MPEG2 + some audio).
Unfortunately, while cutting desirable fragment [with 'dd' command] I lost the header and now mplayer does not play the sound.
However the sound content is still there and the command:
mplayer -rawaudio format=0x2000 -demuxer rawaudio file.avi
works but then video is missing.
Does anybody could suggest how to play or encode whole content? I tried commands like:
mencoder -audio-demuxer rawaudio -audiofile file.avi file.avi -ovc lavc -o output.avi
or
mencoder -rawaudio format=0x2000 -demuxer rawaudio file.avi -oac lavc -ovc lavc -o output.avi
without success.
Thanks,
|