1 Jul 01:47
Re: Copy
Stefano Sabatini <stefano.sabatini-lala <at> poste.it>
2008-06-30 23:47:08 GMT
2008-06-30 23:47:08 GMT
On date Monday 2008-06-30 11:15:11 -0700, Mailing Lists encoded: > Hi All, > I'm running an experiment on video quality with error introduction. I have > a file that tells me which frames in a video file are missing. I'd like to > map that file to the original video file. In order to do that, I'd like to > use ffmpeg to read a file and then output it frame by frame without > encoding. Is this possible? Mhh, after some experimentation I came out with this: ffmpeg -i share/multimedia/samples/movie.mpeg -vcodec rawvideo -f image2 frame-%04d.raw ls frame* frame-0001.raU frame-0003.raU frame-0005.raU frame-0007.raU frame-0009.raU frame-0001.raV frame-0003.raV frame-0005.raV frame-0007.raV frame-0009.raV frame-0001.raw frame-0003.raw frame-0005.raw frame-0007.raw frame-0009.raw frame-0002.raU frame-0004.raU frame-0006.raU frame-0008.raU frame-0010.raU frame-0002.raV frame-0004.raV frame-0006.raV frame-0008.raV frame-0010.raV frame-0002.raw frame-0004.raw frame-0006.raw frame-0008.raw frame-0010.raw though I'm not sure how to read the generated files, ffplay unfortunately doesn't support a -vcodec option, also I don't know hot to interpret the content of the various files (funny suffixing rule(Continue reading)). > Once I've done that then I'll work on adding the errors. Another solution could be to use a lossless image format for storing the video frames (e.g. PPM), then use some tool to process them. HTH, regards.
).
> Once I've done that then I'll work on adding the errors.
Another solution could be to use a lossless image format for storing the
video frames (e.g. PPM), then use some tool to process them.
HTH, regards.
RSS Feed