We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
只是需要合并.mp4视频,所以最后用那三条命令在 Terminal 里合并了,感谢~ ffmpeg -i 1.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts input1.ts ffmpeg -i 2.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts input2.ts ffmpeg -i "concat:input1.ts|input2.ts" -c copy output.mp4
非计算机背景,实在不太懂那几个压缩包里的东西怎么用...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
只是需要合并.mp4视频,所以最后用那三条命令在 Terminal 里合并了,感谢~
ffmpeg -i 1.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts input1.ts
ffmpeg -i 2.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts input2.ts
ffmpeg -i "concat:input1.ts|input2.ts" -c copy output.mp4
非计算机背景,实在不太懂那几个压缩包里的东西怎么用...
The text was updated successfully, but these errors were encountered: