[FFmpeg-user] capturing frame from .mov file

Dani A danix4u at yahoo.com
Mon Jun 15 01:11:27 CEST 2015


I found the issue, the command was right...but the time frame was wrong.
 


     On Sunday, June 14, 2015 7:09 PM, Moritz Barsnick <barsnick at gmx.net> wrote:
   

 On Sun, Jun 14, 2015 at 22:01:51 +0000, Dani A wrote:
> How can I capture a frame for the apple .mov file? I am able to do it for mp4 files but nothing comes out of the .mov file.
> Below is the command I am using for both mp4 and .mov files
> 
> ffmpeg -i  video.mp4 -ss   00:00:15 -vframes 1 -vf  scale=240:160 frame.jpg 
> ffmpeg -i  video.mov -ss   00:00:15 -vframes 1 -vf  scale=240:160 frame.jpg 

Please show us the complete, uncut console output of each command
(together with each corresponding command line). What good is debug
output, if you don't help us debug by showing it?

Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

  


More information about the ffmpeg-user mailing list