Hey All,<br><br>I have a hardware based HP PVR150 capture card. When my Myth box was a Windows system running SageTV, all my recorded shows would be captured as mpeg2 files. A file command against one of those files would show as:
<br><br>$ file SoylentGreen-2782310-0.mpg<br>SoylentGreen-2782310-0.mpg: MPEG sequence, v2, program multiplex<br><br>Under mythtv, my shows are recorded with the .mpg extension, but they don't really appear to be mpeg2 compliant files. A file command against any of my recorded shows will return the following:
<br><br>$ file /video/recordings/1256_20070201180000.mpg<br>/video/recordings/1256_20070201180000.mpg: data<br><br>Now, none of my editing software (windows - TsunamiDVD, linux - avidemux) will open these files unless I run them through a very lengthy ffmpeg process.
<br><br>Can anyone tell me how to get my beloved "MPEG sequence, v2, program multiplex" files back? Is this an issue where I can just turn off some sort of automatic transcoding here?<br><br>Thanks!<br><br>ps: I know I'm probably gonna get fried for asking this one, but I've been searching through the user list for a long time with no luck. Lots of folks with similar issues but not quite what I'm seeing.