Questions tagged [ffmpeg]
Media tool with support for multiple codecs, filters, and containers. Include your actual command and the complete console output when asking questions involving FFmpeg tools. An easy way to do this is by adding `-report` to your command and pasting the contents of the logfile generated. For help with CLI use only of ff* binaries - ffmpeg, ffprobe, ffplay. For help with API usage, post on Stack Overflow.
4 questions from the last 30 days
1
vote
1
answer
194
views
FFMpeg streaming - Unknown Error
We have had FFMpeg running on a PC for a couple years converting the rtsp stream from a camera into an m3u8 stream to embed in a website. It has worked flawlessly for years.
Recently however, it has ...
0
votes
1
answer
86
views
How to reset video timestamp in trimmed video using ffmpeg
I want to display the relative timestamp (and also the absolute) as a burnt-in overlay text in a cut/trimmed video processed by ffmpeg. The current command is:
ffmpeg -i input.mp4 -ss 30 -t 10 -vf &...
0
votes
0
answers
69
views
Audio desync at clip joins
I'm re-encoding some old torrented files and have encountered a timestamp problem (according to a commenter on the ffmpeg subreddit). I have no idea how to fix it.
The files I originally downloaded ...
1
vote
0
answers
47
views
Some invalid files from action camera reported by ffmpeg
I have a number of clips produced by a cheap sports action camera, a number of them cannot be played by any players, and ffpeg/ffprobe seems to indicate they contain 'bad data'. The issue does not ...