Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
1 answer
135 views

I am trying to learn how to use the FFmpeg libav* libraries but have encountered an issue when encoding to FLAC audio. Running FFmpeg 5.1.7 I have copied the transcoding.c example from https://www....
2 votes
0 answers
112 views

My ultimate goal is to proxy an internet radio station and programmatically add metadata to it during the stream that can be displayed and updated in MPV, the media player playing the audio. The ...
Teddy's user avatar
  • 41
0 votes
0 answers
81 views

There is a question about an old (0.7) version of the FFMPEG(LibAV) library, including to my project as extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/...
Alemao's user avatar
  • 1
0 votes
1 answer
89 views

After draining an encoder (by sending it a null frame and then receiving packets until EOF) it enters draining mode after which avcodec_send_frame will fail, returning EOF. You're supposed to call ...
Neddie's user avatar
  • 143
2 votes
1 answer
130 views

I am developing an mp4 demuxer with LibAV. I need a helper function which converts PTS to frame numbers. I came up with the following code which works. But I am not sure how correct it is in the LibAV ...
Michael IV's user avatar
  • 11.6k
-2 votes
1 answer
59 views

I'm trying to make an avi file from a video/audio stream. When audio is AAC it works fine. But I cannot pack G711U audio. av_register_all(); avcodec_register_all(); av_log_set_callback(nullptr); ...
denn's user avatar
  • 355
0 votes
0 answers
127 views

On Windows with latest FFmpeg / libav (full build, non-free) a C/C++ app reads YUV420P frames from a frame grabber card. A bitmap (BGR24) overlay image from file should be drawn on every frame for the ...
Michael's user avatar
  • 21
0 votes
0 answers
60 views

I am integrating a third party system where I send a TCP packet to ask e.g. 5 frames from a live CCTV camera stream, and it sends those 5 frames one by one. Each package is h264 encoded frame, wrapped ...
1 vote
0 answers
312 views

Trying to write a C code that does the equivalent of the following ffmpeg command: ffmpeg -i video.mkv -map 0:"$STREAM_INDEX" -c:s copy subtitles.sup I have managed to read the media ...
Elia's user avatar
  • 822
3 votes
0 answers
169 views

I have currently got the frame on the GPU and can render it smoothly. I have a decoding thread and a rendering thread. The decoding thread puts the decoded pointer to the GPU into a List, and the ...
1 vote
3 answers
102 views

I am working with the LibAV library, converting it from C to C++ (and moving to an object oriented style). This library has structs to hold data, which need to be created using specific allocation ...
2 votes
0 answers
187 views

I want to resize an image with libavfilter C API through zscale filter and libplacebo filter but no matter how I call av_buffersink_get_frame, it always returns EAGAIN and no data is filled in the ...
aculnaig's user avatar
3 votes
0 answers
215 views

I'm working on creating a class that captures the screen, encodes it using H.264, and outputs it in a streamable format to a pipe. For this, I'm using the ffmpeg.autogen version 5.1.2.3 (It is a libav ...
0 votes
1 answer
143 views

I am struggling since days with the actual issue. I did hours of internet search, ChatGPT sessions, code reviewing etc. but I don't get it working as expected. Base: Windows 11 Pro x64, own LGPL build ...
2 votes
1 answer
228 views

I have tried to make a bitstream filter for FFmpeg that drops the nth keyframe for positive numbers and allows the first n keyframes and drops the rest for nonpositive numbers, called "datamosh&...

15 30 50 per page
1
2 3 4 5
...
41

AltStyle によって変換されたページ (->オリジナル) /