Re: [FFmpeg-user] Replace part of the audio

2023-02-01 Thread Paul B Mahol
On 2/1/23, Alexander Bieliaev via ffmpeg-user wrote: > Thanks, it kinda worked for me, but it seems like it's dependent on the > length of the inserted audio. For example if I have a 2 minute audio and > try to replace some parts of it with audio that is 1 minute long, for the > first minute of

Re: [FFmpeg-user] How to compile static FFmpeg to a .so file?

2023-02-01 Thread Reindl Harald
Am 31.01.23 um 19:46 schrieb Ricardo Zacarias: Carl Zwanzig wrote: That's because 'ffmpeg' is an executable, not a library- I thought that shared object files (.so) were similar to dynamically linked libraries (.dll) and that they can be used as executables how do you come to that idea

Re: [FFmpeg-user] How to compile static FFmpeg to a .so file?

2023-02-01 Thread Reindl Harald
Am 31.01.23 um 18:40 schrieb Ricardo Zacarias: Also, I'm really sorry, but what do you mean by top-posting? Google "top-posting" leades to https://en.wikipedia.org/wiki/Posting_style - common sense out of order? ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Replace part of the audio

2023-02-01 Thread Michael Koch
Am 01.02.2023 um 09:39 schrieb Alexander Bieliaev via ffmpeg-user: Thanks, it kinda worked for me, but it seems like it's dependent on the length of the inserted audio. For example if I have a 2 minute audio and try to replace some parts of it with audio that is 1 minute long, for the first

Re: [FFmpeg-user] Replace multiple parts of audio with beeps

2023-02-01 Thread Michael Koch
Am 01.02.2023 um 11:27 schrieb Alexander Bieliaev via ffmpeg-user: How can I replace multiple parts of audio with generated beeps? I tried next command: -filter_complex " [0]volume=0:enable='between(t,10,15)+between(t,20,30)'[main]; sine=f=800, pan=stereo|FL=c0|FR=c0,

[FFmpeg-user] Replace multiple parts of audio with beeps

2023-02-01 Thread Alexander Bieliaev via ffmpeg-user
How can I replace multiple parts of audio with generated beeps? I tried next command: -filter_complex " [0]volume=0:enable='between(t,10,15)+between(t,20,30)'[main]; sine=f=800, pan=stereo|FL=c0|FR=c0, volume=0:enable='between(t,0,10)+between(t,15,20)'[beep];

Re: [FFmpeg-user] Replace part of the audio

2023-02-01 Thread Alexander Bieliaev via ffmpeg-user
Thanks, it kinda worked for me, but it seems like it's dependent on the length of the inserted audio. For example if I have a 2 minute audio and try to replace some parts of it with audio that is 1 minute long, for the first minute of the audio it works fine but if I try to replace parts above 1