Page 1 of 1

ffmpeg checking

PostPosted: Fri Oct 28, 2011 10:15 am
by WildRushSykes
Ive downloaded the latest version of ffmpeg but need to find out what services are enable within the static .exe how do i go about this within windows like gpu transcoding and librmtp?

Thanks

Re: ffmpeg checking

PostPosted: Fri Oct 28, 2011 10:22 am
by zip
librtmp you can check by running ffmpeg.exe and checking the output, it should say --enable-librtmp, similarly for any other linked library

Re: ffmpeg checking

PostPosted: Fri Oct 28, 2011 10:26 am
by WildRushSykes
ive tried running it and the command screen pops up with a load of info then dissappears a split second later and cant read that fast is there anyway to stop it from auto closing like that and if theres options disabled how do i enable them ? i must say though its much faster at indexing files than the ffmpeg bundled with serviio cut my indexing time in half almost :lol:

Re: ffmpeg checking

PostPosted: Fri Oct 28, 2011 10:40 am
by Illico
WildRushSykes wrote:ive tried running it and the command screen pops up with a load of info then dissappears a split second later ...

Windows OS: create "Info.bat" file under ./serviio/lib/ folder with this code
  Code:
ffmpeg.exe
pause

Re: ffmpeg checking

PostPosted: Fri Oct 28, 2011 10:41 am
by WildRushSykes
How do i create a bat file :lol: nevermind i googled it :)

all services enabled awesome

Thanks!

Re: ffmpeg checking

PostPosted: Fri Oct 28, 2011 2:56 pm
by Illico
WildRushSykes wrote:How do i create a bat file :lol:

wow. :shock:

under ../serviio/lib folder
right click ...new text document...named Test.bat
rigth click on created .bat document
edit with previous code, save, close
double-click on .bat file;

Re: ffmpeg checking

PostPosted: Fri Oct 28, 2011 3:06 pm
by WildRushSykes
for dumb people like me googles awesome :lol: