FFmpeg icon indicating copy to clipboard operation
FFmpeg copied to clipboard

Unofficial FFmpeg with added custom native Visual Studio project build tools. FFmpeg: A complete, cross-platform solution to record, convert and stream audio and video.

Results 17 FFmpeg issues
Sort by recently updated
recently updated
newest added

## Context ## Expected Behavior ## Actual Behavior ## Steps to Reproduce 1. ffmpeg 6.1 have already libsrt。 2. 3. 4. ## Your Environment * Version Used: * Operating System...

Was anyone able to have faster porcessing with FFMPEG? I have a bunch of GPU but it is using very little, and it is being VERY SLOW at making a...

when i use **libffmpeg_5.1.r106626_msvc15_x64** ,console awalys show [-s] [-r rate2] ,paragm exit when add a line include started go to wrong remove some ref such as libavcodec.lib , program normal...

X86 compiled ffmpeg always has low execution efficiency on ARM64 devices(e.g. Surface Pro X, Snapdragon 8cx). I tried to port it to arm64, but the headaches are assembly language code....

Hi Matthew Oliver, first let me tell you how thankfull I am that you share all your work necessary for porting ffmoeg and its libraries to VS. That was extremely...

hello, I compile shiftmediaproject ok, then test hls segment, command likes: ffmpeg.exe -i F:\web\express\testv\public\hls\ani.mp4 -codec:v libx264 -codec:a aac -map 0 -f ssegment -segment_format mpegts -segment_list F:\web\express\testv\public\hls\playlist.m3u8 -segment_wrap 5 -segment_time 5...

Sorry if this is the wrong repo to post this in, Would it be possible for you to create a libopenh264 project that can then be used with this FFMPEG...

Using the default project configuration, udp (for example when streaming over rtp) complains that pthreads support is required for circular buffers. Can this be solved with any config option? Or...