Skip to main content

All Questions

4 questions with no upvoted or accepted answers
2 votes
0 answers
1k views

why ffmpeg streaming speed slower than browser

I am downloading a live streaming video using ffmpeg. If I watch it in browser the video is seamless. But when I download using ffmpeg it skips frames a lot. Frequently it shows skipping * segments ...
nomem's user avatar
  • 131
1 vote
0 answers
1k views

How to set profile compatibility of an fMP4 using ffmpeg?

I'm using ffmpeg to generate a fragmented mp4 stream that will be consumed by an HTML5 player. I think I have a correctly formatted mp4 stream of data with an empty moov at the start and a series of ...
Pablo Montilla's user avatar
0 votes
0 answers
1k views

mp4 encoded with ffmpeg not displaying on chrome

I am using the command ffmpeg -i input.mp4 -c:v libx265 -vtag hvc1 -c:a copy output.mp4 in order to compress my mp4 files. This is the output: ffmpeg version 5.1.2 Copyright (c) 2000-2022 the FFmpeg ...
The Traveling Salesman's user avatar
0 votes
0 answers
163 views

Ffmpeg broken first segment

I have big problem with saving h264 stream to mp4 with ffmpeg. I'm using different options without any results. When I'm stopping ffmpeg during create of first segment, the output .mp4 files won't ...
Piotr Kwaśnik's user avatar