Re: [FFmpeg-user] Sharing an audio encode among two outputs

2016-11-07 Thread PSPunch
On 2016/11/07 21:08, Moritz Barsnick wrote: On Mon, Nov 07, 2016 at 17:00:52 +0900, PSPunch wrote: Is there a way to brush this up, do the audio encode just once? A solution in a single process would be ideal. As CPU load is low anyway, I would prefer to keep this in a single instance if piping

[FFmpeg-user] unable to capture desktop session using x11grab on debian jessie with ffmpeg 3.1.4

2016-11-07 Thread 肖文良
Hello, I'am trying to capture my X11 desktop sessoin using ffmpeg, but the same command capture nothing on my new Lenovo T450 laptop running Debian Jessie. The command I used was: ffmpeg -loglevel debug -s 1366x768 -f x11grab -i :0.0 -c libx264 -crf 28 -preset ultrafast /tmp/output.mp4 And the

Re: [FFmpeg-user] Encoding for Amazon Cloud Front HLS adaptive streaming. Peak rate too high.

2016-11-07 Thread Reuben Martin
On Monday, November 7, 2016 6:15:23 PM CST Joel Lopez wrote: > After the files are done I > segment them with ffmpeg and upload them and the .m3u8 files up to > Amazon S3. Why encode them to mp4 intermediate format? Wouldn’t it just be easier to encode directly to segmented hls and have ffmpeg PU

Re: [FFmpeg-user] Encoding for Amazon Cloud Front HLS adaptive streaming. Peak rate too high.

2016-11-07 Thread Joel Lopez
On Mon, Nov 7, 2016 at 6:27 PM, Carl Eugen Hoyos wrote: > 2016-11-08 3:15 GMT+01:00 Joel Lopez : >> Hi, >> >> I'm trying to figure out how to encode with ffmpeg instead of Elastic >> Transcoder. I wrote a bash script that outputs these commands and >> encodes 6 files different bitrates. After th

Re: [FFmpeg-user] Encoding for Amazon Cloud Front HLS adaptive streaming. Peak rate too high.

2016-11-07 Thread Carl Eugen Hoyos
2016-11-08 3:15 GMT+01:00 Joel Lopez : > Hi, > > I'm trying to figure out how to encode with ffmpeg instead of Elastic > Transcoder. I wrote a bash script that outputs these commands and > encodes 6 files different bitrates. After the files are done I > segment them with ffmpeg and upload them an

Re: [FFmpeg-user] compilation error

2016-11-07 Thread Carl Eugen Hoyos
>> Am 08.11.2016 um 00:36 schrieb William Morgan: >> >>> I'm using version 3.2 (using wget as shown on the compilation guide page) Please understand that only current git head is supported here. 2016-11-08 1:20 GMT+01:00 William Morgan : > Why not? Because it seemed redundant to simply copy what

[FFmpeg-user] Encoding for Amazon Cloud Front HLS adaptive streaming. Peak rate too high.

2016-11-07 Thread Joel Lopez
Hi, I'm trying to figure out how to encode with ffmpeg instead of Elastic Transcoder. I wrote a bash script that outputs these commands and encodes 6 files different bitrates. After the files are done I segment them with ffmpeg and upload them and the .m3u8 files up to Amazon S3. Once they're u

Re: [FFmpeg-user] Is Zeranoe server down?

2016-11-07 Thread jimmy keffer
same for meOn Mon, 7 Nov 2016 17:47:06 -0800, you wrote: >I'm getting: > >Forbidden > >You don't have permission to access /builds/ on this server. > >Additionally, a 403 Forbidden error was encountered while trying to use an >ErrorDocument to handle the request. > >This is the html web address I'

[FFmpeg-user] Is Zeranoe server down?

2016-11-07 Thread Tim Hiles
I'm getting: Forbidden You don't have permission to access /builds/ on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. This is the html web address I'm using: http://ffmpeg.zeranoe.com/builds/ Thanks! Tim ___

Re: [FFmpeg-user] compilation error

2016-11-07 Thread William Morgan
Why not? Because it seemed redundant to simply copy what is already there. But if you insist, here it is: PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \ --prefix="$HOME/ffmpeg_build" \ --pkg-config-flags="--static" \ --extra-cflags="-I$HOME/ffmpeg_bui

Re: [FFmpeg-user] compilation error

2016-11-07 Thread Reindl Harald
Am 08.11.2016 um 00:36 schrieb William Morgan: I'm using version 3.2 (using wget as shown on the compilation guide page) and my configure line is exactly the same as on that page. what about posting the infor,ations you where asked? nobody cares about "exactly the same as on that page" *post

[FFmpeg-user] compilation error

2016-11-07 Thread William Morgan
I'm using version 3.2 (using wget as shown on the compilation guide page) and my configure line is exactly the same as on that page. Here are the results of make V=1 ffmpeg: bill@bill-desk:~/ffmpeg_sources/ffmpeg$ PATH="$HOME/bin:$PATH" make V=1 ffmpeg gcc -Llibavcodec -Llibavdevice -Llibavfilter

Re: [FFmpeg-user] building vidstab toolchain for android

2016-11-07 Thread Cley Faye
2016-11-07 11:11 GMT+01:00 Angelo Nodari : > can you help me it's more than 2 weeks that I'm trying to build ffmpeg for > android and it's a mess! > > ​/home/angelo/android-21-toolchain-x86/bin/i686-linux-android-gcc > --sysroot=/home/angelo/android-21-toolchain-x86/sysroot -isysroot > /home/ange

Re: [FFmpeg-user] building vidstab toolchain for android

2016-11-07 Thread Carl Eugen Hoyos
2016-11-07 11:11 GMT+01:00 Angelo Nodari : > I'm trying to build ffmpeg with libvidstab but when I enable the > --enable-libvidstab parameter I have an error like this one > > ERROR: vidstab not found using pkg-config This is the relevant line from config.log: > /home/angelo/android-21-toolchain-

Re: [FFmpeg-user] Mac version of ffmpeg that supports https

2016-11-07 Thread Carl Eugen Hoyos
2016-11-07 18:49 GMT+01:00 fc : > Is there a Mac version downloadable ffmpeg binary built with https support? Please elaborate, every osx binary is supposed to have https support (by default, no compilation options necessary). Carl Eugen ___ ffmpeg-user

Re: [FFmpeg-user] Mac version of ffmpeg that supports https

2016-11-07 Thread Carl Eugen Hoyos
2016-11-07 20:13 GMT+01:00 Jonathan Baecker : > You can try it with the: /--with-openssl/ option. That's not necessarily a good idea: It makes the license situation more difficult and should not be necessary since osx binaries by default have https support. Carl Eugen ___

Re: [FFmpeg-user] Mac version of ffmpeg that supports https

2016-11-07 Thread Jonathan Baecker
Am 07.11.2016 um 18:49 schrieb fc: Is there a Mac version downloadable ffmpeg binary built with https support? I have been trying to find such a binary but all the ones I found are without https support. Everyone on Mac using ffmpeg without ssl support? Is installing over Homebrew a option? ht

[FFmpeg-user] Mac version of ffmpeg that supports https

2016-11-07 Thread fc
Is there a Mac version downloadable ffmpeg binary built with https support? I have been trying to find such a binary but all the ones I found are without https support. Everyone on Mac using ffmpeg without ssl support? ___ ffmpeg-user mailing list ffmpeg

Re: [FFmpeg-user] Sharing an audio encode among two outputs

2016-11-07 Thread Lou
On Mon, Nov 7, 2016, at 03:08 AM, Moritz Barsnick wrote: > See the part about "If you want to choose specific streams then use the > stream option." (Whereby it actually means the "select" option.) Typo fixed. ___ ffmpeg-user mailing list ffmpeg-user@ffm

[FFmpeg-user] Problem when remuxing mpeg4 from mp4 container to ts container

2016-11-07 Thread Fredrik Persson
Hi! I have a problem where the resulting file from the following commands produce a transport stream file that does not display video. wget http://www.sample-videos.com/video/mp4/480/big_buck_bunny_480p_1mb.mp4 (Any mp4 file will probably be fine, but I used that one.) Reencode the h264 video i

Re: [FFmpeg-user] fade usage in complex filter

2016-11-07 Thread Jesse Koegler
Great, thanks Erik. Here is the final version what I ended up using in case anyone is interested, this puts a nice 2 second fade to black to next scene (I am using 20fps video here) for each transition between scenes when you know the frame numbers where the transitions should go: ffmpeg.exe -y

Re: [FFmpeg-user] Sharing an audio encode among two outputs

2016-11-07 Thread Moritz Barsnick
On Mon, Nov 07, 2016 at 17:00:52 +0900, PSPunch wrote: > Is there a way to brush this up, do the audio encode just once? > A solution in a single process would be ideal. As CPU load is low > anyway, I would prefer to keep this in a single instance if piping is > the only solution. I haven't tr

[FFmpeg-user] piping with mintty under windows (stdout is not a tty)

2016-11-07 Thread Jon bae
Hello everybody, does anybody know that ffmpeg got a change in the way it pipes the output under Windows? I use shell scripts under Windows with msys2 and the mintty console. In the past I pipe for example like this: ffmpeg -i input.ext -f null /dev/null 2>&1 | awk '{print}' or: ffmpeg -i input

[FFmpeg-user] Sharing an audio encode among two outputs

2016-11-07 Thread PSPunch
Hi, I have the following working command. It takes a set of video/audio as input and outputs the transcoded result in two formats. Among the two, only the video resolution&datarate differ. Audio format&rate is the same. All is working fine. However, it seems there is redundancy in the audi