Video Apps for Android

View 66 business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    ytDownloader

    ytDownloader

    Desktop App for downloading Videos and Audios from hundreds of sites

    ytDownloader is a modern desktop application designed to download videos and extract audio from hundreds of online platforms through a clean graphical user interface. Built as a cross-platform tool for Windows, macOS, and Linux, it leverages tools like yt-dlp and FFmpeg under the hood while abstracting their complexity into an intuitive user experience. The application supports downloading from major platforms such as YouTube, Facebook, TikTok, Instagram, Twitch, and Twitter, offering users the ability to retrieve content in multiple formats and resolutions including MP4, MP3, and WebM. It includes advanced features such as playlist downloading, subtitle extraction, and range selection for partial downloads, making it useful for both casual users and power users. Additionally, ytDownloader incorporates hardware-accelerated video compression, multiple UI themes, and localization support, enhancing both performance and usability.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    go2rtc

    go2rtc

    Ultimate camera streaming application

    go2rtc is a lightweight, zero-dependency streaming server designed to unify and convert video streams across a wide range of protocols and devices, particularly in smart home and surveillance environments. Written in Go, it provides real-time streaming capabilities with extremely low latency by supporting protocols such as RTSP, WebRTC, RTMP, HTTP, and HomeKit, while also enabling seamless transcoding using FFmpeg when needed. The application can ingest streams from IP cameras, USB devices, or cloud-based sources and redistribute them to multiple clients or platforms, including browsers and smart home systems like Home Assistant. Its architecture emphasizes flexibility, allowing users to mix multiple input sources, negotiate codecs dynamically, and even enable two-way audio communication with supported devices. go2rtc also includes features for publishing streams to external platforms like YouTube or Telegram, making it useful beyond surveillance scenarios.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    ExoPlayer

    ExoPlayer

    An extensible media player for Android

    ExoPlayer is an application level media player for Android. It provides an alternative to Android’s MediaPlayer API for playing audio and video both locally and over the Internet. ExoPlayer supports features not currently supported by Android’s MediaPlayer API, including DASH and SmoothStreaming adaptive playbacks. Unlike the MediaPlayer API, ExoPlayer is easy to customize and extend, and can be updated through Play Store application updates. ExoPlayer modules can be obtained from JCenter. It's also possible to clone the repository and depend on the modules locally. The easiest way to get started using ExoPlayer is to add it as a gradle dependency. You need to make sure you have the Google and JCenter repositories included in the build.gradle file in the root of your project. n addition to library modules, ExoPlayer has multiple extension modules that depend on external libraries to provide additional functionality. Some extensions are available from JCenter.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    Dart Simple Live

    Dart Simple Live

    Cross-platform client for streaming and viewing live broadcasts

    Dart Simple Live (a.k.a. Simple Live) is a cross-platform client for streaming and viewing live broadcasts. Built on a core Dart library, it supports multiple streaming platforms such as Huya, Douyu, Bilibili, and Douyin, along with live chat (danmaku). It includes apps for mobile, desktop, and TV platforms, offering a unified streaming experience with no ads.
    Downloads: 8 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Vanced Manager

    Vanced Manager

    Vanced Installer

    Vanced Manager is an Android app that simplifies the installation and management of YouTube Vanced and related modules, including MicroG. YouTube Vanced is a modified version of the YouTube app that offers features such as ad blocking, background playback, and theme customization. Vanced Manager provides a user-friendly interface to install, update, and uninstall these apps without requiring root access.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    immich

    immich

    High performance self-hosted photo and video management solution

    High-performance self-hosted photo and video management solution.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    NewPipe

    NewPipe

    A libre lightweight streaming front-end for Android

    NewPipe is a free, open-source Android application that serves as a lightweight and privacy-friendly streaming front-end for platforms like YouTube, PeerTube, Bandcamp, and SoundCloud, letting users watch media without relying on proprietary APIs or Google Play Services. It intentionally avoids collecting personal data and doesn’t require sign-ins, giving people control over their privacy while still offering features like video search, history, channel subscriptions, and playlists directly within the app. Users can play videos at high resolutions, listen to audio in the background, and even use a popup player for multitasking, all while avoiding ads and excessive permissions that are common in official clients. NewPipe also supports downloading audio, video, and subtitles for offline viewing or saving bandwidth, and it parses service websites directly when official APIs aren’t suitable for its aims.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    RxFFmpeg

    RxFFmpeg

    FFmpeg 4.0 + X264 + mp3lame + fdk-aac + opencore-amr + openssl

    RxFFmpeg is a high-performance multimedia processing framework built on top of FFmpeg and optimized specifically for Android environments, enabling developers to perform complex audio and video editing operations programmatically. It integrates widely used encoding libraries such as x264, mp3lame, and fdk-aac, allowing it to support a broad range of media formats and transformations. The framework provides a wrapper around FFmpeg commands, making it easier to execute advanced media operations without directly handling low-level command syntax. It supports both synchronous and asynchronous execution, enabling developers to manage long-running media tasks efficiently within mobile applications. The system also includes features like hardware acceleration through MediaCodec, significantly improving performance on supported devices. Its design focuses on flexibility, allowing users to perform tasks such as transcoding, clipping, filtering, and compositing media with minimal overhead.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Simd

    Simd

    High performance image processing library in C++

    The Simd Library is a free open source image processing library, designed for C and C++ programmers. It provides many useful high performance algorithms for image processing such as: pixel format conversion, image scaling and filtration, extraction of statistic information from images, motion detection, object detection (HAAR and LBP classifier cascades) and classification, neural network. The algorithms are optimized with using of different SIMD CPU extensions. In particular the library supports following CPU extensions: SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX-512 for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM. The Simd Library has C API and also contains useful C++ classes and functions to facilitate access to C API. The library supports dynamic and static linking, 32-bit and 64-bit Windows, Android and Linux, MSVS, G++ and Clang compilers, MSVS project and CMake build systems.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    QtAV

    QtAV

    A multimedia framework based on Qt and FFmpeg

    QtAV is a cross-platform and high performance multimedia playback framework based on Qt and FFmpeg. Features: timeline preview, gpu decoding etc
    Downloads: 28 This Week
    Last Update:
    See Project
  • 11
    CicadaPlayer

    CicadaPlayer

    CicadaPlayer is the player core of AliPlayer

    CicadaPlayer is a cross-platform multimedia playback framework developed by Alibaba, designed to deliver high-performance video playback across mobile and desktop environments. It supports a wide range of streaming protocols and formats, enabling playback of both local and online media content. The framework integrates hardware acceleration to ensure efficient decoding and smooth playback, even for high-resolution videos. It provides advanced playback features such as adaptive streaming, multi-track selection, and subtitle support. CicadaPlayer is designed with a modular architecture, allowing developers to customize playback pipelines and extend functionality. It also includes robust error handling and logging mechanisms to improve reliability in production environments. Overall, it serves as a scalable solution for building media playback applications.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    WxRecoderVideo

    WxRecoderVideo

    Based on VCamera, Imitating WeChat to record short videos

    WxRecoderVideo is an Android-based multimedia project designed to demonstrate video recording, encoding, and playback workflows within a mobile environment. It integrates camera capture functionality with real-time encoding pipelines, allowing developers to understand how raw video data is processed into compressed formats. The project typically combines Java and native components to handle performance-critical tasks such as encoding and file writing. It showcases how to manage audio and video synchronization during recording, ensuring consistent playback results. The architecture is structured as a learning resource, helping developers explore camera APIs, media codecs, and FFmpeg-style processing concepts. It also includes playback modules to review recorded content directly within the app. Overall, it serves as a practical example of implementing end-to-end video recording functionality on Android.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    ffmpeg-android-maker

    ffmpeg-android-maker

    Contains a script that assembles FFmpeg library for Android

    ffmpeg-android-maker is a build automation tool designed to compile FFmpeg for Android platforms with support for various codecs and libraries. It simplifies the complex process of cross-compiling FFmpeg by providing scripts that handle dependencies, configuration, and build steps. The project supports multiple architectures, enabling developers to generate binaries compatible with different Android devices. It includes options for enabling or disabling specific codecs and features, allowing tailored builds for specific use cases. The tool integrates with Android development workflows, making it easier to include FFmpeg in mobile applications. It also supports building additional libraries such as x264 and x265 for enhanced encoding capabilities. Overall, it streamlines the creation of optimized FFmpeg builds for Android development.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Polychroma TV

    Polychroma TV

    The finest in avant-garde programming – live and on-demand.

    With 50+ channels – Polychroma TV is the place to go for the finest in avant-garde programming. Tune in live and on-demand to see the best award-winning documentaries & feature films, cooking shows, live news & radio, mondo cinema, music videos, reality & trash TV, travel shows, and more!
    Downloads: 100 This Week
    Last Update:
    See Project
  • 15
    MediathekView-for-Android

    MediathekView-for-Android

    Android App for Mediathekview

    Mediathekview_for_Android Achtung: Mediathekview_for_Android ist eine eigenständige Entwicklung und steht in keinem Zusammenhang mit dem Entwicklerteam von Mediathekview. Den Namen "Mediathekview" und das Mediathekview-Logo wurden übernommen. Außerdem verwendet die App die vom Mediathekview-Team erstellten Filmlisten. Das Mediathekview-Team ist nicht für Probleme mit dieser App verantwortlich. Mit der App können Sendungen der öffentlichen Fersehsender Deutschlands am Android-Handy angesehen, oder heruntergeladen werden. Die App lädt die vom Mediathekview-Projekt erstellte Filmliste. Daraus kann der Benutzer mittels Sender-, Thema- und Titel-Suchliste das gewünschte Programm auswählen. Es wird eine kurze Beschreibung angezeigt, und man kann die Sendung auf Wunsch direkt ansehen, oder aufs Handy laden. Filme können mit VLC oder Allcast (für Chromcast oder internet-fähige Fernseher ) abgespielt werden
    Downloads: 30 This Week
    Last Update:
    See Project
  • 16
    AIO Video Downloader (Official)

    AIO Video Downloader (Official)

    AIO Video Downloader lets you download videos from 1000+ websites.

    AIO Video Downloader is a clean and reliable Android application designed as a powerful alternative to VidMate and SnapTube. It delivers a simple yet feature-rich video downloading experience, developed with privacy and user convenience in mind. Unlike many similar apps, AIO Video Downloader removes all the clutter, bloat, and annoying ads while giving you the smooth performance you expect. Powered by a strong backend, AIO Video Downloader supports downloads from 1000+ websites including YouTube, Facebook, Instagram, Twitter, Dailymotion, and many more. Save your favorite videos offline in the best possible quality—without compromises and without distractions.
    Downloads: 48 This Week
    Last Update:
    See Project
  • 17
    Musify

    Musify

    Unlock the full potential of music: Stream effortlessly with one app

    Unlock the full potential of music, and stream effortlessly with one app.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    QMDemo

    QMDemo

    Some functional modules developed by Qt on a daily basis or demos

    QMDemo is an Android demonstration project that showcases multimedia playback and processing capabilities using native and Java-based components. It is designed as a learning tool for developers exploring video playback, decoding, and rendering pipelines on mobile devices. The project includes examples of handling media streams, managing buffers, and synchronizing audio and video output. It demonstrates integration with multimedia libraries and frameworks to achieve efficient playback performance. QMDemo also provides UI components for controlling playback and interacting with media content. Its modular structure allows developers to reuse and adapt components for their own applications. Overall, it serves as a practical reference for building multimedia features in Android apps.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    avbuild

    avbuild

    ffmpeg build tool for all platforms

    avbuild is a build automation system designed to simplify compiling FFmpeg and related multimedia libraries across multiple platforms. It provides scripts and configurations that handle dependencies, compilation flags, and integration of external codecs. The project is aimed at developers who need customized FFmpeg builds tailored to specific use cases, such as streaming, encoding, or playback systems. It supports cross-platform builds, enabling consistent environments for Linux, Windows, and macOS. avbuild also allows inclusion of additional libraries such as x264, x265, and other codecs to expand functionality. Its modular structure makes it easy to adjust build configurations and automate repetitive compilation tasks. Overall, it streamlines the process of creating optimized multimedia toolchains.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    fanplayer

    fanplayer

    A portable video player based on ffmpeg for windows and android

    fanplayer is a lightweight, cross-platform video player built directly on top of FFmpeg, designed for Windows and Android environments. It is implemented in C with a focus on simplicity, performance, and minimal dependencies, avoiding external libraries such as SDL. The player directly interfaces with platform-specific rendering APIs like Direct3D and AudioTrack, enabling efficient audio and video output. It supports a wide range of media formats and streaming protocols while maintaining low CPU and memory usage compared to traditional FFmpeg players. The architecture emphasizes synchronization accuracy, ensuring smooth playback and stable audio-video alignment. fanplayer also includes advanced playback controls such as variable speed and frame stepping. Overall, it serves as both a functional player and a reference implementation for building efficient multimedia applications.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Vanced Manager

    Vanced Manager

    Simplify, install, and manage YouTube Vanced effortlessly

    Vanced Manager is an all-in-one application designed to simplify the installation and management of YouTube Vanced and its companion apps like Vanced microG. With its user-friendly interface, Vanced Manager streamlines the process of downloading, updating, and configuring these modified apps on Android devices. It eliminates the need for manual APK installations by providing an automated, guided setup, ensuring a hassle-free experience for users. The app also includes tools to customize features, manage app versions, and ensure compatibility with your device. Vanced Manager is the go-to solution for accessing premium features like ad-free playback, background listening, and more on YouTube Vanced with ease.
    Downloads: 41 This Week
    Last Update:
    See Project
  • 22
    VidMate

    VidMate

    Great video and music downloader

    VidMate is a popular Android app designed to download music and videos from dozens of video portals like YouTube, Facebook, Instagram, and TikTok directly to your device. It allows users to watch their favorite content offline by saving files in various formats and qualities, including HD and up to 4K where available. The app features an intuitive interface where you can quickly access supported sites through a “Sites” menu and start downloads via an easy-to-use red download button. You can choose to download just the audio in formats like MP3 or M4A, or download videos in MP4 format tailored to your needs. VidMate offers customizable settings such as default video quality, a pop-up mode for floating video playback, and a restricted mode to filter adult content. It also includes a built-in music player where users can create playlists and set timers for automatic playback stop. With over 690 million downloads worldwide, VidMate is praised for its speed and ease of use.
    Downloads: 41 This Week
    Last Update:
    See Project
  • 23
    FFmpeg-Video-Editor

    FFmpeg-Video-Editor

    Sample android project using ffmpeg for cutting and compressing video

    FFmpeg-Video-Editor-Android is an Android application project that demonstrates how to implement video editing features using FFmpeg within a mobile environment. It provides tools for trimming, merging, and converting video files directly on the device without relying on external services. The project integrates FFmpeg libraries with Android components, enabling efficient media processing through native execution. It includes a user interface that allows users to select files, configure operations, and preview results. The application is designed as both a functional editor and a learning resource for developers exploring multimedia processing on Android. It emphasizes ease of integration and real-time feedback during editing operations. Overall, it showcases how to build a mobile video editor powered by FFmpeg.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    GSYVideoPlayer

    GSYVideoPlayer

    Android video player library

    GSYVideoPlayer is a flexible, feature-rich video playback library for Android that wraps popular media engines to offer a unified, customizable API. It supports full-screen playback, small-window (picture-in-picture–style) modes, and seamless orientation changes with proper lifecycle handling. The library provides gesture controls for brightness, volume, and seeking, along with thumbnail covers, playback speed adjustment, and caching options for smoother viewing on unreliable networks. Developers can embed players in RecyclerView lists, wire custom controls, and switch underlying renderers or decoders to match device capabilities and formats. Hooks for callbacks and state listeners make it straightforward to integrate analytics, preloading, and error recovery into apps. With a modular design and extensive demos, GSYVideoPlayer serves both as a practical production player and as a reference for building polished media experiences on Android.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    anyLive

    anyLive

    RTMP streamer, RTMP (HLS) second-on player, live streaming on demand

    anyLive is a cross-platform live streaming framework that provides a complete end-to-end solution for audio and video capture, encoding, transmission, decoding, and rendering. Built on a C++ core and leveraging WebRTC and RTMP technologies, it supports multiple operating systems including Android, iOS, Windows, and Linux using a unified codebase. The project is designed for real-time communication and live broadcasting applications, offering low-latency streaming and compatibility with standard RTMP servers and CDNs. It integrates support for multiple protocols such as RTMP, HLS, HTTP, and RTSP, enabling flexible streaming scenarios. The framework also includes features like GPU-based filters, screen sharing, custom rendering pipelines, and multi-stream playback, making it adaptable for complex media applications. With a focus on performance optimization and minimal resource usage, it serves as a practical reference for building production-ready streaming systems.
    Downloads: 2 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB