aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-split.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean upMattias Andrée2017-04-091-4/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean upMattias Andrée2017-04-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-split: fix error checkMattias Andrée2017-01-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-from-video and blind-split: add -LMattias Andrée2017-01-141-9/+27
| | | | | | | | | 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.
* Fix blind-split and add exampleMattias Andrée2017-01-141-6/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename to blindMattias Andrée2017-01-131-0/+72
Signed-off-by: Mattias Andrée <maandree@kth.se>