I am trying to produce a filter chain that effects both the auto and video components of my file:

ffmpeg -i Test.mp4 -filter_complex \
[0:v]eq=brightness=1.00:contrast=1.40,fade=type=in:duration=5:start_time=10,fade=type=out:duration=5:start_time=50[v];\
[0:a]afade=type=in:duration=5:start_time=10,afade=type=out:duration=5:start_time=50[a]\
?????? ??? -map[v] -map[a]\
?????? ??? -y /tmp/Test.avi

i.e. set the brightness and contrast with a fade in from black and fade out to black in conjunction with a audio fade in/out.

I can get the individual components to work but have failed miserably to successfully combine them.

My efforts usually end with a "unconnected output" error.

The example above is a simplification of what I hope to produce once I can get the audio and video components to work together.

Any help would be appreciated.

_______________________________________________
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".

Reply via email to