>> |
Anonymous
1. it's not AVI but OGM 2. it uses FMP4 (FFMPEG4) for video and OGG for audio. 3. something's borking in that OGM, because MPlayer can play it just fine, but once you try to fastforward, it terminates. 4. Solution : OGM->AVI conversion with mencoder, copy the video, re-encode the audio to MP3 :
mencoder -o MilkHall2.avi -oac mp3lame -lameopts cbr:br=128 -ovc copy \[Oriental\ Dream\]\ Milk\ Hall\ Vol\ 2.avi
|