alex.brown111@hotmail.com
10th July 2021, 11:02
Hi,
I have converted many MKV file using SVT-HEVC but I get micro stuttering and stuttering issue (only with Panasonic player player, no any issue with my PC using VLC player).
Here a sample of command:
ffmpeg.exe -vsync 1 -i "G:\Film da ottimizzare per blu ray\Deep Space 9 (ffmpeg ori)\Disk3\Star Trek Season 2- Disc 1_t05_ori.mkv" -y -c:v libsvt_hevc -preset 5 -qp 21 -pix_fmt yuv420p10le -profile:v 2 -map 0:0 -map 0:s -map 0:6 -disposition:a:0 +default+forced -map 0:1 -disposition:a:1 -default-forced -map 0:2 -disposition:a:2 -default-forced -c:a copy -c:s copy -metadata:s:v:0 Language="rom" -t 60 "Star Trek Season 2- Disc 1_t05_ori.mkv_60_sec_vsync.mkv"
before I send this post I have compared A/B the result of LIbx265 and SVT-HEVC. While SVT-HEVC is more faster and better quality with my panasonic I get some issues.
To get sure that this issue not depend by compression I have do a test with: -qp 5 (for libsvt_hevc) and -CRF 5 (for LIbx265) and I get the some result: the issue not change.
if I encode a MKV file and I choose the Flac audio track there is remarkable random stuttering of 1/2 second. The 90% of problem is solved by run after mkvmerge without pass any special parameters:
mkvmerge -o "Star Trek Season 2- Disc 1_t05_libsvrt.mkv" "Star Trek Season 2- Disc 1_t05_60_sec_no_compres.mkv"
if I encode a MKV file and I choose the dolby digital track stuttering is very low but it still present (there is a bit lack of smooth).
The final result:
1. If I play any MKV (SVT-HEVC or LIbx265) with my PC using VLC player work perfectly I don't see smooth difference.
2. If I play any MKV with my panasonic using LIbx265 codec I don't see smooth difference / issues.
3. If I play any MKV with my panasonic using SVT-HEVC codec there is always lack of smooth that is very high if switch the FLAC track,
There is a way to solve ? (if possible without re-encode all files)
Thanks !
I have converted many MKV file using SVT-HEVC but I get micro stuttering and stuttering issue (only with Panasonic player player, no any issue with my PC using VLC player).
Here a sample of command:
ffmpeg.exe -vsync 1 -i "G:\Film da ottimizzare per blu ray\Deep Space 9 (ffmpeg ori)\Disk3\Star Trek Season 2- Disc 1_t05_ori.mkv" -y -c:v libsvt_hevc -preset 5 -qp 21 -pix_fmt yuv420p10le -profile:v 2 -map 0:0 -map 0:s -map 0:6 -disposition:a:0 +default+forced -map 0:1 -disposition:a:1 -default-forced -map 0:2 -disposition:a:2 -default-forced -c:a copy -c:s copy -metadata:s:v:0 Language="rom" -t 60 "Star Trek Season 2- Disc 1_t05_ori.mkv_60_sec_vsync.mkv"
before I send this post I have compared A/B the result of LIbx265 and SVT-HEVC. While SVT-HEVC is more faster and better quality with my panasonic I get some issues.
To get sure that this issue not depend by compression I have do a test with: -qp 5 (for libsvt_hevc) and -CRF 5 (for LIbx265) and I get the some result: the issue not change.
if I encode a MKV file and I choose the Flac audio track there is remarkable random stuttering of 1/2 second. The 90% of problem is solved by run after mkvmerge without pass any special parameters:
mkvmerge -o "Star Trek Season 2- Disc 1_t05_libsvrt.mkv" "Star Trek Season 2- Disc 1_t05_60_sec_no_compres.mkv"
if I encode a MKV file and I choose the dolby digital track stuttering is very low but it still present (there is a bit lack of smooth).
The final result:
1. If I play any MKV (SVT-HEVC or LIbx265) with my PC using VLC player work perfectly I don't see smooth difference.
2. If I play any MKV with my panasonic using LIbx265 codec I don't see smooth difference / issues.
3. If I play any MKV with my panasonic using SVT-HEVC codec there is always lack of smooth that is very high if switch the FLAC track,
There is a way to solve ? (if possible without re-encode all files)
Thanks !