Re: [FFmpeg-user] Request to mailing list ffmpeg-user rejected

2016-09-02 Thread Markin Abras
Oh, thank you for the explanation..Yes, I was confused how to use the mailing list system. I will not re-post the message as you suggested and thanks for the reply. Best, Markin On Fri, Sep 2, 2016 at 3:28 PM, Lou wrote: > On Fri, 2 Sep 2016 11:05:36 -0430 > Markin Abras wrote: > > > Hello Ni

Re: [FFmpeg-user] Request to mailing list ffmpeg-user rejected

2016-09-02 Thread Lou
On Fri, 2 Sep 2016 11:05:36 -0430 Markin Abras wrote: > Hello Nicolas, can you help us with the following request? Our project is > on hold for almost 3 weeks now because we haven't been able to get any > support... You and you associates seem to misunderstand how the mailing list works, and you

Re: [FFmpeg-user] screen capture

2016-09-02 Thread Roger Pack
You install this: https://github.com/rdp/screen-capture-recorder-to-video-windows-free another option is to use "gdigrab" for input option On 9/2/16, Peter Balazovic wrote: > I want to capture the screen for example: > > ffmpeg -f dshow -i video="screen-capture-recorder" output.flv > > seems to m

Re: [FFmpeg-user] encoding video from png diffs

2016-09-02 Thread Joshua Grauman
Yes, I know I don't *need* an alpha channel. But without one, you have to apply the same transparency to the whole frame, or use a green screen of some sort, both of which have negative affects... Josh I have another different, but related question. What format would you suggest for storing

Re: [FFmpeg-user] encoding video from png diffs

