简体   繁体   中英

extract frames from h264 encoder

how to extract frames from h264 encoder? i want to work with I frame bit streame.is there anybody tell me how can i get this frames. i use jm 15. thanks

Try ffmpeg . Something like this should work:

ffmpeg -i foo.mp4 -r 1 -s WxH -f image2 foo-%03d.jpeg

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM