SaaSHub helps you find the best software and product alternatives Learn more →
Top 22 C Ffmpeg Projects
-
-
Project mention: Alguém pode me dizer um bon gravador de tela do notebook que seja gratuito e sem marca d'água? | reddit.com/r/PergunteReddit | 2023-01-27
OBS
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Okay I can see how you thought that. And we do use something higher for all the other parts. Look at ffmpeg for an example. https://github.com/ffmpeg/ffmpeg The github mirror says a mere 6.6% is assembly
-
ijkplayer
Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. (by bilibili)
-
Mpv https://mpv.io/
-
ffmpeg-libav-tutorial
FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: 🇺🇸 🇨🇳 🇰🇷 🇪🇸 🇻🇳
The FFmpeg libraries are possibly the worst thing I have ever worked with in my life. I have never been more afraid to use a library than this one. This tutorial is very outdated, eg. `AVPicture`, which is used throughout, is completely deprecated and removed from the library, so you will simply encounter linker errors trying to follow this tutorial.
FFmpeg libraries randomly break themselves, so if you find an answer from a few years ago, chances are it's useless. Want to free an AVPacket? `av_free_packet` is deprecated,. You can use `av_packet_unref` (but there's _also_ a function named `av_packet_free` that doesn't do quite the same thing).
Most questions on Stack Overflow or related platforms have no replies, the library has literally zero documentation, it has very little error handling, which means if you're a bad C developer like me you are required to recompile FFmpeg with debugging information unstripped so you can trace segfaults in gdb.
https://github.com/leandromoreira/ffmpeg-libav-tutorial/ is a better and more up-to-date tutorial than this one.
-
ffmpeg-kit
FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Project mention: Solution to correct digital copy of VHS recording with horizontal "jitter"? | reddit.com/r/DataHoarder | 2023-01-19
kdenlive / shotcut / olive editor are free & open source and maybe it works: https://youtu.be/ZPGwhDY03gw no idea what it'll do to your video. Most of these if not all use the https://www.mltframework.org/ which can be done on the command line so possibly if you have thousands of videos you can figure out an exported script that does it on them.
-
Project mention: Short blank sound/stutter between multiple merged videos | reddit.com/r/ffmpeg | 2023-01-12
Transitions between scenes are added using https://github.com/transitive-bullshit/ffmpeg-gl-transition
-
Project mention: 'google-like' search engine for files on my NAS | reddit.com/r/selfhosted | 2022-12-28
I'm also looking for tools like this. You can check out this: https://github.com/simon987/sist2
-
You can see the build workflow here (multi-thread) and here (single thread) and lines 23-38 in each look to be the inclusion of the supported codecs. Modifying that list to only build support for the ones you plan on supporting might help you bring down the size substantially.
-
Project mention: Hardware acceleration / transcoding on a 12100 Intel iHD | reddit.com/r/jellyfin | 2023-01-22
-
-
-
Project mention: Is there a way to tell which file is higher quality without a 'source' file? | reddit.com/r/ffmpeg | 2022-05-09
Another approach - extracting, computing, and then comparing quantizer parameter values amongst input files. This is a proxy for "how much high-frequency information was encoded" by a given macroblock. This is a handy tool for doing that: https://github.com/slhck/ffmpeg-debug-qp
-
-
-
Hi, does anyone tried the https://github.com/Coool/scrcpy-macOS-Binaries release? in order to work the scrcpy-server file must be in /Applications/Android/scrcpy/, how can I change this behavior? Can't this file be in the same folder as the scrcpy binary itself?
-
-
Project mention: ConPlayer - Console video player with colors, FFmpeg filters and multiple options | reddit.com/r/C_Programming | 2022-10-14
-
-
FFmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git with CMake support in the feature/cmake-build branch. (by rubu)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C Ffmpeg related posts
- Transmitir pantalla de telefono a pc?
- Do Not Taunt Happy Fun Branch Predictor
- FFmpeg returning code 1 with no logs
- Are there any simple way to do something similar to this on a windows PC?
- Google Pixel 6A kaputtes Display - wie kann ich ein externes Display verwenden
- Is there a way to use aegis tokens on a desktop ?
- Currently trying to implement Object detection with YOLO but having massive struggles
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea59b37a90>
www.saashub.com | 28 Jan 2023
Index
What are some of the best open-source Ffmpeg projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | scrcpy | 75,696 |
2 | obs-studio | 45,116 |
3 | FFmpeg | 33,753 |
4 | ijkplayer | 31,049 |
5 | mpv | 21,266 |
6 | ffmpeg-libav-tutorial | 8,472 |
7 | ffmpeg-kit | 2,251 |
8 | mlt | 1,188 |
9 | ffmpeg-gl-transition | 507 |
10 | sist2 | 501 |
11 | ffmpeg.wasm-core | 283 |
12 | jellyfin-ffmpeg | 186 |
13 | mv-extractor | 125 |
14 | cyanrip | 106 |
15 | ffmpeg-debug-qp | 66 |
16 | esp32-led-controller | 16 |
17 | ffmpeg-webrtc | 7 |
18 | scrcpy-macOS-Binaries | 7 |
19 | groov-in-c | 6 |
20 | ConPlayer | 5 |
21 | libav-examples | 2 |
22 | FFmpeg | 1 |