Prev: Regarding user defined zooming
Next: matlab pbm
From: Walter Roberson on 18 May 2010 15:05 Alkesh wrote: > "Alkesh " <alkeshchalke(a)gmail.com> wrote in message > <hrourd$9cv$1(a)fred.mathworks.com>... >> I am accepting a video as input and converting it into frames. >> >> Is it possible to classify these frames into i-frames, p-frames and >> b-frames using matlab???? > Can I use "ffmpeg" to serve the purpose????????????????? ffmpeg would give you ffmpeg's idea of which frames were which. There is, however, no hard rule about which frames are any particular type. Any b frame can be replaced by an i frame or a b frame, and any p frame can be replaced by an i frame. b frames take the least storage but the most time to decode, so the storage vs time tradeoff has to be made in light of what storage transfer bandwidth and what processing power is known to be available.
|
Pages: 1 Prev: Regarding user defined zooming Next: matlab pbm |