How to skip until first key frame without decoding
geysee via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <OFCB9D62C2.18EF548B-ON49258A21.002E1340-49258A21.002F0E98@toa.co.jp> |
Hello,
I tried the following pipeline with C++ coding (Properties are omitted).
pipeline1 : splitmuxsrc ! h264parse ! queue ! qtmux ! filesink
When I seek range "start", I would like to skip frame until first key
frame without decoding.
Would you give me how to do it anyone?
Best regards,
Kamiya