Using ffmpeg 4.1 on windows 7, I am trying to add null audio or empty video track if input file doesn't have it. I don't know how to use anullsrc/aevalsrc. I looked a lot and found that i have to provide the duration as well with anullsrc.
In my case, input files are in webm format which may contain both audio and video track or one of them. So, whatever track is missing that i want to add till the end.
I am new to ffmpeg. Please help.
Thanks, R.