On Sat, Mar 01, 2008 at 08:24:50AM -0500, [EMAIL PROTECTED] wrote: > In a previous post I had mentioned that I was re-encoding some of my DVDs to > mpeg2 video / mp2 audio files. When I play the files on my computer, > everything seems fine, but when I play through mvpmc there are issues. When > playing, the video/audio are out of sync. But if I skip forward & skip back, > the sync issue goes away. > > I have some time to spend debugging this, my TV card will be arriving on > Monday :) Was curious if anyone had seen this issue.
I've seen similar behaviour when I used mencoder to convert from .avi to .mpg (MPEG version 2 I think, with mp2 audio). This used the following command line: mencoder video.avi -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video -oac mp2 -o video.mpg The sound is frequently out of sync with the video. I tried using Roger's shell script to convert the input file, which ran but produced a file which ran, but there was sound but no picture: # Written by: Roger Heflin ([EMAIL PROTECTED]) # # script to convert a video file into a form that is playable on a # mvpmc box, used inside of MYTHTV to convert HD signals and other # files into forms that will work on the MVPMC box without using VLC # # Version 0.51 11/09/2007 In both cases, the video was converted to a file and accessed using the mvpmc filesystem application. Richard Kay ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
