Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Premiere Pro 无法正确渲染,所以我让它渲染 m4v 和 aac 文件,然后使用 ffmpeg 组合它们。
ffmpeg -i "MCU- Supercut P1.24076.65056.m4v" -i "MCU- Supercut P1.24076.65056.aac" -c copy "MCU-Supercut-P1-FINAL.mp4"
这可行,但音频与视频不同步。我认为这是因为视频在元数据中没有列出长度,我知道视频的长度,但我不确定如何让 ffmpeg 遵循它。
ffmpeg -i "MCU- Supercut P1.24076.65056.m4v" -c:a acc -i "MCU- Supercut P1.24076.65056.aac" -c copy -map 0:v -map 1:a:0 -disposition:a:0 default -strict -2 -sn -dn -map_metadata -1 -map_chapters -1 -movflags faststart fin_av.mp4
I have a warning : Type safety: Unchecked cast from List < capture#10-of ?> to List < Object>
Type safety: Unchecked cast from List < capture#10-of ?> to List < Object>
There is the call, stock.getListDVD().getListDV
stock.getListDVD().getListDV