FranceBB
30th January 2018, 04:00
Hi,
I've been experiencing grey frames while seeking HEVC muxed in .ts.
It doesn't happen if the same file has been muxed to .mkv
I'm not sure whether it's the player or the file itself.
Using MPV and the default GNOME player on Linux, grey frames are displayed.
Using Media Player Classic + K-Lite Codec Pack on Windows grey frames are displayed.
Using PotPlayer on Windows, grey frames are not displayed while seeking.
During playback, all players are fine.
I encode with x265 and mux with ffmpeg, 'cause with tsmuxer audio is out of sync.
x265.exe "AVS Script.avs" --profile Main10 --level 5.0 --preset medium --tune fastdecode --no-high-tier --ref 2 --rc-lookahead 3 -b 2 --profile main10 --bitrate 25000 --deblock -4:-4 --overscan show --colormatrix bt709 --range limited --transfer bt709 --colorprim bt709 --videoformat component --no-open-gop --min-keyint 1 --keyint 24 --aud --repeat-headers --rd 3 --vbv-maxrate 25000 --vbv-bufsize 25000 --asm=sse4.2 --wpp -o "D:\raw_video.hevc"
ffmpeg.exe -i "AVS Script.avs" -vn -sn -c:a ac3 -b:a 384k -ar 48000 "D:\raw_audio.ac3"
mkvmerge.exe --output D:/raw_video.mkv --language 0:und ^"^(^" D:/raw_video.hevc ^"^)^" --language 0:und ^"^(^" D:/raw_audio.ac3 ^"^)^" --track-order 0:0,1:0
ffmpeg.exe -i "D:/raw_video.mkv" -c copy -f mpegts -metadata provider_name="OPF-Italia" -metadata service_provider="OPF-Italia" -metadata service_name="OPF-Italia Entertainment Studio" -mpegts_original_network_id 0x1122 -mpegts_transport_stream_id 0x3344 -mpegts_service_id 0x5566 -mpegts_pmt_start_pid 0x1500 -mpegts_start_pid 0x150 -mpegts_service_type "digital_tv" -mpegts_flags "resend_headers" "D:\final.ts"
pause
Any suggestion? I can upload a sample, if you wanna chack it with your favorite player.
I've been experiencing grey frames while seeking HEVC muxed in .ts.
It doesn't happen if the same file has been muxed to .mkv
I'm not sure whether it's the player or the file itself.
Using MPV and the default GNOME player on Linux, grey frames are displayed.
Using Media Player Classic + K-Lite Codec Pack on Windows grey frames are displayed.
Using PotPlayer on Windows, grey frames are not displayed while seeking.
During playback, all players are fine.
I encode with x265 and mux with ffmpeg, 'cause with tsmuxer audio is out of sync.
x265.exe "AVS Script.avs" --profile Main10 --level 5.0 --preset medium --tune fastdecode --no-high-tier --ref 2 --rc-lookahead 3 -b 2 --profile main10 --bitrate 25000 --deblock -4:-4 --overscan show --colormatrix bt709 --range limited --transfer bt709 --colorprim bt709 --videoformat component --no-open-gop --min-keyint 1 --keyint 24 --aud --repeat-headers --rd 3 --vbv-maxrate 25000 --vbv-bufsize 25000 --asm=sse4.2 --wpp -o "D:\raw_video.hevc"
ffmpeg.exe -i "AVS Script.avs" -vn -sn -c:a ac3 -b:a 384k -ar 48000 "D:\raw_audio.ac3"
mkvmerge.exe --output D:/raw_video.mkv --language 0:und ^"^(^" D:/raw_video.hevc ^"^)^" --language 0:und ^"^(^" D:/raw_audio.ac3 ^"^)^" --track-order 0:0,1:0
ffmpeg.exe -i "D:/raw_video.mkv" -c copy -f mpegts -metadata provider_name="OPF-Italia" -metadata service_provider="OPF-Italia" -metadata service_name="OPF-Italia Entertainment Studio" -mpegts_original_network_id 0x1122 -mpegts_transport_stream_id 0x3344 -mpegts_service_id 0x5566 -mpegts_pmt_start_pid 0x1500 -mpegts_start_pid 0x150 -mpegts_service_type "digital_tv" -mpegts_flags "resend_headers" "D:\final.ts"
pause
Any suggestion? I can upload a sample, if you wanna chack it with your favorite player.