python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Access Haivision SRT statistics from ffmpeg command
I have been successfully using ffmpeg to stream using the Haivision SRT protocol enabled, I need to access the SRT statistics as described here https://github.com/Haivision/srt/blob/master/docs/API/st...
martyn Gilbert
Votes: 0
Answers: 0
Use ffmpeg to add a thumbnail to an mp4 with chapters
The awesome trick for adding a thumb to a simple mp4 video with ffmpeg works perfectly, until I took an mp4 with chapters in it. The thumbnail is added, but the output file can't be played on many dev...
Alexander Zhurovich
Votes: 0
Answers: 0
ffmpeg copy codec outputs in slowmotion
i have the following scenario that is driving me crazy:
i have a capture device. Here the ffprobe on it:
pi@skycam:~ $ ffprobe /dev/video0
ffprobe version 4.1.6-1~deb10u1+rpt2 Copyright (c) 2007-2020 ...
Rudi
Votes: 0
Answers: 1
ffmpeg how can I get the overlay to apply to all images in the slideshow
This command applies the overlay image to only the first image of the slideshow series. I messed with labeling and can't figure out the correct labels to get the overlay to apply to all images in the ...
user2785245
Votes: 0
Answers: 1