<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Although I haven't patched mythtv to watch ITV HD live, I have told myth that channel 10510 is ITV HD, and it appears on the epg and I can record programs. The recorded files won't play in myth (no surprise there I guess), but I can use ffmpeg to put the recording into an mp4 wrapper without changing the audio/video, and it plays (sort of - sound sync is way off in gnome mplayer). SO the question is how do I transcode the recording into something that myth recognises and will play? Would there be a way of putting this into a user job and automating it?</DIV>
<DIV>&nbsp;</DIV>
<DIV>I think the ffmpeg command line was:-</DIV>
<DIV>ffmpeg -i inputfile.mpg -acodec copy -vcodec copy outputfile.mp4</DIV></td></tr></table>