2008-11-03, 08:09 PM
sub - further to my post yesterday, I think I've found a fix for the ts to mpeg2 transcode problem and thought it was worth a separate post
When trying this from Video Library, if you remember, the popup says that it's beginning transcode then disappears almost immediately.
From the pvrx2.exe.log......running this from a command prompt, ffmpeg told me it was Unable to find a suitable output format for 'D:\GB-PVR\Two'.
Looks like the config.xml entry needs {DEST_FILE} to be put in quotes.
Cheers,
Brian
When trying this from Video Library, if you remember, the popup says that it's beginning transcode then disappears almost immediately.
From the pvrx2.exe.log...
Code:
2008-11-03 19:44:15.379 VERBOSE [1] getValue: /settings/AutoConvertTSCommand : -y -i "{SOURCE_FILE}" -vcodec copy -acodec copy {DEST_FILE}
2008-11-03 19:44:15.379 VERBOSE [1] TS Conversion: "C:\Program Files\Devnz\GBPVR\Third Party\FFmpeg\ffmpeg.exe" -y -i "D:\GB-PVR\Two Pints of Lager and a Packet of Crisps\Two Pints of Lager and a Packet of Crisps_20081102_23152345.ts" -vcodec copy -acodec copy D:\GB-PVR\Two Pints of Lager and a Packet of Crisps\Two Pints of Lager and a Packet of Crisps_20081102_23152345.mpg
Looks like the config.xml entry needs {DEST_FILE} to be put in quotes.
Cheers,
Brian