[FFmpeg-user] trouble with serving rtsp

2014-10-24 Thread Daniel Schultze
Hello All, I'm trying to serve an mp4 video over rtsp but for some reason ffplay will not play the video stream. I am at a loss about what to do next. Please advise on how I can view the stream via rtsp. # O/S info $ uname -r 3.16.6-200.fc20.x86_64 ## # ffserver.conf ## HTTPPort 8080 R

Re: [FFmpeg-user] Introduction and problem with decoding DCP (jpeg2000 wrapped in MXF)

2014-10-24 Thread Carl Eugen Hoyos
Carles Vila gmail.com> writes: > I installed ffmpeg one week ago on my mac via > homebrew, using this command: > brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype > --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis > --with-libvpx --with-opencore-amr --with-openjpe

Re: [FFmpeg-user] Questions on loglevel

2014-10-24 Thread Carl Eugen Hoyos
EILWOO BAIK gmail.com> writes: > The attached screenshot Please do not send screenshots to this mailing list. Instead just post the output of "$ ffmpeg -loglevel panic" Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/

[FFmpeg-user] Questions on loglevel

2014-10-24 Thread EILWOO BAIK
Dear all, I need to have your help and advice for my problem. I installed ffmpeg in fedora 16 by using yum command. After it, I try to run the ffmpeg with option "-loglevel panic" (or others like error, debug, etc). But, whatever value for the option I put, it does not have any changes. I would

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-24 Thread Henk D. Schoneveld
On 23 Oct 2014, at 19:13, marsupilami wrote: > Hello, > > I'm experiencing a weird problem which I will try to describe in the > following post. > > Currently, I'm writing a perl script for automatic encoding of MPEG-TS files > using ffmpeg and x264. I'm having ffmpeg apply video filters like

Re: [FFmpeg-user] Introduction and problem with decoding DCP (jpeg2000 wrapped in MXF)

2014-10-24 Thread Carles Vila
Hi! Mitch, Thanks for taking the time and do the test. This confirms the problem is on my side. And Carl Eugen, thanks for knowing what I'm talking about! I installed ffmpeg one week ago on my mac via homebrew, using this command: brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --

Re: [FFmpeg-user] Introduction and problem with decoding DCP (jpeg2000 wrapped in MXF)

2014-10-24 Thread Carl Eugen Hoyos
Carles Vila gmail.com> writes: > --enable-libopenjpeg > --disable-decoder=jpeg2000 I know why you are doing this (and I recommended it often) but it makes detection of xyz impossible. We should probably work on this but I suspect the easiest solution is to compile without "--disable-encoder"

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-24 Thread Carl Eugen Hoyos
marsupilami elitemail.org> writes: > The main reason why I didn't try this sooner was > because I was worried ffmpeg wouldn't include > the latest version of x264 It is entirely up to you which version of x264 you use when you compile FFmpeg (remember that the project FFmpeg only ships sour

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-24 Thread Francois Visagie
> -Original Message- > From: ffmpeg-user-boun...@ffmpeg.org [mailto:ffmpeg-user- > boun...@ffmpeg.org] On Behalf Of marsupilami > Sent: 24 October 2014 11:28 > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] Automatic encoding of .ts files gives an > inexplicable delay after muxing

Re: [FFmpeg-user] ffmpeg Gopro and server

2014-10-24 Thread Moritz Barsnick
Hi, On Thu, Oct 23, 2014 at 19:02:49 +0200, Francesco Menegoni wrote: > any suggestions are welcome ^__^ Similar to what Andrey replied: Life (and encoding) is more complicated than this. It seems you're not only a newbie on this list. ;-) You need to consider: What are your - target users and

Re: [FFmpeg-user] Automatic encoding of .ts files gives an inexplicable delay after muxing

2014-10-24 Thread marsupilami
Carl Eugen Hoyos wrote > marsupilami > > elitemail.org> writes: > > What's wrong with the following? > $ ffmpeg -i file.ts -vf yadif -vcodec libx264 -acodec ac3 out.mkv > (You have to add the remaining options you need.) The main reason why I didn't try this sooner was because I was worried ff