![]() |
Re: mediaserv: on-demand video transcoding
Anyone happen to have the tarball somewhere? Nevermind. :D
|
Re: mediaserv: on-demand video transcoding
I've been using this for a day or so now and I seriously love it.
@mikkov: I also had problems with that rename line, I just replaced Code:
rename("$tmpdir/00000002.jpg", "$DATA_DIR/data/$file.jpg"); Code:
system("mv", "$tmpdir/00000002.jpg", "$DATA_DIR/data/$file.jpg"); This is *sort of* on topic: I've been doing a LOT of testing for video playback optimization on my n800, and this is the best setting I've come up with so far for 770-encode: Code:
n800 => { abitrate => 128, vbitrate => 1400, width => 400, height => 240, fps => 30 }, Code:
$options{"original-aspect"} ||= ''; If anyone else has done any research in this vein, please let me know what settings you're using. I'm a bit of a videophile so I'm always looking for ways to better encode my videos! :) Just for ease of reference, I also recommend checking this out for setting mplayer as your default video player in opera; it just makes the whole video viewing process smoother. I set my cache size to about 4000, which makes it take a little longer to start playing but leads to less jumpyness at the beginning and gives mencoder a bit of a headstart. Also, in the command line he uses for mplayer, "-vo x11 -ao sdl" needs to be removed because it causes problems, and "-fs" doesn't need to be in there, it does the same thing either way. Anyway, I'm eagerly looking forward to the next release! |
Re: mediaserv: on-demand video transcoding
Is the site just overloaded or is there some other location to get the install?
|
Re: mediaserv: on-demand video transcoding
The site was down this morning during a server move. For those in the UK, it'd've been when you should've been asleep... for elsewhere in the world - sorry.
It should now be backup. There's a beta of 0.03 at: http://www.bleb.org/software/maemo/m...rv-0.03.tar.gz Comments welcome. |
Re: mediaserv: on-demand video transcoding
Quote:
Quote:
Quote:
Quote:
|
Re: mediaserv: on-demand video transcoding
Beautiful software. Thanks
|
Re: mediaserv: on-demand video transcoding
Quote:
|
Re: mediaserv: on-demand video transcoding
Andrew
0.03 is really great. One thing which would be useful, certainly for us mythtv fans, would be to have the capability to have multiple folders, for tv recordings and videos. I know it's possible to have subfolders and with 0.02, I had it working by creating symlinks to the required folders. That approach breaks the metadata in 0.03 though, as the $path variable passed to mythname.pl has the subfolder passed though as part of it, rather than just the filename. Nothing to difficult to fix, but my very limited and basic perl skills are not up to making the change and passing it back to you. Good work though. Thanks Gary |
Re: mediaserv: on-demand video transcoding
The beta seems to work fairly well for me (I haven't tried linking it up with my MythTV yet though, no time at the moment for that) except the handling of the IP detection is now broken with my setup.
I have my server behind a router, meaning it has an internal IP like 192.168.*, but the outside address is a FQDN. It was working fine with just setting the $ip to my FQDN in version 0.02, but now it fails with "Unable to open socket my.domain.com:8090 - Cannot assign requested address". This means I have to make $ip my internal IP and hardcode $URL to be my external FQDN, or else it doesn't point my browser to the right place. Not a big deal, just something to be aware of! (Also, I use VMWare, and when I let it autodetect my IP it chooses the last available interface, VMWare's vmnet, over eth0... I suppose mine is a exceptional case though >_>) |
Re: mediaserv: on-demand video transcoding
Good work Andrew. Works perfect.
A little bug, is that in Debian /sbin/ isn't in the PATH for default (as in maemo). So when searching for 'ifconfig' it shows a error that it doesn't found ifconfig. Regards. |
All times are GMT. The time now is 14:00. |
vBulletin® Version 3.8.8