ffmpeg只轉封裝不轉碼的代碼實現

在有些場景下,其實只須要轉封裝,不須要轉碼, 大概步驟以下: 1. 打開輸入的formatcontext 2. 打開輸出文件 3. 打開輸出的formatcontext 4. 寫文件頭 5. 複製codec信息 6. 讀取輸入frame 7. 寫輸出frame 8. 寫文件尾 9. 關閉輸出文件 代碼以下: #include <stdio.h> #include <stdlib.h> #inclu
相關文章
相關標籤/搜索