ffmpeg options on ubuntu 12.04.1 LTS - transcoding fails
Hi,
I have recently upgraded my Server to Ubuntu 12.04.1 LTS and Serviio to 1.0.1.
I found out, that transcoding is not working anymore.
Calling FFmpeg on the ubuntu machine give this output:
When I try to stream a transcoded file, I get the error:
Executing the ffmpeg command manually I get 2 errors back: (I get a similar error for c:a)
After some search in google I found out, that c:a and c:v have been changed (back?) to -vcodec (for c:v) and -acodec (for c:a).
Using these parameters ffmpeg works correctly.
Question: is there any elegant option to configure serviio to use the correct (recent) ffmpeg parameters..???
Thanks, Best Regards, summisu
I have recently upgraded my Server to Ubuntu 12.04.1 LTS and Serviio to 1.0.1.
I found out, that transcoding is not working anymore.
Calling FFmpeg on the ubuntu machine give this output:
- Code:
ffmpeg version 0.8.3-4:0.8.3-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
built on Jun 12 2012 16:52:09 with gcc 4.6.3
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg'
When I try to stream a transcoded file, I get the error:
Executing the ffmpeg command manually I get 2 errors back: (I get a similar error for c:a)
After some search in google I found out, that c:a and c:v have been changed (back?) to -vcodec (for c:v) and -acodec (for c:a).
Using these parameters ffmpeg works correctly.
Question: is there any elegant option to configure serviio to use the correct (recent) ffmpeg parameters..???
Thanks, Best Regards, summisu