您的位置:首页 > 汽车 > 时评 > 查看视频时间基 time_base

查看视频时间基 time_base

2024/7/9 2:00:44 来源:https://blog.csdn.net/shelutai/article/details/140107538  浏览:    关键词:查看视频时间基 time_base

时间基、codec, 分辨率,音频和视频的都一样,才可以直接使用ffmpeg -f concat -i file.txt 方式合并。

On Thu, Dec 03, 2015 at 21:54:53 +0200, redneb8888 wrote:

I am looking for a way to find the time base of a stream (video or
audio),

$ ffprobe -show_streams videofile | grep time_base

Moritz

https://lists.ffmpeg.org/pipermail/ffmpeg-user/2015-December/029425.html

设置:

ffmpeg doesn’t look to be the appropriate tool; I’d normally use sox for audio-only files.

$ sox file1.mpg -r 44100 file1-enc.mpg
If you want to try using ffmpeg anyway, I think the correct command would be

$ ffmpeg -i file1.mpg -ar 44100 file1-enc.mpg

https://superuser.com/questions/253467/convert-an-mp3-from-48000-to-44100-hz

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com