aboutsummaryrefslogtreecommitdiffstats
path: root/examples/split (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-14mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-14blind-from-video and blind-split: add -LMattias Andrée1-14/+17
This, combined with blind-to-video, allows the user to split a video file by frames (rather than time as with ffmpeg) into multiple files without ever storing the video in a raw format. This is feature is important because ever short video can take a 100 GB in raw format.
2017-01-14Fix blind-split and add exampleMattias Andrée1-0/+39
Signed-off-by: Mattias Andrée <maandree@kth.se>