2008-06-07, 06:28 AM
Sub,
I just came across a problem where MVP-PVRX2 process would take an exception when attempting to view a TS file on the MVP. It was because ffmpeg couldn't create the MVP.....mpg file and PVRX2 couldn't find the non-existent file. Anyway, it boils down to this line in the config.xml file:
<MVPFFmpegTranscodeTS>-y -i "{SOURCE_FILE}" -vcodec copy -acodec copy "{DEST_FILE}"</MVPFFmpegTranscodeTS>
Note that I added the quotes around the {DEST_FILE}. I also checked, it was also lacking the quotes in config-master.dont-edit-me.xml file. GBPVR version is 1.2.13
I also noticed the quotes are missing in the <PVR350TranscodeCmdLine> line as well.
You may want to fix them for the next release.
Berk
I just came across a problem where MVP-PVRX2 process would take an exception when attempting to view a TS file on the MVP. It was because ffmpeg couldn't create the MVP.....mpg file and PVRX2 couldn't find the non-existent file. Anyway, it boils down to this line in the config.xml file:
<MVPFFmpegTranscodeTS>-y -i "{SOURCE_FILE}" -vcodec copy -acodec copy "{DEST_FILE}"</MVPFFmpegTranscodeTS>
Note that I added the quotes around the {DEST_FILE}. I also checked, it was also lacking the quotes in config-master.dont-edit-me.xml file. GBPVR version is 1.2.13
I also noticed the quotes are missing in the <PVR350TranscodeCmdLine> line as well.
You may want to fix them for the next release.
Berk