2009-01-31, 01:30 AM
ACTCMS Wrote:That sounds like it might be worth trying - but it might be worth trying to find out where the extra "'s are coming from in the first place
I note that the "'s are not present in the mvp .ts transcode line... witness:
Code:
<AutoConvertTSCommand>-y -i "{SOURCE_FILE}" -vcodec copy -acodec copy -f dvd "{DEST_FILE}"</AutoConvertTSCommand>
...
<MVPFFmpegTranscodeTS>-y -i "{SOURCE_FILE}" -vcodec copy -acodec copy {DEST_FILE}</MVPFFmpegTranscodeTS>
The "'s don't appear around {DEST_FILE} in any of the other convert/transcode commands. I suspect we have a config bug here.
I've tried transcoding .ts to mpeg once or twice myself, and it's never done anything for me either, but I've never done any troubleshooting. Hence why I jumped into this thread...