Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-31 | cutting: Generate wmv's instead of mpg | Benjamin Franzke | 1 | -1/+1 | |
So that we're able to actually read from it. | |||||
2013-01-31 | add overlap tool | Jan Klemkow | 1 | -1/+1 | |
2013-01-29 | cutting: The time-slot needs to be a output-parameter for accuracy | Benjamin Franzke | 1 | -1/+1 | |
The avconv manpage adds a note, that it is more accurate to have this as output parameter, but slower. Without this it seeks in the input file to the given position, but it looks like it jumps to near i-frames, which results in incorrect positions. | |||||
2013-01-29 | cutting: use printf instead of sed hack to form parameters | Benjamin Franzke | 1 | -2/+1 | |
2013-01-29 | add script for video cutting | Jan Klemkow | 1 | -0/+20 | |