1. Launch
FairMount2. Insert DVD
3. Copy VIDEO_TS folder to hard drive
4. Run
HandBrake to generate 1GB .mp4 file
5.
ffmpeg -i movie.mp4 -r 1 -f image2 %04d.png
(this saves 1 frame per second from the movie as a png, auto-numbering the file)
6. Run the shell script I wrote this afternoon:
#!/bin/bash
(
Read more... )
Comments 1
(The comment has been removed)
Reply
Leave a comment