I'm attempting video transcoding - I'm stuck on a first hurdle here. I wonder if Lame isn't installed does any transcoding get done? I'm running on FreeNAS and wasn't able to get lame istalled but ffmpeg works great.
It seems even though I have :
1) entered the transcoding method and to, from etc on the transcoding page.
2) enabled it on that page
3) enabled it on the player page
I don't see any logs showing that transcoding has started (or failed to start... )
- Code: Select all
[2009-05-28 01:27:12,192] INFO PlaylistInputStream - Opening new song /mnt/disk3/Simpsons/the.simpsons.2005.pdtv-lol.avi
[2009-05-28 01:29:14,402] INFO StreamController - Stopping stream admin@192.168.1.65:3858 (VLC media player - version 0.9.9 Grishenko - (c) 1996-2009 the VideoLAN team)
It seems that the transcoding never kicks in, and on VLC it shows as being XviD instead of the chosen flv format.
I've tested the command that I have entered in the transcoding section and this makes a perfect output file... if only Subsonic would run that transcode...
Please help?