tests/checkasm/sw_rgb: remove bogus value truncation in check_yuv2packed1()
tests/checkasm/sw_rgb: remove bogus value truncation in check_yuv2packed1() Fixes out of array accesses. Signed-off-by: James Almer [DH] tests/checkasm/sw_rgb.c
View ArticleAdventures In NAS
In my post last year about my out-of-control single-board computer (SBC) collection which included my meager network attached storage (NAS) solution, I noted that:I find that a lot of my fellow nerds...
View Articleconfigure: update copyright year
configure: update copyright year On 01/01/2025 19:05, Peter Ross wrote: > FFmpeg turns 25 this year. [DH] configure
View ArticleStream H264 raw data on RTSP server
I have H264 hex string data saved in a list. The data is in correct format as it is being received, I am trying to stream it to RTSP server. I have stream the data in realtime as it is from a dashcam....
View Articleavfilter/buffersink: don't leak the reallocated channel layouts array
avfilter/buffersink: don't leak the reallocated channel layouts array And ensure the last element is the zeroed terminator. Fixes ticket #11392. Signed-off-by: James Almer [DH] libavfilter/buffersink.c
View ArticleHandling RTSP Camera Offline with Image showing issue in GStreamer
I am using below list of version. Gstreamer-1.24.10, windows 10. I'm working on a GStreamer pipeline to handle RTSP camera streams. When the RTSP camera goes offline, I want to display a image instead...
View ArticleI want it to do the ffmpeg convert while the application continues to run
Downloading with yd-dl.exe is successful, but it does not convert the downloaded video to mp4 with ffmpeg. When I stop compiling the project in visual studio, it converts the ffmpeg file to mp4. using...
View Articleavfilter/buffersrc: make channel_layout a CHLAYOUT type AVOption
avfilter/buffersrc: make channel_layout a CHLAYOUT type AVOption The string type is a remnant of the old channel layout API implementation. Reviewed-by: Nicolas George Signed-off-by: James Almer [DH]...
View ArticleHow to apply dynamic watermarking for users watching video in real-time?
I am working on a video streaming project where I need to apply a dynamic watermarking (e.g., username and email) in real-time for security purposes. The video is being streamed in DASH format, and the...
View ArticleFFMPEG convert videos using Automator
I'm trying to use Apple Automator to select a folder and convert all MP4 files to WMV files using FFMPEG but I'm getting an output error and I'm not finding how to solve the issue :( FFMPEG is...
View ArticleFFMPEG Python: Encountered scale(1920, 1080) with multiple outgoing edges...
Here is the code in question: for comment in thread['comments']: commentClips += fragmentConcat(comment, filePrefix) staticClip = ffmpeg.input('assets/static.mp4') commentClips.append(staticClip...
View ArticleUnknown key_frame and pict_type of encoded H.266 video stream
I converted a sample video from H.264 into H.266 using FFmpeg (with the VVenC support) with such a command: ffmpeg -i input.mp4 -c:v libvvenc -b:v 2600k -preset faster output.mp4 Then I checked the...
View ArticleHow to export FFMPEG into my Python program?
I wrote a Python program for Windows 10 which converts audio files from any supported format to .flac, and it uses FFMPEG to do the encoding. FFMPEG is installed on my computer, so there isn't any...
View Articleavformat/flvdec: set Opus sample rate
avformat/flvdec: set Opus sample rate Fixes parsing Opus streams when no opus decoder is present. Signed-off-by: James Almer [DH] libavformat/flvdec.c
View Articleavcodec/opus/parser: set sample rate
avcodec/opus/parser: set sample rate Ensures it's set on scenarios where a parser is requested but no decoder is present. Signed-off-by: James Almer [DH] libavcodec/opus/parser.c
View Articleavformat/dump: print only the actual streams in a tile grid group
avformat/dump: print only the actual streams in a tile grid group The amount of tiles does not necessarely need to match the amount of streams. Fixes ticket #11389. Signed-off-by: James Almer [DH]...
View ArticleHow to Merge two videos without re-encoding [duplicate]
I am trying to Merge two video without re-encoding them. Currently i use a approach which is too much time consuming and resource as well. I just want to merge without re-encoding them. Currently i am...
View ArticleGStreamer pipeline should automatically switch back to the live stream
I am using below list of version. Gstreamer-1.24.10, windows 10. I'm working on a GStreamer pipeline to handle RTSP camera streams. When the RTSP camera goes offline, I want to display a image or black...
View Articleavio_open2 fails randomly for RTMPS Facebook live streaming
I am trying to re stream a video to Facebook RTMPS endpoint and , facing an issue specifically with Facebook's RTMPS endpoint . I have tried with linkedin RTMPS endpoint and its working fine , but...
View Article