2016-12-18 12:59 GMT+01:00 Caio Cesar Moreira <[email protected]>:
> I'm trying to dump video frames from a TS file but for some reason ffmpeg
> is failing.
>
> Command used: ffmpeg -i playlist.m3u8 -vcodec -r 1 "output_%04d.png"
> -loglevel 99
>
>
> Reading option '-vcodec' ... matched as option 'vcodec' (force video codec
> ('copy' to copy stream)) with argument '-r'.
>
> Reading option '1' ... matched as output url.
>
C
an't tell about the rest of your message, but you must put a codec name
after -vcodec. As it is, your command mean "use codec '-r' for the video
of output named '1'", which is probably not what you want.
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".