Skip to content

Commit d8b537b

Browse files
Bruno LenziBruno Lenzi
Bruno Lenzi
authored and
Bruno Lenzi
committed
Updating README
1 parent 4afbaa4 commit d8b537b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,13 @@ To split a video into sequences of frames with the same camera settings: coordin
1818

1919
`python VideoSplitter.py -h` for help
2020

21+
Write to the output directory:
2122

23+
- split videos (`<name>_seq<first_frame>_<last_frame>.<ext>`)
24+
- info (captions, sequences, ...) in pickle files
25+
26+
### Known issues
27+
28+
- Last split video can last longer than it should. Might be related to `ffmpeg_extract_subclip`. Can be circunvented by skipping frames beyond `<last_frame> - <first_frame>` stored in filename
29+
- Extracting the caption is not always easy...
2230

0 commit comments

Comments
 (0)