Editing videos without editing the video
Posted: 06 Nov 2007 18:28
It would be nice to have an ability to play a dvd or video file with an edit file. The edit file would skip certain sections of the video content, possibly blot out a rectangle of the video for a few seconds, or simply mute the video. If you could do this and then make these edit files be put into open source, people could watch videos with scenes edited (like to remove pornography or crude speech - or whatever).
An edit file could have a simple format...
VIDEO_IDENTIFIER
CUT 24:00 5 # would cut 5 seconds out of the video at the 24th minute
MUTE 16:00 0.25 # would mute 0.25 seconds out of the video at the 16th minute
CUT 30:00 20 50 100 200 200 # would create a black box at coordinates 50,100 which is 200 pixels wide and 200 pixels tall at the 30th minute for 20 seconds
If these files could be shared, then many people could contribute to creating clean movies. I know it may not be the intention of your software, but if you supported cutting features as described above, others could create a parallel project which creates the clean movies.
- Andy
An edit file could have a simple format...
VIDEO_IDENTIFIER
CUT 24:00 5 # would cut 5 seconds out of the video at the 24th minute
MUTE 16:00 0.25 # would mute 0.25 seconds out of the video at the 16th minute
CUT 30:00 20 50 100 200 200 # would create a black box at coordinates 50,100 which is 200 pixels wide and 200 pixels tall at the 30th minute for 20 seconds
If these files could be shared, then many people could contribute to creating clean movies. I know it may not be the intention of your software, but if you supported cutting features as described above, others could create a parallel project which creates the clean movies.
- Andy