nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
198 stars 14 forks source link

H264: First 12 frames are grey #43

Closed nschlia closed 4 years ago

nschlia commented 4 years ago

Only with mp4 format the first 12 frames are simply grey, the next 2-3 frames are blurred. Happens with the H264 codec only, other codecs are not affected (mp4 and ts output format).

nschlia commented 4 years ago

Obliviously the crf option can be helpful:

https://lists.ffmpeg.org/pipermail/libav-user/2015-April/008027.html

Exhaustive list of options:

http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavcodec/options_table.h;hb=HEAD

nschlia commented 4 years ago

Garbled frames are gone. Also the overall quality is much better now.