+ Reply to Thread
Results 1 to 1 of 1

Thread: How Merge 1 Video to 100 Videos (Intro + Multiple Main Videos) help

  1. #1
    Member
    Join Date
    Sep 2020
    Location
    Indonesia
    Posts
    1

    How Merge 1 Video to 100 Videos (Intro + Multiple Main Videos) help

    i have 1 Video Intro that i would like to add to multiple videos

    the output should have same name

    i'm using ffmpeg the problem is i'm new and the only script that i can copy is :
    Code:
    for %%A IN (*.mpg) DO ffmpeg -i "concat:test.mpg|%%A"  -c copy "new_%%A"
    and that script is useless in terminal

    i have read, this thread
    https://forum.videohelp.com/threads/394659-Batch-add-intro-to-Videos-using-FFMPEG?
    and
    https://superuser.com/questions/1547914/ffmpeg-concat-one-intro-video-to-many-file-in-...ectory-all-mp4


    Anyone can help ?
    Appreciated much

    Edit 1: i have found a way to create list for my video files using ffmpeg code
    printf "file '%s'\n" ./*.mp4 > mylist.txt
    now on need to figure how to create a ffmpeg code to run mylist to generate videos (intro + main)
    the illustration of coding something like below
    create "intro.mp4 + mylist.txt = intro.mp4 + "name of file on mylist.txt 1"
    intro.mp4 + "name of file on mylist.txt 2"
    intro.mp4 + "name of file on mylist.txt 3"
    intro.mp4 + "name of file on mylist.txt 4"
    so on until 100

    Edit 2 all of my videos have same res, bit rate, everything, just needed to combine them
    Last edited by Squid Ward; 6th Sep 2020 at 12:20. Reason: Edit 4
    Quote Quote  

+ Reply to Thread

Similar Threads

  1. is there any tool which joins 3 seconds intro to all 100 videos in batch
    By gta5 in forum Newbie / General discussions
    Replies: 5
    Last Post: 4th Sep 2020, 08:56
  2. Merge intro to Videos in bulk without re-encoding
    By M00nsp3ll in forum Newbie / General discussions
    Replies: 2
    Last Post: 4th Apr 2020, 19:22
  3. Remove Intro from videos in Batch using FFMPEG
    By dexterfox44 in forum Editing
    Replies: 1
    Last Post: 14th Oct 2019, 22:01
  4. Batch Remove Intro from videos using FFMPEG
    By dexterfox44 in forum Newbie / General discussions
    Replies: 1
    Last Post: 14th Oct 2019, 14:57
  5. Replies: 2
    Last Post: 12th Aug 2019, 18:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts