All Projects → iamyours → FFmpegAudioPlayer

iamyours / FFmpegAudioPlayer

Licence: other
基于FFmpeg+OpenSL ES实现的音频播放器,组合使用多种过滤器

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
kotlin
9241 projects
shell
77523 projects
CMake
9771 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to FFmpegAudioPlayer

AudioManager
这是一个 Android 端万能音频播放器,只要给我一个路径我就能进行播放。
Stars: ✭ 26 (-48%)
Mutual labels:  ffmpeg, opensles
colorize-video
colorize video using publicly available neural-networks
Stars: ✭ 24 (-52%)
Mutual labels:  ffmpeg
poc-mp4-websocket
Streaming MP4 over Websocket using BMFF
Stars: ✭ 25 (-50%)
Mutual labels:  ffmpeg
crusher
Develop.Test. Ship.🦖 Open source e2 low-code web testing. Blazing fast alternative to Selenium, Cypress.
Stars: ✭ 148 (+196%)
Mutual labels:  ffmpeg
NaraeAudioRecorder
AudioRecorder for Android powered by Kotlin
Stars: ✭ 82 (+64%)
Mutual labels:  ffmpeg
ffmpeg-xcode
FFmpeg Xcode project
Stars: ✭ 55 (+10%)
Mutual labels:  ffmpeg
dji-ryze-tello
Pythonic DJI Ryze Tello Workbench
Stars: ✭ 17 (-66%)
Mutual labels:  ffmpeg
Tana
Bringing the Picture-in-Picture experience to the desktop.
Stars: ✭ 109 (+118%)
Mutual labels:  ffmpeg
VideoIO.jl
Reading and writing of video files in Julia via ffmpeg
Stars: ✭ 103 (+106%)
Mutual labels:  ffmpeg
transcoder
DEPRECATED Transcode videos to various formats, and provide thumbnails of the video
Stars: ✭ 24 (-52%)
Mutual labels:  ffmpeg
pulverize
A multi-process rendering script for Blender VSE.
Stars: ✭ 54 (+8%)
Mutual labels:  ffmpeg
MovieBarCodeGenerator
User friendly tool to create your own movie barcodes
Stars: ✭ 57 (+14%)
Mutual labels:  ffmpeg
Huong-dan-cai-dat-stream-server-va-chuyen-doi-video-sang-streaming
Hướng dẫn cài đặt stream server và chuyển đổi video thường sang dạng TS Streaming
Stars: ✭ 29 (-42%)
Mutual labels:  ffmpeg
plexEncode
BASH post-processing script for Plex DVR, Shell, Sonarr, Radarr
Stars: ✭ 37 (-26%)
Mutual labels:  ffmpeg
RemoteFFmpegGUI
使用 Vue.js + ASP.NET 搭建的 FFMpeg 的 Web GUI 平台,支持视频转码、拼接视频、合并音视频等操作。并有使用 WPF 技术的 Windows 桌面端。
Stars: ✭ 21 (-58%)
Mutual labels:  ffmpeg
Real-Time-Video-Streaming
a real time streaming video application using RTSP
Stars: ✭ 15 (-70%)
Mutual labels:  ffmpeg
showroom
Script for archiving AKB48 Group related Showroom streams
Stars: ✭ 48 (-4%)
Mutual labels:  ffmpeg
Synfonia
Cross-platform C# Audio Player made with AvaloniaUI
Stars: ✭ 153 (+206%)
Mutual labels:  ffmpeg
AndroidFFmpeg
FFmpeg命令在Android中的使用
Stars: ✭ 28 (-44%)
Mutual labels:  ffmpeg
TinyClip
🚀 JavaFX开发的FFMPEG-GUI客户端
Stars: ✭ 59 (+18%)
Mutual labels:  ffmpeg

在Android使用FFmpeg的一些例子

  • mp3解码成pcm
  • 多个文件解码合成 (使用amix过滤器合成多个音频文件)
  • 实时解码播放 (c++生产消费模型,实时解码,OpenSL ES播放pcm)
  • 多音轨播放 (多种AVFilter综合组合使用,实现音频变速,调音,多音轨合成实时播放)
  • 音频波形显示 (Visualizer替代方案,避免需要录音权限)
  • 录音编码 (libmp3lame+FFmpeg交叉编译,使用FFmpeg实现实时录音编码成mp3)
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].