<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I would like to save the edited version of a recorded file (keeping the original). The file is a full HD recording, saved as a .ts file.</div><div><br></div><div>I have in the past succeeded in using mythtranscode for this purpose but the same command that worked then failed now. The main obvious differences I see is that when it worked it was for an SD .mpg file, and now when it doesn' t work it's an HD .ts file.</div><div><br></div><div>The command line I used for the SD mpg file, which worked, is <br></div><div> mythtranscode --chanid 8711 --starttime 20141231215500 --mpeg2 --honorcutlist  --outfile /mnt/st5ka1/transcoding/output.mpg<br><br></div><div>(well, it worked BUT it deleted the subtitles, which is a pain. Is there a way of honouring the cutlist but keeping the subtitles? But that' s a separate story.)<br></div><div><br></div><div>The command line I first used for the HD file (without even noticing that the file was .ts) was</div><div>mythtranscode --chanid 54147 --starttime 20190112035000 --mpeg2 --honorcutlist  --outfile output.mpg</div><div><br></div><div>and the log ended as follows, after hundreds and hundreds of lines of " Warning: partial frame found":</div><div><br></div><div>2019-01-13 13:26:05.697058 W  Warning: partial frame found!<br>2019-01-13 13:26:05.697092 W  Warning: partial frame found!<br>2019-01-13 13:26:05.697151 W  Warning: partial frame found!<br>2019-01-13 13:26:05.697225 W  Warning: partial frame found!<br>2019-01-13 13:26:05.697291 E  No more queue slots!<br>2019-01-13 13:26:05.708845 E  Transcoding /mnt/st5ka1/mythtv/recordings/54147_20190112035000.ts failed<br><br></div><div>I then tried dropping the --mpeg2 flag and saving to a .ts, with this command...</div><div><br></div><div>mythtranscode --chanid 54147 --starttime 20190112035000  --honorcutlist  --outfile output.ts<br><br></div><div>and what I got was</div><div>[...]<br></div><div>2019-01-13 13:28:31.463995 I  Honoring the cutlist while transcoding<br>2019-01-13 13:28:31.464376 I  Cutlist        : 0-7833,15329-21978<br>2019-01-13 13:28:31.464379 I  Original Length: 21978 frames<br>2019-01-13 13:28:31.464382 I  New Length     : 7496 frames<br>2019-01-13 13:28:31.464888 N  Found video height of 1088.  This is unusual and more than likely the video is actually 1080 so mythtranscode will treat it as such.<br>2019-01-13 13:28:31.464902 N  Transcode: Looking for autodetect profile: Autodetect from 1080i<br>2019-01-13 13:28:31.465021 E  Transcode: Couldn't find profile for : H.264<br>2019-01-13 13:28:31.465024 E  Transcoding aborted, no profile found.<br>2019-01-13 13:28:31.465797 E  Transcoding /mnt/st5ka1/mythtv/recordings/54147_20190112035000.ts failed<br>2019-01-13 13:28:31.465810 I  Waiting for threads to exit.<br>2019-01-13 13:28:31.568747 I  MythCoreContext::ConnectCommandSocket(): Connecting to backend server: <a href="http://127.0.0.1:6543">127.0.0.1:6543</a> (try 1 of 1)<br>2019-01-13 13:28:31.569926 I  MythCoreContext::CheckProtoVersion(): Using protocol version 91 BuzzOff<br><br></div><div><br></div><div>I note the line that says "Couldn't find profile for H.264". If such a thing is available, how do I install it? I am on ubuntu 18.04 LTS. </div></div></div></div></div></div>