java调用ffmpeg转换视频,并读取转换后视频的分辨率、大小以及时长。主要参考http://blog.sina.com.cn/s/blog_a5116c670102wiwj.html 的代码方式。步骤: 1.研究java如何调用外部程序 2.研究ffmpeg转换视频格式的命令 3.利用xuggle获取ffmpeg解析的ts流的时长、分辨率以及文件大小。
2022-08-31 22:29:21 85.66MB 视频的分辨率 xuggle-xuggl
1
最新版请到ffmpeg官网https://ffmpeg.org/download.html 直接下载安装包,本文件包是一个ZIP包,解压直接可用,亲测。解压完成后,别忘记配置环境变量。 FFmpeg是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序。采用LGPL或GPL许可证。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解码质量,libavcodec里很多code都是从头开发的。 FFmpeg在Linux平台下开发,但它同样也可以在其它操作系统环境中编译运行,包括Windows、Mac OS X等。这个项目最早由Fabrice Bellard发起,2004年至2015年间由Michael Niedermayer主要负责维护。许多FFmpeg的开发人员都来自MPlayer项目,而且当前FFmpeg也是放在MPlayer项目组的服务器上。项目的名称来自MPEG视频编码标准,前面的"FF"代表"Fast Forward"。FFmpeg编码库可以使用GPU加速。
2022-08-31 19:06:17 110.81MB 软件 FFmpeg
1
本工程采用VS2019+FFmpeg得形式,对RTSP和RTMP进行视频流解码。从建立解码器到找解码器要解码等一系列源代码。
2022-08-31 18:23:45 77.09MB VS2019 FFmpeg 解码 RTSP
1
本篇文章主要介绍了利用nginx解决cookie跨域访问的方法,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧
2022-08-31 15:50:23 60KB nginx cookie跨域 nginx 跨域
1
包含coder x264 x265 适用于ubuntu16.04 编译版本 4.3.2
2022-08-31 15:00:43 96.46MB ffmpeg x265 x264
1
转换工具层出不穷,ffmpeg才是全能的转换工具,只是不支持图形操作。 没有关系,命令行方式,在freebsd/linux下直接来 我们的思路是,设定一个文件夹存放源视频文件,python读取该文件夹下的全部文件,并对文件通过ffmpeg进行分析,根据需要,修改目标文件的编码、分辨率等等,调用ffmpeg转换。 我这次的需求是,我家液晶电视只支持分辨来,长宽均小于720,编码只支持divx/xvid的avi文件,且fps只能小于25——多次实践,才总结出来的,电视说明书也没说!! 下面的程序将 /root//root2/video/origin 下存在的全部文件转换成液晶电视需要的avi格式
2022-08-31 09:52:35 49KB ff ffm ffmpeg
1
FFmpeg官网已经编译好的库 ffmpeg-4.2.2-win32-shared.zip ffmpeg-4.2.2-win32-static.zip ffmpeg-4.2.2-win32-dev.zip
2022-08-31 09:06:58 97.69MB Qt ffmpeg-4.2.2-win
1
整理的完整的ffmpeg的tutorial文档,附源码,供大家交流学习。
2022-08-28 21:43:21 738KB ffmpeg
1
ngnix开发从入门到精通的网页,讲得比较全面
2022-08-28 19:44:44 1.14MB nginx
1
Nginx is clearly winning the race to be the dominant software to power modern websites. It is fast and open source, maintained with passion by a brilliant team. This book will help you maintain your Nginx instances in a healthy and predictable state., It will lead you through all the types of problems you might encounter as a web administrator, with a special focus on performance and migration from older software., You will learn how to write good configuration files and will get good insights into Nginx logs. It will provide you solutions to problems such as missing or broken functionality and also show you how to tackle performance issues with the Nginx server. A special chapter is devoted to the art of prevention, that is, monitoring and alerting services you may use to detect problems before they manifest themselves on a big scale. The books ends with a reference to error and warning messages Nginx could emit to help you during incident investigations.
2022-08-27 09:56:48 2.82MB Nginx
1