Created
April 10, 2024 09:51
-
-
Save emcodem/dbd67aa3eacf9b8c8799e58058128328 to your computer and use it in GitHub Desktop.
ffconcat timebase experiments
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 characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment