V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  feedcode  ›  全部回复第 6 页 / 共 6 页
回复总数  102
1  2  3  4  5  6  
2020-10-18 17:53:35 +08:00
回复了 Trinity888 创建的主题 程序员 ffmpeg 合并 2 个视频文件时 太慢的问题怎么解决?
服务端处理+新版 FFMPEG hstack
https://ffmpeg.org/ffmpeg-filters.html#hstack
Stack input videos horizontally.
All streams must be of same pixel format and of same height.
Note that this filter is faster than using overlay and pad filter to create same output.

```
ffmpeg -i a.mp4 -i b.mp4 -filter_complex vstack output.mp4
```
2020-10-14 21:11:51 +08:00
回复了 admin7785 创建的主题 硬件 思来想去还是打算自己装机,求帮忙看看配置有问题没
板 U 套装加 100 换成 B460M WIFI 版本(带蓝牙),WIFI6+蓝牙还是蛮实用的
1  2  3  4  5  6  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2972 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 760ms · UTC 13:33 · PVG 21:33 · LAX 06:33 · JFK 09:33
Developed with CodeLauncher
♥ Do have faith in what you're doing.