
mythtv at cvs
Mar 19, 2009, 1:30 PM
Post #1 of 5
(601 views)
Permalink
|
|
Ticket #6376: Patch to save transcoded recordings
|
|
#6376: Patch to save transcoded recordings ------------------------------------+--------------------------------------- Reporter: cizek [at] rcn | Owner: ijr Type: enhancement | Status: new Priority: minor | Milestone: unknown Component: MythTV - Mythtranscode | Version: unknown Severity: medium | Mlocked: 0 ------------------------------------+--------------------------------------- Currently if you transcode a recording and have the "Save original files after transcoding" option checked, the original file is moved to a file suffixed by .old: (i.e. 1021_20090319110800.mpg -> 1021_20090319110800.mpg.old) The attached patches change this functionality as follows: * Create a new, valid filename (i.e. 1021_2009031911080'''1'''.mpg) * Copy the recording info and markup data to reference the new filename * Set this new recording to be "Deleted" * Transcode the file * Move the original file to the new name (i.e. 1021_20090319110800.mpg.old -> 1021_20090319110801.mpg) The end result is that the original recording, along with the seektable and any cutpoints, still exists as a "Deleted" recording. It can be watched, undeleted, re-transcoded, whatever. If it didn't transcode right, you can delete the transcoded file, undelete the original, adjust the cutpoints and try again. This works for me, hopefully it'll work for you too. -- Ticket URL: <http://svn.mythtv.org/trac/ticket/6376> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|