2016-09-02 Thread Joshua Grauman
I've been looking for a way to screencast an app with alpha, but I haven't found one yet (but if someone knows of one, I'd love it). So I'm working on modifying my app to generate png's at 30 frames per second. Josh 2016-09-02 7:29 GMT+02:00 Joshua Grauman : I have another different, but rel

[FFmpeg-user] screen capture

2016-09-02 Thread Peter Balazovic
I want to capture the screen for example: ffmpeg -f dshow -i video="screen-capture-recorder" output.flv seems to me missing "screen-capture-recorder", how can I have "screen-capture-recorder"? C:\Users\Downloads\ffmpeg-20160901-be07c25-win64-static\ffmpeg-20160901-be07c25-win64-static\bin>ffmpeg

Re: [FFmpeg-user] Request to mailing list ffmpeg-user rejected

2016-09-02 Thread Markin Abras
Hello Nicolas, can you help us with the following request? Our project is on hold for almost 3 weeks now because we haven't been able to get any support...If you have a minute, let me know if you can help us with the following issue. I have also attached our ERROR log: *Hi ffmpeg team,* We are us

Re: [FFmpeg-user] Reencoding from H.264 to H.265

2016-09-02 Thread Sven C. Dack
Hello Peter, I was not arguing. I was stating what I was doing. Your suggestions are however welcome. Sven On 02/09/16 12:29, Peter White wrote: 02.09.2016, 08:50, Sven C. Dack: > Hello, > > On the subject... I've been doing just that. Transcoding H.264 > videos into H.265, scaling thes

Re: [FFmpeg-user] encoding video from png diffs

2016-09-02 Thread Carles Vila
> > > > I have another different, but related question. What format would you > suggest for storing my screencast in? The resulting video is going to be > 1080p30 and it needs to have an alpha channel (the input png's will use the > alpha channel). The screencast is going to be overlaid at a later

Re: [FFmpeg-user] Can't decode image

2016-09-02 Thread ionut
Thank you very much! I will check the ticket daily. Ionut Raducanu On 02.09.2016 16:24, Carl Eugen Hoyos wrote: Hi! 2016-09-02 10:32 GMT+02:00 Moritz Barsnick : That seems to be a regression. Not only can other tools open the image, even an age-old version of ffmpeg I have can read it prop

Re: [FFmpeg-user] Can't decode image

2016-09-02 Thread Carl Eugen Hoyos
Hi! 2016-09-02 10:32 GMT+02:00 Moritz Barsnick : > That seems to be a regression. Not only can other tools open the > image, even an age-old version of ffmpeg I have can read it properly. True, I opened ticket #5819. > Would you please consider opening a trac ticket, and adding the > file as an

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-09-02 Thread Carl Eugen Hoyos
Hi! 2016-09-02 3:01 GMT+02:00 Yu Ang Tan : > I am trying to stream a video securely, and this is what I have tried: > > $ ffmpeg -i out.webm -f format > tls://127.0.0.1:8554?listen&cert=test.crt&key=test.key If you want to use the tls protocol on Linux, configure with either "--enable-gnutls"

Re: [FFmpeg-user] encoding video from png diffs

2016-09-02 Thread Carl Eugen Hoyos
2016-09-02 7:29 GMT+02:00 Joshua Grauman : > I have another different, but related question. What format would you > suggest for storing my screencast in? The resulting video is going to be > 1080p30 and it needs to have an alpha channel Which screencast technology allows to record an alpha channe

Re: [FFmpeg-user] encoding video from png diffs

2016-09-02 Thread Carl Eugen Hoyos
2016-09-02 10:21 GMT+02:00 Moritz Barsnick : > $ ffmpeg -h encoder=ffvhuff ffv1 should always work better than ffvhuff. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-09-02 Thread Yu Ang Tan
On Fri, Sep 2, 2016 at 6:24 PM, Moritz Barsnick wrote: > On Fri, Sep 02, 2016 at 01:01:58 +, Yu Ang Tan wrote: > > $ ffmpeg -i out.webm -f format tls:// > > 127.0.0.1:8554?listen&cert=test.crt&key=test.key > > [1] 46061 > > [2] 46062 > > This is a sign that your shell is launching

Re: [FFmpeg-user] encoding video from png diffs

2016-09-02 Thread Carl Eugen Hoyos
2016-09-02 0:17 GMT+02:00 Cley Faye : > $ your_script | ffmpeg -f png_pipe -i - out.mp4 It should not be necessary (would be a bug if so) to specify the "_pipe" formats: $ ffmpeg -i - out.mp4 Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.o

Re: [FFmpeg-user] Reencoding from H.264 to H.265

2016-09-02 Thread Peter White
02.09.2016, 08:50, Sven C. Dack: > Hello, > > On the subject... I've been doing just that. Transcoding H.264 > videos into H.265, scaling these down to 480p and reducing the > bitrate to about 1mbit/s. Well, the size reduction is obviously due to the smaller image dimensions and not because

Re: [FFmpeg-user] Can't decode image

2016-09-02 Thread ionut
How can I register? *I have this error:* No handler matched request to /register_trac_two On 02.09.2016 11:47, Moritz Barsnick wrote: On Fri, Sep 02, 2016 at 11:35:21 +0300, ionut wrote: Can you please give me a link to the ticket trac ? Or how can I go there.. https://trac.ffmpeg.org/logi

Re: [FFmpeg-user] Can't decode image

2016-09-02 Thread Moritz Barsnick
On Fri, Sep 02, 2016 at 11:35:21 +0300, ionut wrote: > Can you please give me a link to the ticket trac ? Or how can I go there.. https://trac.ffmpeg.org/login You need an account. Moritz ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg

Re: [FFmpeg-user] Can't decode image

2016-09-02 Thread ionut
Can you please give me a link to the ticket trac ? Or how can I go there.. Thank you! On 02.09.2016 11:32, Moritz Barsnick wrote: On Fri, Sep 02, 2016 at 10:50:43 +0300, ionut wrote: I attached the image that is causing problems. Indeed. That seems to be a regression. Not only can other to

Re: [FFmpeg-user] Can't decode image

2016-09-02 Thread Moritz Barsnick
On Fri, Sep 02, 2016 at 10:50:43 +0300, ionut wrote: > I attached the image that is causing problems. Indeed. That seems to be a regression. Not only can other tools open the image, even an age-old version of ffmpeg I have can read it properly. Would you please consider opening a trac ticket, an

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-09-02 Thread Moritz Barsnick
On Fri, Sep 02, 2016 at 01:01:58 +, Yu Ang Tan wrote: > $ ffmpeg -i out.webm -f format tls:// > 127.0.0.1:8554?listen&cert=test.crt&key=test.key > [1] 46061 > [2] 46062 This is a sign that your shell is launching two commands in the background. You need to protect the '&'s from you

Re: [FFmpeg-user] encoding video from png diffs

2016-09-02 Thread Moritz Barsnick
On Thu, Sep 01, 2016 at 22:29:01 -0700, Joshua Grauman wrote: > > from my program that I'm screencasting, which I haven't found screencast > > software that can do. Unfortunately, I'm not sure that I'm going to be able > > to get vcdiff to run fast enough to create the diffs at 30 frames/sec :(.

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-09-02 Thread Reindl Harald
Am 02.09.2016 um 10:09 schrieb Reindl Harald: Am 02.09.2016 um 03:01 schrieb Yu Ang Tan: I am trying to stream a video securely, and this is what I have tried: snipped useless output missing basic informations Has anyone had experience with this? Am I approaching this in a wrong way? Wou

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-09-02 Thread Reindl Harald
Am 02.09.2016 um 03:01 schrieb Yu Ang Tan: I am trying to stream a video securely, and this is what I have tried: snipped useless output missing basic informations Has anyone had experience with this? Am I approaching this in a wrong way? Would appreciate if you could offer me some hints or

[FFmpeg-user] Can't decode image

2016-09-02 Thread ionut
Hello, I attached the image that is causing problems. *FFMPEG build:* ffmpeg version N-79052-g03a6ed8-syslint Copyright (c) 2000-2016 the FFmpeg developers built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-16) configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree