Re: [FFmpeg-user] Mix a video with an audio file

2020-01-19 Thread Paul B Mahol
On 1/19/20, Michael Koch wrote: > Am 19.01.2020 um 21:56 schrieb Paul B Mahol: >> On 1/19/20, Michael Koch wrote: >>> Am 19.01.2020 um 21:01 schrieb Paul B Mahol: On 1/19/20, Michael Koch wrote: > Hello, > > I've just found a problem that can be reproduced as follows: >

Re: [FFmpeg-user] ffmpeg -layer flag

2020-01-19 Thread Gonzalo Garramuño
El 17/01/20 a las 23:26, Carl Eugen Hoyos escribió: Am Sa., 18. Jan. 2020 um 02:47 Uhr schrieb Dan Walker : I'm trying to find info on the -layer flag for ffmpeg which seems to be undocumented in terms of examples. Seriously: What did you try? You write above that you have "multilayer EXR [R

Re: [FFmpeg-user] Mix a video with an audio file

2020-01-19 Thread Michael Koch
Am 19.01.2020 um 21:56 schrieb Paul B Mahol: On 1/19/20, Michael Koch wrote: Am 19.01.2020 um 21:01 schrieb Paul B Mahol: On 1/19/20, Michael Koch wrote: Hello, I've just found a problem that can be reproduced as follows: Step 1: Make a 6 seconds test video with 1kHz tone. The file is ok w

Re: [FFmpeg-user] How can I correctly set duration on MP3 output when input is streamed to ffmpeg?

2020-01-19 Thread Carl Eugen Hoyos
Am So., 19. Jan. 2020 um 21:43 Uhr schrieb Tom Barnsbury : > My ffmpeg commands are below. The input and output files are FIFO files > (using FIFO files does not seem to cause any problems in itself). If ffmpeg cannot seek in the output file, no duration can be written. For future requests: Plea

Re: [FFmpeg-user] Mix a video with an audio file

2020-01-19 Thread Paul B Mahol
On 1/19/20, Michael Koch wrote: > Am 19.01.2020 um 21:01 schrieb Paul B Mahol: >> On 1/19/20, Michael Koch wrote: >>> Hello, >>> >>> I've just found a problem that can be reproduced as follows: >>> >>> Step 1: Make a 6 seconds test video with 1kHz tone. The file is ok when >>> played. >>> >>> ffm

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-19 Thread Chris via ffmpeg-user
-Original Message- From: Carl Eugen Hoyos To: FFmpeg user questions Sent: Sun, Jan 19, 2020 12:11 pm Subject: Re: [FFmpeg-user] Submitting a Feature Request Am So., 19. Jan. 2020 um 21:00 Uhr schrieb Chris via ffmpeg-user : > ffmpeg with the command-line interface forces video levels to

[FFmpeg-user] How can I correctly set duration on MP3 output when input is streamed to ffmpeg?

2020-01-19 Thread Tom Barnsbury
Hi, I am streaming an mp3 file from a remote server, piping it through ffmpeg to add custom id3 tags and then offering it as a file download from my own server. It seems that ffmpeg cannot add duration metadata to the file as the input data is streamed. I was led to this conclusion by the this p

Re: [FFmpeg-user] Mix a video with an audio file

2020-01-19 Thread Michael Koch
Am 19.01.2020 um 21:01 schrieb Paul B Mahol: On 1/19/20, Michael Koch wrote: Hello, I've just found a problem that can be reproduced as follows: Step 1: Make a 6 seconds test video with 1kHz tone. The file is ok when played. ffmpeg -f lavfi -i testsrc2=size=vga -f lavfi -i sine=1000 -t 6 -y

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-19 Thread Carl Eugen Hoyos
Am So., 19. Jan. 2020 um 21:00 Uhr schrieb Chris via ffmpeg-user : > > > ffmpeg with the command-line interface forces video levels to either 0 - > > > 255 or 16 - 235 > > > > Ok. > > Could you 1) repeat the usecase for other levels and 2) post the command > > line > > that produces a file for t

Re: [FFmpeg-user] Mix a video with an audio file

2020-01-19 Thread Paul B Mahol
On 1/19/20, Michael Koch wrote: > Hello, > > I've just found a problem that can be reproduced as follows: > > Step 1: Make a 6 seconds test video with 1kHz tone. The file is ok when > played. > > ffmpeg -f lavfi -i testsrc2=size=vga -f lavfi -i sine=1000 -t 6 -y video.mp4 > > > Step 2: Make a 10 s

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-19 Thread Chris via ffmpeg-user
-Original Message- From: Carl Eugen Hoyos To: FFmpeg user questions Sent: Sun, Jan 19, 2020 11:34 am Subject: Re: [FFmpeg-user] Submitting a Feature Request Am So., 19. Jan. 2020 um 20:25 Uhr schrieb Chris via ffmpeg-user : > ffmpeg with the command-line interface forces video levels

Re: [FFmpeg-user] Custom User Agent Header not working

2020-01-19 Thread Reindl Harald
Am 19.01.20 um 20:32 schrieb Temm: > Alright, used ffmpeg-20200115-0dc0837-win64-static instead of stable. > Problem persists nobody right in his mind expected a chnage ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/list

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-19 Thread Carl Eugen Hoyos
Am So., 19. Jan. 2020 um 20:25 Uhr schrieb Chris via ffmpeg-user : > ffmpeg with the command-line interface forces video levels to either 0 - 255 > or 16 - 235 Ok. Could you 1) repeat the usecase for other levels and 2) post the command line that produces a file for this use-case but with wrong

Re: [FFmpeg-user] Custom User Agent Header not working

2020-01-19 Thread Temm
On Sun, 19 Jan 2020 at 20:24, Carl Zwanzig wrote: > On 1/19/2020 11:11 AM, Temm wrote: > > Sorry, but i am not sure what you mean by using the latest git head. Do > you > > mean i should build the latest ffmpeg from git myself? > > You can download daily windows builds from > https://ffmpeg.zeran

[FFmpeg-user] Mix a video with an audio file

2020-01-19 Thread Michael Koch
Hello, I've just found a problem that can be reproduced as follows: Step 1: Make a 6 seconds test video with 1kHz tone. The file is ok when played. ffmpeg -f lavfi -i testsrc2=size=vga -f lavfi -i sine=1000 -t 6 -y video.mp4 Step 2: Make a 10 seconds audio file with silence and a short 3kHz

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-19 Thread Chris via ffmpeg-user
-Original Message- From: Carl Eugen Hoyos To: FFmpeg user questions Sent: Sun, Jan 19, 2020 10:43 am Subject: Re: [FFmpeg-user] Submitting a Feature Request Am So., 19. Jan. 2020 um 19:30 Uhr schrieb Chris via ffmpeg-user : > > I described the desired feature in a post several weeks a

Re: [FFmpeg-user] Custom User Agent Header not working

2020-01-19 Thread Carl Zwanzig
On 1/19/2020 11:11 AM, Temm wrote: Sorry, but i am not sure what you mean by using the latest git head. Do you mean i should build the latest ffmpeg from git myself? You can download daily windows builds from https://ffmpeg.zeranoe.com/builds/, select the one with a date ("20200115-") ins

Re: [FFmpeg-user] Custom User Agent Header not working

2020-01-19 Thread Reindl Harald
Am 19.01.20 um 20:11 schrieb Temm: > On Sun, 19 Jan 2020 at 19:49, Carl Eugen Hoyos wrote: > >> Am So., 19. Jan. 2020 um 19:33 Uhr schrieb Temm : >>> >>> Oh, sorry. I am using cmd on Windows10, using latest win ffmpeg build >> from >>> Zeranoe. >> >> Please test current FFmpeg git head and plea

Re: [FFmpeg-user] Custom User Agent Header not working

2020-01-19 Thread Temm
On Sun, 19 Jan 2020 at 19:49, Carl Eugen Hoyos wrote: > Am So., 19. Jan. 2020 um 19:33 Uhr schrieb Temm : > > > > Oh, sorry. I am using cmd on Windows10, using latest win ffmpeg build > from > > Zeranoe. > > Please test current FFmpeg git head and please do not use external > resources for the co

Re: [FFmpeg-user] Custom User Agent Header not working

