h264(native)和h264(libx264)有什么区别?)
dwing吧
全部回复
仅看楼主
level 12
unchch 楼主
今天需要转一个格式,用的这个脚本
ffmpeg.exe -y -strict -2 -i f:\1-file.flv -vcodec copy -acodec copy -f mpegts flv2ts.ts
@pause
发现CPU满载,编码器都是copy:
这个copy相当于转码了,二者的区别在哪里?
2014年12月23日 08点12分 1
level 9
(输入编码格式 (解码器) -> 输出编码格式 (编码器))
native = FFmpeg 本地的 Codec
libx264 = x264库
2014年12月28日 12点12分 2
感谢感谢!
2014年12月28日 13点12分
level 11
stream1是copy,0不是[滑稽]
---
Across the Great Wall we can reach every corner in the world.
Inside the Great Wall we are the only unreachable corner isolated from the world.
2014年12月30日 04点12分 3
1