gpt4 book ai didi

android - FFMpeg : Falied to combine two MPEG TS files into a Single MP4 File

转载 作者:行者123 更新时间:2023-12-04 22:52:32 27 4
gpt4 key购买 nike

我正在尝试合并 2个.ts文件进入 单.mp4 使用 在此处归档FFMpeg .我需要制作 连接双路复用器 方法工作,以便在我的 Android 应用程序中使用它。在我的 Android 应用程序中,连接协议(protocol)不被识别。所以我正在尝试 连接解复用器方法 .

连接协议(protocol)在我的 中工作正常 window 电脑 :

ffmpeg -i "concat:s1.ts|s2.ts" -c copy -bsf:a aac_adtstoasc output.mp4

但是, 连接解复用器 在我的 Windows 电脑上不起作用:
ffmpeg -f concat -i s1.ts -i s2.ts -c copy -bsf:a aac_adtstoasc output2.mp4

Error :
[concat @ 0000000000516e00] Line 1: unknown keyword 'G@'
s1.ts: Invalid data found when processing input

enter image description here

有用于测试的文件:
http://fourbigbrothers.com/s1.tshttp://fourbigbrothers.com/s2.ts

请帮忙。我最近一直在咀嚼我的大脑。

最佳答案

concat demuxer 需要一个文本文件作为输入,其中包含以下格式的视频名称:

file 's1.ts'
file 's2.ts'

命令将是
ffmpeg -f concat -i list.txt -c copy -bsf:a aac_adtstoasc output2.mp4

关于android - FFMpeg : Falied to combine two MPEG TS files into a Single MP4 File,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42648019/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com