aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-split.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-09Clean upMattias Andrée1-4/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-09Clean upMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-14blind-split: fix error checkMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-14blind-from-video and blind-split: add -LMattias Andrée1-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.
2017-01-14Fix blind-split and add exampleMattias Andrée1-6/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-13Rename to blindMattias Andrée1-0/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-12Add vu-from-videoMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Fix writeall + vu-split: reuse codeMattias Andrée1-12/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-11Clean up codeMattias Andrée1-22/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-01-10Add vu-splitMattias Andrée1-0/+92
Signed-off-by: Mattias Andrée <maandree@kth.se>