aşağıdaki kodu kopyalayarak çoğaltmak yerine bulduğu tüm video dosyalarını birleştirip tek bir video dosyası haline getirmesi için ne tür bir komut kullanabilirim.

ffmpeg -i video.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts tmpvideo.ts 
ffmpeg -i "concat:tmpvideo.ts|tmpvideo.ts|tmpvideo.ts" -c copy -bsf:a aac_adtstoasc birlesmis.mp4 
del tmpvideo.ts