damianociarla / node-ffmpeg

ffmpeg module for nodejs
MIT License
604 stars 140 forks source link

fnExtractFrameToJPG {every_n_percentage:1} option is not working. #28

Open jkRaccoon opened 8 years ago

jkRaccoon commented 8 years ago

I just set fnExtractFrameToJPG option to only { every_n_percentage:1 }

but image generate just 1(first frame)

tmfksoft commented 6 years ago

I have a similar issue, instead it produces 122 images for one video and 265 for another. Video #1 was 2:01 in length, Video #2 was 4:44 in length

joephuz commented 5 years ago

was having this issue also... looks like theres another package that seems to do this functionality better (see the screenshots method): https://github.com/fluent-ffmpeg/node-fluent-ffmpeg

jkRaccoon commented 2 years ago

any progress?