View Single Post
luca's Avatar
Posts: 1,137 | Thanked: 402 times | Joined on Sep 2007 @ Catalunya
#14
Originally Posted by aflegg View Post
Excellent, that's what I was hoping. Modifying tablet-encode so that you can do:

Code:
tablet-encode foo output.avi
...where "foo" is a directory containing *.vdr should be trivial.
I'd prefer
Code:
tablet-encode output.avi input1 [input2..]
so you can leave the input files as the last argument of mencoder:
Code:
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.
You could just add a languages array to the metadata, and display a link for each language like, e.g. [eng][ita], etc., add to the url an "aid=0" parameter for the first language, "aid=1" for the second and so on, then make mediaserv look for the aid parameter in the url and pass that to mencoder.
Once you do that, I promise I'll start hacking vdr support into mediaserv .