Hello,
I want to append my intro to videos in bulk without re-encoding but having trouble with it.
I tried ffmpeg - mp4box but the videos must be identical to succeed joining 2 videos without any problem, it gives black screen and just sound if the videos are not exact identical codec, frame rate etc.
software like mp4joiner (https://www.mp4joiner.org/en/) succeeded with the same videos without any problem. It uses also mp4box. As i researched forum Avidemux can do it too.
Could you please help me how to merge my intro to videos in bulk
The code i use with mp4box: (it dont work if the videos are not exact identical)
@echo off
SET INTRO="intro.mp4"
set /A nfile=0
for /R %1 %%v in (input\*.mp4) do (
MP4Box -cat %INTRO% -cat "%%v" "output\%%~nv.mp4"
set /A nfile+=1
)
Best Regards
Thanks
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by M00nsp3ll; 4th Apr 2020 at 19:23.
-
To merge, they must either be the same (encoding settings) to start with, or they must become that way, through re-encoding. Or you don't truly merge, but have a playback playlist.
Those are your options. Pick your favorite.
Scott -
How can i encode Video1, exactly same like video 2 without video engineering knowledge? is there any trick or software to use?
P.s: mp4joiner does it as it seems. i just join 2 videos without loooking their encoding settings and it works. I just need to do it in bulkLast edited by M00nsp3ll; 4th Apr 2020 at 19:24. Reason: wrong url
Similar Threads
-
Batch add intro to Videos using FFMPEG
By dexterfox44 in forum EditingReplies: 2Last Post: 10th Jun 2020, 19:32 -
Remove Intro from videos in Batch using FFMPEG
By dexterfox44 in forum EditingReplies: 1Last Post: 14th Oct 2019, 22:01 -
Batch Remove Intro from videos using FFMPEG
By dexterfox44 in forum Newbie / General discussionsReplies: 1Last Post: 14th Oct 2019, 14:57 -
Batch trim Videos using FFMPEG (Remove Intro)
By dexterfox44 in forum EditingReplies: 0Last Post: 14th Oct 2019, 13:19 -
Lots of mp4 videos with wrong language metadata, bulk tool to fix?
By wkearney99 in forum Newbie / General discussionsReplies: 13Last Post: 22nd May 2017, 07:37