2020-01-19 Thread Carl Eugen Hoyos
Am So., 19. Jan. 2020 um 19:33 Uhr schrieb Temm : > > Oh, sorry. I am using cmd on Windows10, using latest win ffmpeg build from > Zeranoe. Please test current FFmpeg git head and please do not use external resources for the console output, always paste the console output in the mail. And please

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-19 Thread Carl Eugen Hoyos
Am So., 19. Jan. 2020 um 19:30 Uhr schrieb Chris via ffmpeg-user : > > I described the desired feature in a post several weeks ago. Please find out what top-posting means, avoid it here if you want support. Is the issue you see reproducible with ffmpeg (the command line interface), or only when u

Re: [FFmpeg-user] Custom User Agent Header not working

2020-01-19 Thread Temm
Oh, sorry. I am using cmd on Windows10, using latest win ffmpeg build from Zeranoe. Here is the full output with -v trace: https://pastebin.com/raw/W9hsjraT I have also tried using -header and -user_agent instead of -user-agent, no success. On Sun, 19 Jan 2020 at 19:24, Carl Eugen Hoyos wrote: >

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-19 Thread Chris via ffmpeg-user
I described the desired feature in a post several weeks ago. That thread has now stalled with no progress being made. Here is the desired feature again: We already have: out_range=full and out_range=tv Why not have out_range=unity which does not alter the video levels at all? I am trying

Re: [FFmpeg-user] Custom User Agent Header not working

2020-01-19 Thread Carl Eugen Hoyos
Am So., 19. Jan. 2020 um 03:51 Uhr schrieb Temm : > > My command: > ffmpeg.exe -protocol_whitelist file,http,https,tcp,tls,crypto -user-agent > "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like > Gecko) Chrome/79.0.3945.130 Safari/537.36" -i "local.m3u8" "out.mp4" Please a

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-19 Thread Carl Eugen Hoyos
Am So., 19. Jan. 2020 um 19:02 Uhr schrieb Carl Eugen Hoyos : > > Am So., 19. Jan. 2020 um 18:55 Uhr schrieb Chris via ffmpeg-user > : > > > > What is the best way to submit a feature request for ffmpeg that will not > > get blown off or tossed aside? > > I have looked at the developer mailing lis

Re: [FFmpeg-user] Submitting a Feature Request

2020-01-19 Thread Carl Eugen Hoyos
Am So., 19. Jan. 2020 um 18:55 Uhr schrieb Chris via ffmpeg-user : > > What is the best way to submit a feature request for ffmpeg that will not get > blown off or tossed aside? > I have looked at the developer mailing list and it appears to be full of > patches — no feature requests. Please do

[FFmpeg-user] Submitting a Feature Request

2020-01-19 Thread Chris via ffmpeg-user
What is the best way to submit a feature request for ffmpeg that will not get blown off or tossed aside? I have looked at the developer mailing list and it appears to be full of patches — no feature requests. There is also the bug tracker but this is not really a bug, just a feature request. I w

Re: [FFmpeg-user] Is there a bulk mode for ffprobe

2020-01-19 Thread Alexander Strasser
Hi Mike! On 2020-01-17 08:59 -0800, Carl Zwanzig wrote: > On 1/17/2020 3:32 AM, Mike Martin wrote: > > Thats what I am doing atm (via perl open3) and I am only getting about 4.7 > > files per second. (30160 in 105 minutes) > > This is what I am passing > > "ffprobe", '-hide_banner', '-loglevel','0

Re: [FFmpeg-user] Play video and simultaneously record audio

2020-01-19 Thread Michael Koch
Am 19.01.2020 um 13:54 schrieb Paul B Mahol: On 1/19/20, Michael Koch wrote: Hello Gyan, I did try the above example (with some changes) but it has another problem: FFplay can't be stopped when the video has ended, and it uses the full screen. Which means I can't see the console window and ca

Re: [FFmpeg-user] Play video and simultaneously record audio

2020-01-19 Thread Paul B Mahol
On 1/19/20, Michael Koch wrote: > Hello Gyan, > >>> I did try the above example (with some changes) but it has another >>> problem: FFplay can't be stopped when the video has ended, and it >>> uses the full screen. Which means I can't see the console window and >>> can't close it. FFmpeg can only

Re: [FFmpeg-user] Play video and simultaneously record audio

2020-01-19 Thread Michael Koch
Hello Gyan, I did try the above example (with some changes) but it has another problem: FFplay can't be stopped when the video has ended, and it uses the full screen. Which means I can't see the console window and can't close it. FFmpeg can only be stopped by the task manager. Looks like you