-
invalid dropping when trying to get image with ffmpeg
Hi, I’ve been trying to get random image from a specific video file using ffmpeg in linux.
This is the code that u used
ffmpeg -i /opt/lampp/htdocs/streamix/data/vid/1_10.mp4 -an -ss 158 -t 1 -r 1 -y -vcodec mjpeg -f mjpeg -s 640x360 /opt/lampp/htdocs/streamix/data/poster/coba.jpgwhen i try to run that code, i got the following error message
DTS -1001, next:-33366 st:0 invalid dropping”
Do anybody know what is this error and how to solve them? Thanks
Sorry, there were no replies found.