Skip to main content

All Questions

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
1 vote
0 answers
823 views

Why a MP4 H.264 video looks fuzzy on Google Chrome but sharp on Firefox?

This is the file I am trying to open directly into Chrome (It happens on websites but it seems the problem is with the rendering engine) http://wikisend.com/download/914020/pipe-handbreak.mp4 It ...
Daniel Vianna's user avatar
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