Hi,
please do you have patience with a cat?
I have this commandline
I need to regulate the the audio output level volume in the the audio 1 and 2 of the output, with a sort of:Code:V:\automazioneclip\core\ffmpeg64bit332.exe -threads 12 -y -i "V:\autogen\AutogenSuRazor.avi" -i "V:\autogen\AutogenSuRazor.avi" -c:v libx264 -profile:v high422 -level:v 4.1 -g 33 -bf 2 -crf 20 -flags +ildct+ilme -top 1 -pix_fmt yuv422p -map 0:v:0 -filter_complex "[1:a:0]asplit=2[aout0][aout1];[aout0]pan=stereo|FL<0.5FL+0.5FR|FR<0.5FR+0.5FL[a20c];[aout1]pan=stereo|FL<FL+0.0FR|FR<FR+0.0FL[a21c]" -map [a20c]:a:0 -c:a:0 aac -b:a:0 768k -map [a21c]:a:1 -c:a:1 aac -b:a:1 768k -aspect 16:9 v:\out.mp4
I wonder: where I can collocate it or how I can do?Code:-af volume=1.5
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by marcorocchini; 12th Mar 2025 at 17:56.
Similar Threads
-
Need help with FFMPEG encoding
By dgodfather in forum Video Streaming DownloadingReplies: 2Last Post: 17th Jun 2023, 19:46 -
ffmpeg: What are the most compatible encoding options?
By Rekrul in forum Video ConversionReplies: 10Last Post: 1st Sep 2022, 07:07 -
ffmpeg to merge subtitle (no encoding)
By sambat in forum SubtitleReplies: 4Last Post: 16th Feb 2022, 06:12 -
Encoding audio in DTS in multi-channels with ffmpeg.
By Malkovich in forum Video ConversionReplies: 20Last Post: 13th Jul 2021, 18:14 -
ffmpeg encoding with optical flow?
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 18th Sep 2020, 14:55