PDA

View Full Version : One bad frame...


Cabadam
22nd January 2003, 22:45
I have a video stream in XviD that I am trying to recompress into DivX so that I may append it to another DivX avi.

Unfortunately I keep getting "Error decompressing video frame 11263".

OK, thats great. One frame. Can I just convince it to 'skip' that frame... or to replace it with the previous one or something? How can I get it to continue compressing?

Thanks!

The Edge
22nd January 2003, 22:50
AVIsynth (http://www.avisynth.org)
Use script:

DirectShowsource("c:\temp\my_movie.avi, fps=25")

Change the location and fps to what matches your clip.

Edge