On Tue, Jul 3, 2012 at 11:52 PM, esgratis <
josec...@gmail.com> wrote:
> Hi,
> I would like to create a video with an embeded silence audio track with the
> same duration as the video file.
> The only input is the video file.
ffmbc -ar 48000 -ac 2 -f s16le -i /dev/zero -i INPUT -shortest -vcodec
copy -acodec ... OUTPUT
Alternatively if you also use ffmpeg you can use the aevalsrc audio source.