Title
DVD Migration and Video Splitting
Detailed description
This solution proposes a way to migrate a DVD containing different aggregated video sequences into a video file and to split the aggregated video sequences afterwards. There are many possible ways to approach this, the goal was to find open source solutions that are easy to use and include a graphical user interface.
- The video was extracted from the DVD using OGMRip
into a Matroska
file (*.mkv).
- In order to reduce the size of the video it was converted to a compressed video using Handbrake
with MPEG-4 encoded video and AAC encoded audio, ffmpeg
was defined in Handbrake for performing the video and audio conversion. The
- The large video file was split into the different parts using Avidemux
. The video file parts were separated by short black frame sequences. Given that Avidemux allows to directly jump to black frames it was easy to find where the next video sequence starts to define the start and end cut points. Furthermore, Avidemux indicates which are the keyframes (I-images), only those frames can be used to cut the video file.
Solution Champion
Sven Schlarb
Corresponding Issue(s)
Content separation
Tool/code link
http://wiki.opf-labs.org/display/TR/Home
Evaluation
Labels: