summaryrefslogtreecommitdiff
path: root/src/cutting
AgeCommit message (Collapse)AuthorFilesLines
2013-01-31cutting: Generate wmv's instead of mpgBenjamin Franzke1-1/+1
So that we're able to actually read from it.
2013-01-31add overlap toolJan Klemkow1-1/+1
2013-01-29cutting: The time-slot needs to be a output-parameter for accuracyBenjamin Franzke1-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-29cutting: use printf instead of sed hack to form parametersBenjamin Franzke1-2/+1
2013-01-29add script for video cuttingJan Klemkow1-0/+20