[FFmpeg-user] how to create black video and one slient piece of audio

Paul B Mahol onemda at gmail.com
Fri Jul 31 09:23:10 CEST 2015


On 7/31/15, qw <applemax82 at 163.com> wrote:
> Hi,
>
>
> My question is:
>
>
> 1)
> how to create one mp4 clip via ffmpeg, in  which video is black and audio is
> silent?

ffmpeg.exe -f lavfi -i color=s=hd720:d=5 -f lavfi -i anullsrc -strict
-2 -shortest out.mp4

>
>
> 2)
> How to merge multiple mp4 files into one mp4 file without video/audio
> encoding or decoding?

See ffmpeg's concat demuxer documentation.

>
> Thanks!
>
>
> B.R.
>
>
> Andrew
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list