YunseokJANG / tgif-qa

Repository for our CVPR 2017 and IJCV: TGIF-QA
https://arxiv.org/abs/1704.04497
171 stars 31 forks source link

Update save-frames.sh #8

Closed FloretCat closed 5 years ago

FloretCat commented 5 years ago

Replace the line "ffmpeg -i "$file" "$destination/%d.jpg";"
with "ffmpeg -i "$file" -vsync 0 "$destination/%d.jpg";" .