jstelly
21st March 2005, 09:32
I'm working on a tool to distribute DVD->XviD conversion over several computers on my network. Right now I'm splitting up the video tasks by X frames (i.e. 2500 frames per task) but I'd really prefer to do it on scene boundaries. I've got the videos split and merging them back is generally OK, but sometimes there's a very minor stuttering effect when one of my 2500 frame boundaries is within 2-3 frames of a scene change.
I'm not sure yet if it's a peak in the bitstream or if it's something else, but either way I think splitting on scene boundaries would be the best way to go.
So are there any Avisynth filters that can split up a video by scene? If not, does anyone have any links to good information about scene detection so I can take a shot at writing my own?
Thanks.
I'm not sure yet if it's a peak in the bitstream or if it's something else, but either way I think splitting on scene boundaries would be the best way to go.
So are there any Avisynth filters that can split up a video by scene? If not, does anyone have any links to good information about scene detection so I can take a shot at writing my own?
Thanks.