How to convert .m4v video to .png?

  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Convert Video
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
member 428835
Hi PF!

I have a .m4v video file that I want to convert frame-by-frame to .png files. Does anyone recommend software to do this? I'm using a Macintosh.

Thanks so much!

Josh
 
Physics news on Phys.org
Do you know how to use the UNIX terminal?

If you have Homebrew, just type
Code:
brew install ffmpeg
then
Code:
ffmpeg -i /path/to/video.mkv /path/to/output.png
You can probably also do it with VLC, but I'm not sure how. VLC uses ffmpeg last I knew.
 
  • Like
Likes   Reactions: member 428835