<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Anybody worked out a reliable way to cut recordings from Freeview<br>
terrestrial using ffmpeg?</blockquote><div> </div><div>Nope. I wonder if the developers have properly addressed it / been made aware of it.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
ffmpeg -async 1 -ss [start time] -t [duration] -i recording.mpg -vcodec</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
copy -acodec ac3 -ab 384k -f dvd cut_recording.mpg<br>
<br>
The "-async 1" seems to be needed to keep audio in sync with video. The<br>
"-f dvd" might (not sure yet) be a fix for av mux errors. Audio is<br>
transcoded to AC3 since most channels only have LATM AAC audio.<br></blockquote><div><br></div><div>"-f dvd" uses a MPEG2-PS container - H.264 isn't supported in the MPEG-PS file format:</div><div><a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/417130#417130">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/417130#417130</a></div>
<div> </div><div><br></div></div>