Created
April 10, 2024 09:51
-
-
Save emcodem/dbd67aa3eacf9b8c8799e58058128328 to your computer and use it in GitHub Desktop.
Revisions
-
emcodem created this gist
Apr 10, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ffmpeg -i "concat:v1.mp4|v2.mp4" -i "concat:a1.mp4|a2.mp4" -codec copy -map 0:v -map 1:a -video_track_timescale 25 out.mp4 -y C:\temp\webinterface_1.4.0.5\tools\ffmpeg\ffprobe.exe -show_frames -select_streams v out.mp4 > out_frames.txt && C:\temp\webinterface_1.4.0.5\tools\ffmpeg\ffprobe -show_packets -select_streams v out.mp4 > out_packets.txt working: ffmpeg -i "concat:v1.mp4|v2.mp4" -i "concat:a1.mp4|a2.mp4" -codec copy -map 0:v -map 1:a -video_track_timescale 25 out.mp4 -y