Asadd:It works for various file formats. The version out now uses MEncoder to covert mpg, avi and NOW thanks to you dvr-ms into wmv for playback. The reason I wanted DVR-MS support that you now provide is that I can use it for my original xbox instead of shelling out a min of $300 for another 360. All I have been doing is replacing the files you provide with the ones that are used for transcode 360. I now have DVR-MS HD support that allows me to watch recorded HD TV on my box. I can upload the script file for Transcode 360 later tonight. I opened it up in notepad, though I know nothing about programing so the various profiles you all are creating seem foreign to me =(
Interesting…I never thought of using Transcode 360 to watch HD content on V1 extenders. If you send me the scripts I’ll look at them. The big thing that you have to look at is to make sure they aren’t using the –demuxer 35 option for dvr-ms files. If they are, then you are using the ffmpeg demuxer to read the dvr-ms format, and that explains why you are seeing AV sync issues. Right now, I’m in the middle of porting the code to ffmpeg, however, one of the big remaining issues we have is some AV sync issues. Anyway, the last compile of Mencoder included this ffmpeg code, so if you are using the –demuxer 35 option, I would expect AV sync issues. If you don’t use the –demuxer 35 option, Mencoder will use the MPlayer demuxer and that is the demuxer you’ll want to use right now for reading dvr-ms files.
If you can’t figure out if the –demuxer 35 option is being used, please see if one of the Transcode 360 developers will contact me. I’ll be happy to share the source code with them. Right now this code is being used in the XBMC, DVRMSToolbox (soon), and Crunchie projects, I’d be happy to have the Transcode 360 project join us.