[mythtv-users] single frame

Paul Harrison mythtv at dsl.pipex.com
Tue Jul 31 19:57:39 UTC 2007


norman wrote:
> I am planning to try to make inserts for the DVD boxes that I use to
> store my DVDs and would to include a shot from the video as part of the
> insert theme. Could someone please suggest how this may be achieved.
>
> Thanks
>
> Norman
>
>
>   

You can use mytharchivehelper to grab frame(s).

This will grab a single frame 123 seconds in from infile.mpg and save it
to outfile.png
mytharchivehelper -t infile.mpg 123 outfile.png

This will grab 25 frames starting from 10 seconds into infile.mpg and
save the frames as outfile-1_01.png outfile-1_02.png etc
mytharchivehelper -t infile.mpg 10 outfile-%1_%2.png 25

See 'mytharchivehelper --help' for more details.


Paul H.



More information about the mythtv-users mailing list