All Projects → tonydeng → Fmj

tonydeng / Fmj

FMJ (FFMpeg for Java)。通过Java调用FFMpeg命令的方式来对音视频进行处理(获取信息、截图等等)。

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Fmj

Restream
Stream your reMarkable screen over SSH.
Stars: ✭ 335 (-11.61%)
Mutual labels:  ffmpeg
Dms
A UPnP DLNA Digital Media Server that includes basic video transcoding. Tested on a Panasonic Viera television, several Android UPnP apps, and Chromecast.
Stars: ✭ 347 (-8.44%)
Mutual labels:  ffmpeg
Ffmpy
Pythonic interface for FFmpeg/FFprobe command line
Stars: ✭ 360 (-5.01%)
Mutual labels:  ffmpeg
Javacpp
The missing bridge between Java and native C++
Stars: ✭ 3,703 (+877.04%)
Mutual labels:  jni
Tifig
A fast HEIF image converter aimed at thumbnailing
Stars: ✭ 345 (-8.97%)
Mutual labels:  ffmpeg
Mpv thumbnail script
A Lua script to show preview thumbnails in mpv's OSC seekbar, sans external dependencies
Stars: ✭ 350 (-7.65%)
Mutual labels:  ffmpeg
Ffmpeg Gl Transition
FFmpeg filter for applying GLSL transitions between video streams.
Stars: ✭ 335 (-11.61%)
Mutual labels:  ffmpeg
Keepalive
Fighting against force-stop kill process on Android with binder ioctl / Android高级保活
Stars: ✭ 376 (-0.79%)
Mutual labels:  jni
Handbrake Js
Video encoding / transcoding / converting for node.js
Stars: ✭ 345 (-8.97%)
Mutual labels:  ffmpeg
Delphi Opencv
Project Delphi-OpenCV. Translation of OpenCV library header files in Delphi
Stars: ✭ 354 (-6.6%)
Mutual labels:  ffmpeg
Aaxaudioconverter
Convert Audible aax files to mp3 and m4a/m4b
Stars: ✭ 336 (-11.35%)
Mutual labels:  ffmpeg
React Native Mmkv
⚡️ An extremely fast key/value storage library for React Native. ~30x faster than AsyncStorage!
Stars: ✭ 316 (-16.62%)
Mutual labels:  jni
Php Practice
🌹 一天一点点,积少成多...
Stars: ✭ 351 (-7.39%)
Mutual labels:  ffmpeg
Desktopsharing
桌面共享, 支持RTSP转发, RTSP推流, RTMP推流。
Stars: ✭ 337 (-11.08%)
Mutual labels:  ffmpeg
Android Api Securekeys
Store data in a simple and secure way
Stars: ✭ 372 (-1.85%)
Mutual labels:  jni
Cicadaplayer
CicadaPlayer is the player core of AliPlayer, which support multiple platform Android, iOS, macOS, Windows, Linux, and WebAssembly for now. The goal is providing a player core which support multi platform, hardware accelerator, customizable and extensible features. Which support WideVine drm and LHLS.
Stars: ✭ 334 (-11.87%)
Mutual labels:  ffmpeg
Coderyi.github.io
Don't fork! coderyi's blog,about iOS ,CS and my code life.
Stars: ✭ 349 (-7.92%)
Mutual labels:  ffmpeg
Ffmpeg.wasm
FFmpeg for browser and node, powered by WebAssembly
Stars: ✭ 6,566 (+1632.45%)
Mutual labels:  ffmpeg
Piper
piper - a distributed workflow engine
Stars: ✭ 374 (-1.32%)
Mutual labels:  ffmpeg
Aparapi
The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.
Stars: ✭ 352 (-7.12%)
Mutual labels:  jni

项目介绍

Build Status Sonarcloud Status
SonarCloud Coverage Lines of code SonarCloud Bugs SonarCloud vulnerabilities

FMJ (FFMpeg for Java)

FMJ Logo

通过Java调用FFMpeg命令的方式来对音视频进行处理(获取信息、截图等等)。

FFMpeg安装

FFMpeg官网

建议使用 ffmpeg-2.6.1 版本

Linux

yum install ffmpeg

apt-get install ffmpeg

Mac

brew install ffmpeg

Windows

  1. 可以在这儿下载编译好的FFmpeg
  2. 解压到 /path/to/ffmpeg
  3. 添加 /path/to/ffmpeg/bin 到你的环境变量 PATH 中。
  4. 打开命令行,执行 ffmpeg -version

具体的ffmpeg命令可以参考下面的文档

FFMpeg命令介绍

其他解释

全金属被甲弹(FMJ - Full Metal Jacket)

弹头为铅质或铅锑合金以提升比重与质量,然而铅质延展性过强以致于如果直接作为弹头发射,会于击发时碎裂或与枪管摩擦产生变形,最后与大气作不良的空气动力结合而失去弹道精准性。因此将铅为铜所完全包覆,使弹头能够承受击发时的推进力又不会磨损变形;然而较轻的比重与质量使得全金属包覆弹进入密度高的目标物,例如人体(人体密度为大气的1000倍),就会因为因惯性而产生的动能扩散于目标物上,以至于动能对目标物所产生的作用力结合入射角/反射角的效应而产生滚转。这个滚转为预期与期盼的效果,尽管子弹终端弹道的滚转不可预期,然而滚转的途径势必能够造成深层广泛的肌肉撕裂伤,甚至切断动脉击碎骨骼,而造成人员严重的伤害与死亡。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].