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
Is it safe to ignore the error "Invalid UTF-8 in decoded subtitles text; maybe missing -sub_charenc option Error while decoding stream"?
I was encoding a video with subtitles and I got the error, "Invalid UTF-8 in decoded subtitles text; maybe missing -sub_charenc option. Error while decoding stream" but the video encoded any...
Clogged-artery
Votes: 0
Answers: 1
Matching .srt file subtitle line and timestamps with regex
As the title states, I want to match the timestamp and text lines of a .srt file subtitles.
some of these files are not formatted properly, so I need something to work with almost all of them.
the cor...
sina.E
Votes: 0
Answers: 1
React js download file problem with firefox mobile
I have the following code which allows me to create a .srt file to be able to download it later.
It seems to work fine, but when I use Firefox on android device, the file does download but the file fo...
Paul
Votes: 0
Answers: 0