为了账号安全,请及时绑定邮箱和手机立即绑定

使用 FFMPEG 连接视频:Glitchy\Desync 输出

使用 FFMPEG 连接视频:Glitchy\Desync 输出

桃花长相依 2023-08-15 17:20:46
我有一个包含多个视频剪辑的文件夹(包括 Outro,这是一个 mp4 视频)。我正在运行此代码来连接视频:os.system("(for %i in (*.mp4) do @echo file '%i') > mylist.txt")os.system('more +1 "mylist.txt" > "Final_List.txt"')os.system("echo file 'Outro.mp4' >> Final_List.txt") #Final_list.txt will contain all the videos' paths, and will have the outro's path on its last line.os.system("ffmpeg -f concat -i Final_List.txt -c copy output.mp4")执行后,我得到一个名为output.mp4的视频,其中包含我连接的所有剪辑,但outro非常有问题:原始outro.mp4视频持续9秒,但在最终视频中,它只持续2秒,声音是加速了很多。https://gofile.io/d/zqadc2 #您将在这里找到 outro.mp4 文件,以及一些正确连接的剪辑https://gofile.io/d/G9Zbjo #你可以在这里找到output.mp4视频输入文件信息:ffmpeg -i Ready_clip7.mp4 -i Ready_clip15.mp4 -i Outro.mp4...Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Ready_clip7.mp4':  Metadata:    major_brand     : isom    minor_version   : 512    compatible_brands: isomiso2avc1mp41    encoder         : Lavf58.51.101  Duration: 00:00:06.40, start: 0.000000, bitrate: 1476 kb/s    Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1339 kb/s, SAR 24251:24253 DAR 388016:218277, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)    Metadata:      handler_name    : VideoHandler    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 127 kb/s (default)    Metadata:      handler_name    : SoundHandlerInput #1, mov,mp4,m4a,3gp,3g2,mj2, from 'Ready_clip15.mp4':  Metadata:    major_brand     : isom    minor_version   : 512    compatible_brands: isomiso2avc1mp41    encoder         : Lavf58.51.101  Duration: 00:00:18.11, start: 0.000000, bitrate: 1125 kb/s    Stream #1:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 2043:2048 DAR 227:128], 1009 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)    Metadata:      handler_name    : VideoHandler    Stream #1:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 108 kb/s (default)    Metadata:      handler_name    : SoundHandler
查看完整描述

目前暂无任何回答

  • 0 回答
  • 0 关注
  • 164 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信