[6d389a]: / tools / data / jester / encode_videos.sh

Download this file

8 lines (5 with data), 195 Bytes

1
2
3
4
5
6
7
#!/usr/bin/env bash
cd ../
python build_videos.py ../../data/jester/rawframes/ ../../data/jester/videos/ --fps 12 --level 1 --start-idx 1 --filename-tmpl '%05d'
echo "Encode videos"
cd jester/