随笔分类 -  音视频处理

优化html中mp4视频加载速度
摘要:如果使用参数faststart就会在生成完上边结构之后将moov移动到mdat前面:ffmpeg –i input.flv –c copy –f mp4 –movflags faststart output.mp4然后使用mp4info查看mp4的容器顺序,可以看到moov被移动到了mdat前面, 阅读全文

posted @ 2017-04-10 19:42 jessezeng 阅读(1602) 评论(0) 推荐(0)

ffmpeg muxer 参数简要说明
摘要:参数 值 说明 movflags MP4 Muxer 标记 rtphint 增加RTP的hint track empty_moov 初始化空的moov box frag_keyframe 在视频关键帧处切片 separate_moof 每一个Track写独立的moof / mdat box frag 阅读全文

posted @ 2017-04-04 22:51 jessezeng 阅读(2151) 评论(0) 推荐(0)

ffmpeg 音频转换: use ffmpeg convert the audio from stereo to mono without changing the video part
摘要:To convert the audio from stereo to mono without changing the video part, you can use FFmpeg: The important option is -ac 1, which downmixes the signa 阅读全文

posted @ 2016-08-09 15:47 jessezeng 阅读(971) 评论(0) 推荐(0)

导航