Actions
Feature #509
closedIdea: Online Cutting Function
Feature #509:
Idea: Online Cutting Function
Start date:
2011-05-12
Due date:
% Done:
0%
Estimated time:
Description
Currently you have to download the complete recordings with all advertisement, etc.
Online-cutting can reduce the amount of download data up to 50%**.
How it can work:
After switching to the online-cutting-dialog of a recording in the web-ui,
- the web-ui creates a thumbnail-timeline of the recording (one thumbnail per minute)
- the user presses a button between two thumbnails to set a mark
- the web-ui creates a thumbnail-timeline of the recording (one thumbnail per second of selected minute)
- the user presses a button between two thumbnails to set a mark
- the web-ui creates a thumbnail-timeline of the recording (one thumbnail per frame of selected second)
- the user presses a button between two thumbnails to set a frame exact mark
- TVHeadEnd stores UNIX-timestamp, seconds since start of recording, frame-number of current second and Presentation-Timestamp of the mark in the XML-Metadata of the MKV-file
The exponential selection of frames provides a fast and simple setting of marks.
When the user presses the "Cut now" button, TVHeadEnd creates a cutted copy of the recording by:
- hardlinking complete or closing GOPs in the filesystem
- reencoding starting truncated GOPs
OR - reencoding the marked parts of the recording
Best regards,
Renne
Actions