Re: [FFmpeg-user] Dynamic range compression fail with: invalid argument

2021-10-23 Thread Android PowerUser
Moritz Barsnick schrieb am Sa., 23. Okt. 2021, 19:43: > On Sat, Oct 23, 2021 at 16:17:02 +0200, Android PowerUser wrote: > > Paul B Mahol schrieb am Sa., 23. Okt. 2021, 15:45: > > > Where is "-af " part? > > > > But is not in any documentation. I have no idea what that is for. > > It's documen

Re: [FFmpeg-user] Dynamic range compression fail with: invalid argument

2021-10-23 Thread Moritz Barsnick
On Sat, Oct 23, 2021 at 16:17:02 +0200, Android PowerUser wrote: > Paul B Mahol schrieb am Sa., 23. Okt. 2021, 15:45: > > Where is "-af " part? > > But is not in any documentation. I have no idea what that is for. It's documented in the same place where the "compand" filter is documented, in th

Re: [FFmpeg-user] Dynamic range compression fail with: invalid argument

2021-10-23 Thread Android PowerUser
Paul B Mahol schrieb am Sa., 23. Okt. 2021, 15:45: > On Sat, Oct 23, 2021 at 3:26 PM Android PowerUser > wrote: > > > I try > > > > ffmpeg -y -i "/storage/emulated/0/Download/(M4A_128K).m4a" > > compand=0|0:1|1:-90/-900|-70/-70|-30/-9|0/-3:6:0:0:0 > > "/storage/emulated/0/Download/(M4A_128K)_1.m

Re: [FFmpeg-user] [EXTERNAL] Re: attempting to extract srt from mpg

2021-10-23 Thread Shupert, Jim via ffmpeg-user
Hmmm. That message looks suspicious because it should not include the single quotes. I wonder if the issue is shell quoting? Perhaps you should try replacing single quotes (') with double (") or none at all. I am ignorant of 99.9% of windows-related stuff, but it looks to me like your shell is

Re: [FFmpeg-user] Dynamic range compression fail with: invalid argument

2021-10-23 Thread Paul B Mahol
On Sat, Oct 23, 2021 at 3:26 PM Android PowerUser wrote: > I try > > ffmpeg -y -i "/storage/emulated/0/Download/(M4A_128K).m4a" > compand=0|0:1|1:-90/-900|-70/-70|-30/-9|0/-3:6:0:0:0 > "/storage/emulated/0/Download/(M4A_128K)_1.m4a" > > for dynamic range compression, but it call back: invalid arg

[FFmpeg-user] Dynamic range compression fail with: invalid argument

2021-10-23 Thread Android PowerUser
I try ffmpeg -y -i "/storage/emulated/0/Download/(M4A_128K).m4a" compand=0|0:1|1:-90/-900|-70/-70|-30/-9|0/-3:6:0:0:0 "/storage/emulated/0/Download/(M4A_128K)_1.m4a" for dynamic range compression, but it call back: invalid argument Detail: ffmpeg -y -i "/storage/emulated/0/Download/(M4A_128K).m4

[FFmpeg-user] Duration of an image (video) concatenated to another video

2021-10-23 Thread Ilia Katz
I am using the following command to concatenate a PNG image to a MP4 video. Both are of 920 × 256 resolution. ffmpeg -loop 1 -vsync 2 -t '20ms' -i '/path/to/image' -t '20ms' -f lavfi -i aevalsrc=0 -i '/path/to/video' -filter_complex '[0:0] [1:0] [2:0] [2:1] concat=n=2:v=1:a=1' -r 'ntsc-film' '/pat

Re: [FFmpeg-user] How can chromakey ignore shadows ?

2021-10-23 Thread Paul B Mahol
On Sat, Oct 23, 2021 at 12:53 PM smoothgroove wrote: > Thanks for your clear response, I see the problem. > > I'm wondering if there is any way to somehow lower the threshold for dark > green areas in order to reduce/suppress shadows in the foreground stream? > For example to somehow preprocess t

Re: [FFmpeg-user] How can chromakey ignore shadows ?

2021-10-23 Thread smoothgroove
Thanks for your clear response, I see the problem. I'm wondering if there is any way to somehow lower the threshold for dark green areas in order to reduce/suppress shadows in the foreground stream? For example to somehow preprocess the foreground to reduce the contrast of the green content? In g