Re: [FFmpeg-user] ffserver with libvpx-vp9 problem

2016-03-31 Thread mystream adventure
Thank for clarifying,, i have combine several finally see video streaming but need more than 1 minute to show... On Fri, Apr 1, 2016 at 2:20 AM, Moritz Barsnick wrote: > On Thu, Mar 31, 2016 at 19:48:29 +0200, Cley Faye wrote: > > About that, I can enlighten you: "-b:v 0" ​is

[FFmpeg-user] fading multiple graphic overlays

2016-03-31 Thread Christian Johannesen
I'm able to use ffmpeg to fade the same graphic overlays multiple times but I wonder if i'm not using the right approach. When I use 1 overlay the process runs at 35fps, but if I try to overlay the same graphic 3 times the performance drops to 14fps. Thanks, Chris 1 graphic overlay:

[FFmpeg-user] 4.6 kernel timeframe?

2016-03-31 Thread Tom Horsley
When is a fedora release likely to have the 4.6 kernel (I suspect fedora 25)? I saw rumors the nvidia maxwell card firmware will finally be included in 4.6 and it might finally be possible to use nouveau with my graphics card, so I'm just wondering when I might be able to stop fooling with nvidia

Re: [FFmpeg-user] Identifying an MP4 file

2016-03-31 Thread Carl Eugen Hoyos
Sreenath BH gmail.com> writes: > We have a HTTP Live Streaming (HLS) setup where we transcode > incoming video files to H264 video and AAC audio and build > playlist files from that. We want to avoid this step if the > input file is already a MP4 file. This is difficult to understand: HLS

Re: [FFmpeg-user] ffserver with libvpx-vp9 problem

2016-03-31 Thread Moritz Barsnick
On Thu, Mar 31, 2016 at 19:48:29 +0200, Cley Faye wrote: > About that, I can enlighten you: "-b:v 0" ​is used for Constant Quality > encoding for vp9; it works with -crf to determine the "visual quality" of > the video. Setting both -b:v and -crf result in constrained quality (like > constant

[FFmpeg-user] Live-Stream + change source in running process?

2016-03-31 Thread Jens Kallup
Hello, I search for a possibility to generate an ffmpeg stream, that records my screen (e.g. 1024x728), shrink it to much lower size (to speed up the transmission) including sound. Next, is it possible to create running channels e.g. 3 channels on one server. And monitor it so, that the

Re: [FFmpeg-user] ffserver with libvpx-vp9 problem

2016-03-31 Thread Cley Faye
2016-03-31 11:24 GMT+02:00 Moritz Barsnick : > a) Why are you using "-pass 1"? AFAIU it will still create an encoded > video, but it is really meant for multi-pass encoding. > > b) What do you intend to achieve with "-b:v 0"? No video in the world >can compress that well.

Re: [FFmpeg-user] Identifying an MP4 file

2016-03-31 Thread Henk D. Schoneveld
On 31 Mar 2016, at 15:22, Sreenath BH wrote: > Hi All, > > We have a HTTP Live Streaming (HLS) setup where we transcode incoming > video files to H264 video and AAC audio and build playlist files from > that. We want to avoid this step if the input file is already a MP4 >

[FFmpeg-user] Identifying an MP4 file

2016-03-31 Thread Sreenath BH
Hi All, We have a HTTP Live Streaming (HLS) setup where we transcode incoming video files to H264 video and AAC audio and build playlist files from that. We want to avoid this step if the input file is already a MP4 file. I know that MP4 is just a container and does not imply H264 and AAC. I am

[FFmpeg-user] Proper syntax for flashVer option for rtmp protocol

2016-03-31 Thread Jonathan Douglas
I downloaded a Linux ffmpeg binary that appears to have been built with librtmp "enabled". I have been attempting to publish a rtmp stream(with authentication) to Wowza with this ffmpeg image. One of the complaints that Wowza is sending back is the fact that it says the client isn't one of its

Re: [FFmpeg-user] ffserver with libvpx-vp9 problem

2016-03-31 Thread mystream adventure
Hi Moritz, Thank you for your answer, i am really new with ffmpeg actually ffserver, so i just try setup what recommenced by ffmpeg website... i will learn more about libvpx-vp9 Mybe you have sample howto use ffmpeg with RTP as transport, also setting for ffserver, TIA On Thu, Mar 31, 2016 at

Re: [FFmpeg-user] ffserver with libvpx-vp9 problem

2016-03-31 Thread Moritz Barsnick
Hi Azzahrah, On Thu, Mar 31, 2016 at 07:23:23 +0700, mystream adventure wrote: > I have problem using ffserver and libvpx-vp9, below is my ffserver.conf I know very little about ffserver, and not much about libvpx-vp9, but: > //for VP9 > ffmpeg -f dshow -i video="A4TECH USB2.0 PC Camera" -c:v