[FFmpeg-user] FFMPEG RPM for centos

2014-11-11 Thread Sravan Kasarla
Hi there, I am new ffmpeg user. I would like to get an RPM for ffmpeg and its dependencies for latest version. Where can I get those RPM's from? Thanks in advance. Thanks, Sravan. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org

[FFmpeg-user] http timeout not working?

2014-11-11 Thread Brandon Lees
I'm using ffmpeg to capture video from an ip camera using: ffmpeg -y -f mjpeg -analyzeduration 0 -probesize 32 -use_wallclock_as_timestamps 1 -timeout 10 -i http://user@1.2.3.4/video.cgi -vsync passthrough -vcodec libx264 -pix_fmt yuv420p -t 30:00 output.mp4 Everything is working fine, except if

Re: [FFmpeg-user] Errors Compiling FFMPEG on MIPS

2014-11-11 Thread C E Macfarlane
Using same configuration command as above, didn't complete make: CC libavcodec/aacdec.o libavcodec/aacdec.c: In function 'decode_ics': libavcodec/aacdec.c:1987: internal compiler error: in reg_overlap_mentioned_p, at rtlanal.c:1398 Please submit a full bug report, with preprocessed source if

Re: [FFmpeg-user] Errors Compiling FFMPEG on MIPS

2014-11-11 Thread Carl Eugen Hoyos
C E Macfarlane macfh.co.uk> writes: > Where can I download a fixed version? Please read http://ffmpeg.org/download.html and please us if you find it unclear. (I actually find it unclear but it still says how to download a current version.) Carl Eugen _

Re: [FFmpeg-user] Errors Compiling FFMPEG on MIPS

2014-11-11 Thread C E Macfarlane
> With identical, do you mean that you still > get an error concerning fminf()? > In this case, you probably tested an old > version. Yes: ffmpeg-2.4.2$ export CCPREFIX="/home/Embedded/crosstool/mipsel-unknown-linux-uclibc/bin/mipsel-un known-linux-uclibc-" ffmpeg-2.4.2$ ./config

Re: [FFmpeg-user] Errors Compiling FFMPEG on MIPS

2014-11-11 Thread Carl Eugen Hoyos
C E Macfarlane macfh.co.uk> writes: > I've finally managed to compile ffmpeg for MIPSEL UCLibc > using a third method, the second using cross-compilation, > and the results were identical to the previous > cross-compilation. With identical, do you mean that you still get an error concerning

Re: [FFmpeg-user] Errors Compiling FFMPEG on MIPS

2014-11-11 Thread C E Macfarlane
JFTR, I've finally managed to compile ffmpeg for MIPSEL UCLibc using a third method, the second using cross-compilation, and the results were identical to the previous cross-compilation. This indicates to me that the problem lies in the ffmpeg source code and/or configuration itself. Accordingly,

Re: [FFmpeg-user] How can I convert mpeg2 5.1 audio to ac3?

2014-11-11 Thread Carl Eugen Hoyos
Moritz Barsnick gmx.net> writes: > So my conclusion is that they use the PLII "down-mix". It is certainly correct that many German-speaking TV channels use PLII down-mixing. Maybe some of you want to add information that you find in the MythTV source to ticket #4085 to allow a LGPL implement

Re: [FFmpeg-user] How can I convert mpeg2 5.1 audio to ac3?

2014-11-11 Thread Moritz Barsnick
On Tue, Nov 11, 2014 at 13:46:26 +, Andy Furniss wrote: > For some reason this thread has split into two for me and I didn't see > the other bit. You can see the thread structure and that other "branch" about here: http://thread.gmane.org/gmane.comp.video.ffmpeg.user/54545/focus=54575 [Selfis

Re: [FFmpeg-user] How can I convert mpeg2 5.1 audio to ac3?

2014-11-11 Thread Andy Furniss
Moritz Barsnick wrote: On Tue, Nov 11, 2014 at 12:29:09 +, Andy Furniss wrote: Carl Eugen Hoyos wrote: Where I live all movies are broadcast PLII. Ahh, I didn't realise it was still so popular. Where I live - Germany - the "minor" stations try to use less bandwidth on the satellite trans

Re: [FFmpeg-user] How can I convert mpeg2 5.1 audio to ac3?

2014-11-11 Thread Mike Brown
On Tue, Nov 11, 2014 at 02:28:51PM +0100, Moritz Barsnick wrote: > BTW, the major (SD) channels also get much more overall bandwidth than > the minor ones, resulting in very sharp video quality (or rather quite > sucky video quality on the latter channels). I don't know exact > numbers, but I belie

Re: [FFmpeg-user] How can I convert mpeg2 5.1 audio to ac3?

2014-11-11 Thread Moritz Barsnick
On Tue, Nov 11, 2014 at 07:11:33 -0600, Mike Brown wrote: > That doesn't make any sense. AC3 5.1 is usually done at 384 kbps, while > AC3 2.0 is 192 kbps. The 192 kbps difference is a drop in the bucket > compared to all of the other packets that make up the transponder mux. I think you're right

Re: [FFmpeg-user] How can I convert mpeg2 5.1 audio to ac3?

2014-11-11 Thread Mike Brown
On Tue, Nov 11, 2014 at 02:02:28PM +0100, Moritz Barsnick wrote: > Where I live - Germany - the "minor" stations try to use less bandwidth > on the satellite transponders / in their bouquets, and transmit only > one AC-3 audio stream with two channels. Nevertheless, I get quite > proper surround so

Re: [FFmpeg-user] How can I convert mpeg2 5.1 audio to ac3?

2014-11-11 Thread Moritz Barsnick
On Tue, Nov 11, 2014 at 12:29:09 +, Andy Furniss wrote: > Carl Eugen Hoyos wrote: > > Where I live all movies are broadcast PLII. > Ahh, I didn't realise it was still so popular. Where I live - Germany - the "minor" stations try to use less bandwidth on the satellite transponders / in their bo

Re: [FFmpeg-user] How can I convert mpeg2 5.1 audio to ac3?

2014-11-11 Thread Andy Furniss
Carl Eugen Hoyos wrote: Where I live all movies are broadcast PLII. Ahh, I didn't realise it was still so popular. As said MythTV contains a PLII decoder (filter). So it does, I couldn't find it when I first looked. Doesn't seem very much compared to the quite complicated looking descript

Re: [FFmpeg-user] Confusion about pix_fmt

2014-11-11 Thread Michael Heuberger
Thank you guys! - Learning here ... On 11/11/14 03:37, Carl Eugen Hoyos wrote: > Michael Heuberger binarykitchen.com> writes: > >> All I want is to make the video compatible on *modern* >> browsers/players > Then you have to use "-pix_fmt yuv420p" which is > different from "yuvj420p" and I beli