Re: [vdr] merging correctly several .ts files to a single ts file or better mkv

2010-04-01 Thread Lucian Muresan
On 28.03.2010 18:12, Eric Valette wrote: > On 28/03/2010 17:45, Eric Valette wrote: >> On 28/03/2010 17:23, Lars Bläser wrote: > >> Granted. However, merging with cat *.ts > complete.ts + trying a single >> pass mkv conversion fails miserably (allhough I have very up to date >> ffmpeg version). >>

Re: [vdr] merging correctly several .ts files to a single ts file or better mkv

2010-04-01 Thread Eric Valette
Where do you take that time offset value from? I play the simplified ts file using smplayer -ss is the start in the ts file, -t is the duration to add to the -ss value (I would have prefered the absolute end avoiding a substract...). I'm also working on such kind of scripts right now, because

Re: [vdr] merging correctly several .ts files to a single ts file or better mkv

2010-04-01 Thread Lucian Muresan
On 01.04.2010 13:23, Eric Valette wrote: > >> Where do you take that time offset value from? > I play the simplified ts file using smplayer -ss is the start in the ts > file, -t is the duration to add > to the -ss value (I would have prefered the absolute end avoiding a > substract...). So for n

Re: [vdr] merging correctly several .ts files to a single ts file or better mkv

2010-04-01 Thread Eric Valette
On 04/01/2010 02:24 PM, Lucian Muresan wrote: On 01.04.2010 13:23, Eric Valette wrote: So for now you're determining that value sort of experimentally? No. This is not the lag beween audio and video this is the timestamp displayed by smplayer when the video really starts (you have 2 min bef

[vdr] update-xxv: Ask for password only once

2010-04-01 Thread Matthias Wächter
Hi! I found the three available options for specifying a password in the course of running update-xxv a little bit cumbersome, so I want to share the following patch with you. In addition to the default (no password), -a for being asked for it with _each_ database access (wtf) and specifying

Re: [vdr] update-xxv: [PATCH] Ask for password only once

2010-04-01 Thread Matthias Wächter
On 01.04.2010 16:09, Matthias Wächter wrote: I found the three available options for specifying a password in the course of running update-xxv a little bit cumbersome, so I want to share the following patch with you. In addition to the default (no password), -a for being asked for it with _each

Re: [vdr] update-xxv: [PATCH] Ask for password only once

2010-04-01 Thread Andreas Brachold
Hello, Am Donnerstag, den 01.04.2010, 16:14 +0200 schrieb Matthias Wächter: > I found the three available options for specifying a password in the > course of running update-xxv a little bit cumbersome, so I want to > share the following patch with you. Thanks, for your patch. I apply this to o