[FFmpeg-trac] #1497(undetermined:new): Support for EDL cutting while encoding videos
FFmpeg
trac at avcodec.org
Sun Jul 1 09:54:01 CEST 2012
#1497: Support for EDL cutting while encoding videos
-------------------------------------+-------------------------------------
Reporter: ramitbhalla | Type:
Status: new | enhancement
Component: | Priority: normal
undetermined | Version:
Keywords: | unspecified
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Can FFMPEG add support to read an EDL file to cut video files while
encoding?
this is something similar to what mencoder does.
EDL format is very simple, it consists of 3 tab delimited columns
StartTimeStamp EndTimeStamp 0
.....
Basically it gives the start and end time stamps for cutting
video/skipping video while encoding a file. Each row represents a start
and end time stamp for cutting/leaving video out of the final conversion.
It would be of great help instead of trying to cut a video into pieces and
trying to merge it back together, which is a nightmare!
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1497>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list