![]() |
2007-11-07
, 12:46
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#12
|
![]() |
2007-11-07
, 12:50
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#13
|
@aflegg, mencoder will happily accept all *.vdr input files to generate a single output file. I'll have a look if I can add vdr support to mediaserv (I'm just procrastinating, I promised myself I'd do it as soon as I learned about mediaserv, and I still haven't started).
tablet-encode foo output.avi
Now, I'd like if you added multiple languages to the metadata, and pass the corresponding aid to mencoder, so I can procrastinate even more, no, seriously, that would be a useful option.
![]() |
2007-11-07
, 15:20
|
|
Posts: 1,137 |
Thanked: 402 times |
Joined on Sep 2007
@ Catalunya
|
#14
|
Excellent, that's what I was hoping. Modifying tablet-encode so that you can do:
...where "foo" is a directory containing *.vdr should be trivial.Code:tablet-encode foo output.avi
tablet-encode output.avi input1 [input2..]
mencoder -option1 -option2 -option3 -o output.avi input1 [input2..]
Good idea. The problem will be making the UI. But I don't want to hijack the MobileVDR thread, so I'll have a think about it offline.
(Do you have a working scratchbox installation? (MobileVDR can be tested fairly well in Scratchbox))
(You can get the source-code from Garage.)