Re: [vdr] Cutting TS recordings outside of VDR

2010-12-19 Thread Tobias Grimm
Am Sonntag, den 19.12.2010, 01:19 +0100 schrieb Helmut Auer: Ok, you can't specify the target directory, the default with a leading % will be used, but I do not see what you are missing ? There's one big recording, where I want to cut several recordings from using different sets of cut

Re: [vdr] Cutting TS recordings outside of VDR

2010-12-19 Thread Tobias Grimm
Am Sonntag, den 19.12.2010, 11:14 +0100 schrieb Klaus Schmidinger: If there's such a big need for having separate marks and output files, wouldn't it make more sense to to add '--output' and '--marks' options to VDR, to be (optionally) used together with '--edit'? Otherwise the cutting code

Re: [vdr] Cutting TS recordings outside of VDR

2010-12-19 Thread Helmut Auer
There's one big recording, where I want to cut several recordings from using different sets of cut marks and store them under different names outside of the video directory. I finally manage to extract the cutting code from VDR into a separate tool. Needs some finishing, but as soon as I'm

Re: [vdr] Cutting TS recordings outside of VDR

2010-12-19 Thread Tobias Grimm
Am Sonntag, den 19.12.2010, 20:01 +0100 schrieb Helmut Auer: Why don't you just use a wrapper script to get this running, like I've already tried this (not in bash, but a similar approach). But I would like to avoid writing to the source dir and I would like to be able to do multiple cuts in

Re: [vdr] Cutting TS recordings outside of VDR

2010-12-19 Thread Udo Richter
Am 19.12.2010 20:29, schrieb Tobias Grimm: Am Sonntag, den 19.12.2010, 20:01 +0100 schrieb Helmut Auer: Why don't you just use a wrapper script to get this running, like I've already tried this (not in bash, but a similar approach). But I would like to avoid writing to the source dir and

Re: [vdr] Cutting TS recordings outside of VDR

2010-12-19 Thread Tobias Grimm
Am Sonntag, den 19.12.2010, 21:17 +0100 schrieb Udo Richter: You could create a 'virtual' copy using symlinks in /tmp/edit_$$. That way you can provide a different marks file without touching the source dir. Also, you can symlink /tmp/%edit_$$ back to the target dir. I haven't thought about

Re: [vdr] Cutting TS recordings outside of VDR

2010-12-19 Thread Tobias Grimm
Am Sonntag, den 19.12.2010, 22:34 +0100 schrieb Tobias Grimm: I haven't thought about this yet. Nice idea. I'll give it a try. Quick 'n dirty, but works like a charm: vdrcut source target 00:00:05.00 00:00:10.00 http://pastie.org/1390385 Sometimes it's just too easy ;-) Thx, Tobias

Re: [vdr] Cutting TS recordings outside of VDR

2010-12-19 Thread Gero
Hello, Klaus Schmidinger wrote: If there's such a big need for having separate marks and output files, wouldn't it make more sense to to add '--output' and '--marks' options to VDR, to be (optionally) used together with '--edit'? A great enhancement would be the possibility to add an output

Re: [vdr] Cutting TS recordings outside of VDR

2010-12-18 Thread Tobias Grimm
Am Samstag, den 18.12.2010, 22:34 +0100 schrieb Udo Richter: like, for example, vdr --edit=/path/to/recording? Yes, there is. ;) Thanks, but I guess I should have been more specific. I'm more looking for something that allows me to specify the source recording folder a list of cutting marks

Re: [vdr] Cutting TS recordings outside of VDR

2010-12-18 Thread Helmut Auer
like, for example, vdr --edit=/path/to/recording? Yes, there is. ;) Thanks, but I guess I should have been more specific. I'm more looking for something that allows me to specify the source recording folder a list of cutting marks and a target folder. Ok, you can't specify the target

Re: [vdr] Cutting TS recordings outside of VDR

2010-12-18 Thread Gero
Hello, Helmut Auer wrote: Tobias Grimm wrote: I'm more looking for something that allows me to specify the source recording folder a list of cutting marks and a target folder. Ok, you can't specify the target directory, the default with a leading % will be used, but I do not see what you