Core 2 Extreme

Results 15 comments of Core 2 Extreme

Could you send me screenshot of graph that shows spike?

Hmm, can you see spike only in blue line not red line?

There is no way to filter the line. ok, I'll try to fix it.

I can't use nvidia GPU right now so I couldn't encode video using command that you provide. However, I found that if I encode video following command, the video won't...

![00000034](https://user-images.githubusercontent.com/45873899/128268658-7eef1215-669a-481b-ab3b-87bb603ed9b6.png) Use blue one.

Workaround : encode your video without using B-frames. `ffmpeg -i {input_file_name} -acodec copy -vcodec h264 -crf 20 -s {width}x{height} -bf 0 {output_file_name}`

Thank you fore telling me, I updated command line.

Hardware decoder bug has been fixed in v1.5.2.

> Video encoded with ffmpeg -hwaccel auto -i "video" -c:v libx264 -tune animation -c:a libfdk_aac -vbr 3 -vf "scale=400:-2:flags=lanczos" -crf 18 -maxrate 500k -bufsize 300k -profile:v high -pix_fmt yuv420p -x264opts...

> I noticed that using slower presets with x264 makes the video start glitching around 25 to 30 minutes. Does it occur only with hardware decoder (mvd)? Does seek change...