icheyne
2009-03-15, 21:45
I had an .avi video that refused to play smoothly with my Xbox XBMC, but worked fine on my computer.
This FAQ (http://xbmc.org/wiki/?title=Troubleshooting#I_got_one_or_several_AVI_fi les_that_plays_choppy_and.2For_ends_in_the_middle_ of_playback.2C_what_could_be_the_cause.3F) diagnosed the problem - I had to re-mux the AVI. Unfortunately it only had instructions for Windows.
To fix this in Ubuntu Linux I ran the following two commands:
sudo aptitude install mencoder
mencoder -ovc copy -oac copy -of avi -o "remuxed.avi" "original.avi"
The file processed for a few minutes and then it ran smoothly on XBMC.
via (http://avidemux.org/admForum/viewtopic.php?pid=28652)
This FAQ (http://xbmc.org/wiki/?title=Troubleshooting#I_got_one_or_several_AVI_fi les_that_plays_choppy_and.2For_ends_in_the_middle_ of_playback.2C_what_could_be_the_cause.3F) diagnosed the problem - I had to re-mux the AVI. Unfortunately it only had instructions for Windows.
To fix this in Ubuntu Linux I ran the following two commands:
sudo aptitude install mencoder
mencoder -ovc copy -oac copy -of avi -o "remuxed.avi" "original.avi"
The file processed for a few minutes and then it ran smoothly on XBMC.
via (http://avidemux.org/admForum/viewtopic.php?pid=28652)