mencoder <input-file> -oac copy -ovc copy -ffourcc XVID -o <output-file>
-oac
stands for "output audio codec"-ovc
stands for "output video codec"-ffourcc
is for forcing the changing of the fourcc setting. The non-playable files had a FourCC setting of FMP4. I changed it to XVID, which made them playable.-o
is for output file Example:
mencoder The.Big.Show.S01E03.avi -oac copy -ovc copy -ffourcc XVID -o The.Big.Show.S01E03-XVID.avi
No comments:
Post a Comment