On Tue, Mar 17, 2009 at 6:58 AM, Marco Nelissen <span dir="ltr"><<a href="mailto:marco.nelissen@gmail.com">marco.nelissen@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, Mar 17, 2009 at 1:48 AM, belcampo <span dir="ltr"><<a href="mailto:belcampo@zonnet.nl" target="_blank">belcampo@zonnet.nl</a>></span> wrote:<br></div><div class="gmail_quote"><div class="im">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Marco Nelissen wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have some recordings that mythtv won't play. These files play just fine with mplayer, xine and vlc,<br>
</blockquote></div>
What kind of file is it, MEPG-2 or h264, if h264 ProjectX won't do, you could remux with tsmuxer, sometime written as tsMuxeR.</blockquote></div><div><br>It was an ATSC OTA recording, mpeg-2 TS. I ended up running it through ffmpeg, since I already had it installed.<br>
In case anyone runs in to a similar issue and is searching the archive for a solution:</div></div></blockquote><div><br>Accidentally hit send (hard to type while holding a newborn), but here's what I did:<br><br>ffmpeg -i <oldfile> -acodec copy -vcodec copy -f mpegts <newfile><br>
<br>then renamed <newfile> to <oldfile>, and ran mythcommflag on it. Made the file half a gig smaller too.<br><br></div></div><br><br>