Skip to content

Commit

Permalink
fix (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingzhang0512 authored Jan 22, 2021
1 parent 3a3e10a commit bd13fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/data/ava/extract_rgb_frames_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ do
video_name=${video_name::-4}
fi

out_video_dir=${OUT_DATA_DIR}/${video_name}/
out_video_dir=${OUT_DATA_DIR}/${video_name}
mkdir -p "${out_video_dir}"

out_name="${out_video_dir}/${video_name}/img_%05d.jpg"
out_name="${out_video_dir}/img_%05d.jpg"

ffmpeg -i "${video}" -r 30 -q:v 1 "${out_name}"
done

0 comments on commit bd13fb6

Please sign in to comment.