B4J Library [B4j] Jave2 FFMPeg Library - stevel05    Sep 03, 2022   (15 reactions) After using FFMpeg from the command line, I came across Jave2 (Java Audio Video Encoder) a java wrapper based on FFMpeg. Useful to integrate FFMpeg into your app without having to use jShell. The library jars are quite large, so if you only want to use it for the odd conversion it might be better B4A Library PndFFmpegKit - FFmpeg Library - Pendrush    Nov 02, 2022   (23 reactions) FFmpegKit is a wrapper library that allows you to easily run FFmpeg/FFprobe commands in applications. It provides additional features on top of FFmpeg to enable platform specific resources, control how commands are executed and how the results are handled.
Original library: https://github.com/arthen B4A Library FFmpeg_b4a - a FFmpeg library for b4a (decoding/streaming) - moster67    Jan 03, 2020   (26 reactions) I spent quite some time on this to get a better understanding. Most projects which can be found on the Internet are not supplying the FFmpeg-libraries while I actually decided to furnish a basic working set.
-If you need help with adding missing codecs, then I might be able to help you but you need B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Nov 07, 2022   (4 reactions) B4A
Audio/Video
PndFFmpegKit Library
FFmpegKit is a wrapper library that allows you to easily run FFmpeg/FFprobe commands in applications. It provides additional features on top of FFmpeg to enable platform specific resources, control how commands are executed and how the results are handled.
https: B4A Library B4A ffmpegencoder - moster67    Apr 28, 2019   (22 reactions) I am currently working on an ffmpegencoder for B4A (x86 and Arm).
This wrapper can be used for video, audio creation and manipulation. You can do many things such as extracting audio from a video-file, you can convert videos from one format (codec) to another, you can resize videos, cut and trim au Other Subscribe to B4J library updates - stevel05 (first post)    Aug 25, 2022   (3 reactions) Jave2 FFMPeg Library
a java wrapper for FFMpeg B4A Library Exoplayer 2.18.5 Streams Player - Addo    Apr 02, 2023   (23 reactions) FFMPEG Initialize Choice during initialization Prefer To use FFMPEGAUDIO Decoding only for now
player.Initialize("player", UseFFmpeg as boolean, FFMPEGAUDIO As boolean, FFmpegVideo As Boolean)
FFMPEG AUDIO AND VIDEO Decoder
Updated Version 1.50
Upgrade to latest exoplayer 2.18.3
Change Log
Update B4A Question Video editing - nazilabdulla (first post)    May 10, 2020   (1 reaction) Use FFMPEG, You can make a program as you wish B4J Question [B4J] Internet Radio - moster67 (first post)    Jan 08, 2021   (4 reactions) As Erel said, ffmpeg//ffplay is a good solution but you could try my VLC-wrapper as well... B4J Library Code Module FFMPeg_Utils for jAudioTrack2 and jAudioRecord2 - stevel05    Aug 23, 2022   (5 reactions) 'Static code module FFMPeg_Utils
Sub Process_Globals
Private fx As JFX
End Sub
Public Sub Convert(PathTOFFMpeg As String, SourcePath As String,SourceFile As String,TargetPath As String,TargetFile As String)
Dim Args As List
Args.Initialize
Args.AddAll(Array("-y","-i"))
Args.Ad Page: 1   2   3   4   5   6   7   Powered by ColBERT |