Am 04.01.2022 um 22:26 schrieb Hanna Frangiyyeh:
Ok, I added the commas, now I have the following error:
PS D:\TEMP\Source Files\Audio>
D:\Apps\AudioRendering\AudioRendering\AudioRendering\ffmpeg.exe -i
"D:\TEMP\Source Files
\720E\MLB21_INT_PLAYER_720.mov" -i "D:\TEMP\Source
Files\Audio\file_example_WAV_1MG.wav" -vf scale=1920:1080 -filter_com
plex 'split [rgb_in][alpha_in],[rgb_in] lutrgb=a=minval
[rgb_out],[alpha_in] format=rgba, split [T1], fifo, lutrgb=r=max
val:g=maxval:b=maxval, [T2] overlay [rgb_out][T1] fifo,
lutrgb=r=minval:g=minval:b=minval [T2][alpha_out]' -map '[rgb_ou
t]' "D:\TEMP\Source
Files\Done\MLB21_INT_PLAYER_720_ProRes422-1080_ST_F.MOV" -map '[alpha_out]'
"D:\TEMP\Source Files\Do
ne\MLB21_INT_PLAYER_720_ProRes422-1080_ST_M.MOV" -acodec copy -map 0:0 -map
1:a:0 -y
sorry, I meant semicolons.
I'm not sure if it's ok to use -vf and -filter_complex in the same
command line. It's better if you insert the scale filter at the
beginning of the complex filtergraph.
Michael
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".