💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
Mp4 To TS ``` ffmpeg -i "test.mp4" -i "test.aac" -f mpegts -vcodec copy -acodec copy -vbsf h264_mp4toannexb -y test.ts ``` TS To Mp4 ``` ffmpeg -i input.ts -c:v copy -c:a libfaac out.mp4 ``` ``` ffmpeg -i input.ts -c:v libx264 -crf 24 -c:a libfaac out.mp4 ```