[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

FFMPEG Weird %19d Export Count Limitations



Hi mentors,

Just to cross check: is the following pattern a legit bug or something that can be ignored?

Basically for a video extracting to all its frames (totalling at 215 @ 23.98 fps), when using the following command:

        $ ffmpeg -y -i "$input" "${workspace}/frames/input/%019d.png"

It will export all 215 frames out. However, when I increase it to %20:

        $ ffmpeg -y -i "$input" "${workspace}/frames/input/%020d.png"

For some reason, the generated frames went to 21 pieces instead of retaining all 215 pieces. I was digging around the documentations and there wasn't any mention of the numerical limits.

Thanks in advance.


Regards,
Holloway




Reply to: