In this article I’ll describe the how to Process Video on Device with FFmpeg and Flutter. The first part is some general thoughts and architectural aspects about doing so. Second is the Plugin, the Code Samples and references. Common Benefits Give more work to the client! It doesn’t matter what type of front-end technology you…
Search Results for: ffmpeg
What is this new 16k Android Requirement. How does it affect me (Flutter App Developer)
What is this new 16k Android Requirement. How does it affect me (Flutter App Developer) – this is one of the stoppers for Publishing Apps on Google Play? Android has historically used 4KB memory pages for managing RAM allocation (the smallest unit the OS uses to track and swap memory). However, many modern ARM64 CPUs…
video/mov not opening on chrome
Chrome (and most modern browsers) does not natively support .mov video files in the <video> tag, especially if the .mov uses a codec that isn’t supported (like some variants of QuickTime or ProRes). ✅ Browser-compatible formats for <video>: .mp4 (H.264 video + AAC audio) — most widely supported .webm (VP8/VP9 + Vorbis/Opus) .ogg/.ogv (Theora +…
How to check the Аudio Length from Java App
To check the Аudio Length in a Java Spring Boot application, you can use the following open source libraries or tools. 1. Using AudioFileFormat THIS OPTION DID NOT WORK FOR ME – It throws IOException: mark/reset not supported. You can use the javax.sound.sampled.AudioFileFormat class to get the audio length. import javax.sound.sampled.AudioFormat; import javax.sound.sampled.AudioFileFormat; public class…
how to Convert a Video to Audio from a Java program?
To Convert a Video to Audio in a Java program, you can use various libraries, but probably all of them use FFmpeg behind the scenes. Here are examples of how to do it with each library: 1. Using JAVE First, add the JAVE library to your project by adding this dependency in your pom.xml file…
What are the Modules, Features and Packages in a Flutter Apps that are used the most?
In Flutter app development, there are several Modules, Features and Packages that are commonly used due to their functionality, ease of use, and the value they add to app development. Here’s a detailed overview of some of the most popular ones: Core Flutter Modules and Features State Management – Provider: A flexible and easy-to-maintain solution…
Micro Service Java Modules for Any App
This will be an article – edited multiple times – that will include links to packages of Micro Service Java Modules for Any App. Such common modules are user functionalities, roles, access, security, notification systems, performance and more. After the basic stuff, I’m gonna dive into app building and several modules required for a blockchain…
How to Add Watermark to Video – Flutter
In this article I’m gonna tell you little things I’ve found while Adding watermark to a Video with Flutter. Adding of watermark stuff into videos, in my personal experience and as far as I’ve seen, is implemented with the ffmpeg tool or package. Code Samples & Hints The ffmpeg command line util requires input videos…
FREE Apps – What – Video Converter – Softwares to use
I offer a Video Converter Software as a Paid Product that includes Executable Part and the Source Code. From a small talk I was reminded how important to start producing videos is. I’m also sharing here – some of the tools I have used or I am using – mine and free options from the…
Video Converter – Executable Jar + Deployable War + Source Code
Simple Video Converter – Java Tool to transform between video file formats. The idea of doing so is – if I (or you) ever decide to create an App or Service that handles and shows videos, you’ll need conversion. Especially the videos delivered from the Apple Platforms are not always playable by others. Exactly for…








