[FFmpeg-user] Why histogram filter mode levels cannot use h|vstack filter inputed rgb(a) source?

2015-10-01 Thread nicolab
I am using histogram filter mode levels is error but color, color2 and waveform mode is OK. ffmpeg-20150928-git-1d0487f-win64-static\bin>ffplay -f lavfi -i mandelbrot -vf split[1][2];\

Re: [FFmpeg-user] ffmpeg can't stream video using rtsp ... Could not write header for output file #0

2015-10-01 Thread Rodney Baker
On Wed, 30 Sep 2015 10:02:43 Roman Rusconi wrote: > Hello. > > > > I'm trying to re stream an rtsp stream using ffmpeg. > > I have no problem getting the original rtsp stream and write it to a file, > although I can't get ffmpeg to stream this video again using rtsp. > > Everything seems fine

Re: [FFmpeg-user] ffmpeg can't stream video using rtsp ... Could not write header for output file #0

2015-10-01 Thread Roman Rusconi
I just made a mistake when writing the email. The command line I used was: ffmpeg.exe -v debug -stats -i rtsp://192.168.1.40/rus -vcodec copy -an -f rtsp -c copy rtsp://localhost:554/video There's no RSTP, it's always RTSP what I'm using. Roman Rusconi rrusc...@gmail.com

Re: [FFmpeg-user] Why histogram filter mode levels cannot use h|vstack filter inputed rgb(a) source?

2015-10-01 Thread Moritz Barsnick
Hi, On Thu, Oct 01, 2015 at 05:42:41 -0700, nicolab wrote: > I am using histogram > filter mode levels is error but color, color2 and waveform mode is OK. The mandelbrot source seems to output RGBA, but histogram does not support RGBA (nor

[FFmpeg-user] Compiling ffmpeg with libmfx

2015-10-01 Thread Maxim Kozlov
Hi. Trying to compile latest ffmpeg with libmfx(intel quick sync) support under Ubuntu 12.04.5 LTS. What i've done. 1. installed Intel Media Server Studio Essentials 2015r6 wget http:///mediaserverstudioessentials2015r6.tar.gz tar xf mediaserverstudioessentials2015r6.tar.gz cd