close
Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
87 views

I'm trying to make a bot that can join on command to play the 'Open the noor' sound as a joke for a friend. But every time I launch it and run the command, it connects but just sits there, it doesnt ...
VoidMamaFrost's user avatar
0 votes
0 answers
75 views

I am developing a WPF application and decided to use FlyleafLib for video playback. I installed FlyleafLib via NuGet. Then, I downloaded the FFmpeg shared build (with .dll files) and placed it in C:\...
Trevor's user avatar
  • 1
Advice
2 votes
4 replies
104 views

I'm building a small CLI tool for myself to help me find transcoded audio files. The idea is to detect "fake" high-bitrate files that have actually been transcoded from a lower-quality ...
petdomaa100's user avatar
0 votes
0 answers
129 views

I am attempting to build a custom video processing engine for Android using FFmpeg 8.1. Instead of re-implementing the muxing logic using libavformat/libavcodec APIs, I want to "library-ify" ...
HARRSH BERMANN's user avatar
2 votes
1 answer
138 views

Is there a specific bitstream filter required for VP9 in an MP4 container, or is AVFMT_FLAG_AUTO_BSF required for VP9 but failing for another reason? I am using FFmpeg libraries libavformat/libavcodec ...
HARRSH BERMANN's user avatar
Tooling
0 votes
2 replies
74 views

I need an oddly specific setup. I have multiple .mp3 files. I need to randomly pick one of them, and continuously stream audio from it into another .mp3 file that has to still be playable as a sort of ...
SystemSearcher's user avatar
Advice
0 votes
6 replies
127 views

I have a C++ program that uses SDL2. Failing to find static linking for SDL2, I decided to change the architecture such that I no longer need SDL2 but now it used FFMPEG. I'm confused as to how I can ...
Out Bruh's user avatar
Tooling
1 vote
0 replies
79 views

Ubuntu Mate 24.04, ffmpeg 8.0, 16GB Ram, AMD Ryzen 5 3500U I use ffmpeg to compress H.264, 50f/ps videos to AV1. Used parameter : -crf 12 -preset 3 -g 250 The given encoding speedx by ffmpeg : speed=0....
Gloster's user avatar
  • 101
2 votes
1 answer
139 views

I have an issue with adding a .ASS file to MP4 file using FFmpeg in PowerShell: # Function to add ASS subtitles to video function Add-Subtitles-To-Video { param ($videoPath, $assPath, $outputPath) ...
Niek Jonkman's user avatar
  • 1,124
Advice
0 votes
0 replies
93 views

I'm building a web app where users upload a video, the app crops the first 60 seconds client-side, extracts audio for server-side AI processing, then muxes the returned audio back into the cropped ...
Marble's user avatar
  • 1
0 votes
0 answers
183 views

I have to transcode recorded WebM media to HLS. mediaRecorder.ondataavailable = async event => { const buffer = new Uint8Array(await blob.arrayBuffer()); await ffmpeg.writeFile(`/work/...
Joseph N's user avatar
  • 375
5 votes
0 answers
137 views

This is not to Rust-specific; Libsvtav1 built with GCC is not linkable with lld. I am attempting to link a static build of FFmpeg's Libav* libraries for use in a Rust application. I built FFmpeg and ...
Caturria's user avatar
0 votes
1 answer
125 views

I'm building a Python-based ONVIF server that streams the desktop using Flask (MJPEG) and FFmpeg (RTSP). The MJPEG stream works fine, and FFmpeg is running, but ONVIF Device Manager (ODM) crashes when ...
Jan Černohous's user avatar
Advice
0 votes
5 replies
151 views

As a complete beginner with FFMPEG, I've found this script(?) for encoding three sizes of HLS video - it works pretty well, but I want it to output five or six sizes of video. I've been through the ...
Andy Nickless's user avatar
Best practices
1 vote
1 replies
91 views

I’m processing a sequence of OpenEXR frames and I’m seeing what looks like “quality compression” only in one specific pipeline. I suspect this is actually precision loss / quantization (e.g., writing ...
KaisoHHH's user avatar

15 30 50 per page
1
2 3 4 5
1724