Skip to main content

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.

1 vote
1 answer
194 views

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 ...
Martin Webber's user avatar
0 votes
1 answer
86 views

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 &...
Kite's user avatar
  • 107
0 votes
0 answers
69 views

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 ...
Notiophilus's user avatar
1 vote
0 answers
47 views

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 ...
Ni Fa's user avatar
  • 11