Takie
8th March 2010, 14:27
Hello all
I use MeGUI to re-encode videos to be AVCHD compliant, so I can play them on my standalone bluray player. Using previous versions of MeGUI and AVCHD presets this worked great. However with the latest version this doesn't work any longer. Unfortunately I do no longer have access to the older settings to compare what might be the cause. Hopefully by posting my working methods here someone is able to detect what might be the cause.
OS: Windows 7 64-bit
Avisynth: 2.58
MeGUI: latest dev. update with x264 v1442 and presets Tx264 3.3
Tsmuxer: 1.10.6
Nero burning rom: 9.4.13.2
Bluray player: Pioneer BDP LX-71 with firmware 1.37.
Avisynth output
LoadPlugin("C:\Program Files (x86)\Haali media splitter\avss.dll")
dss2("F:\Video\movie.mkv", fps=24.000).ConvertToYV12()
#Adding black border to make 720p compliant
AddBorders(0, 88, 0, 88, color=$000000)
#Taking a sample
trim(0,3000)
MeGUI output. Using encoder settings: "x264 AVCHD(DVD5/9) insane" with presets placebo.
vfw4x264.exe" --preset placebo --crf 17.0 --thread-input --merange 64 --profile high --level 4.1 --bframes 3 --ref 4 --slices 4
--aud --nal-hrd vbr --b-pyramid strict --keyint 24 --min-keyint 2 --vbv-maxrate 14000 --vbv-bufsize 14500 --sar 1:1
--output "D:\Temp\AVCHD\test.mkv" "D:\Temp\AVCHD\test.avs"
Tsmuxer output
MUXOPT --no-pcr-on-video-pid --new-audio-pes --avchd --vbr --vbv-len=500
V_MPEG4/ISO/AVC, "D:\Temp\AVCHD\test.mkv", fps=24, insertSEI, contSPS, track=1, lang=eng
Tsmuxer output burned on DVD5 with Nero as UDF 2.50 disc on lowest speed.
These are the final output files (test sample 2:05 long, video only): AVCHD output (http://rapidshare.com/files/360608129/AVCHD_output.rar)
My bluray player detects an AVCHD disk but can't start playback.
Thank you
I use MeGUI to re-encode videos to be AVCHD compliant, so I can play them on my standalone bluray player. Using previous versions of MeGUI and AVCHD presets this worked great. However with the latest version this doesn't work any longer. Unfortunately I do no longer have access to the older settings to compare what might be the cause. Hopefully by posting my working methods here someone is able to detect what might be the cause.
OS: Windows 7 64-bit
Avisynth: 2.58
MeGUI: latest dev. update with x264 v1442 and presets Tx264 3.3
Tsmuxer: 1.10.6
Nero burning rom: 9.4.13.2
Bluray player: Pioneer BDP LX-71 with firmware 1.37.
Avisynth output
LoadPlugin("C:\Program Files (x86)\Haali media splitter\avss.dll")
dss2("F:\Video\movie.mkv", fps=24.000).ConvertToYV12()
#Adding black border to make 720p compliant
AddBorders(0, 88, 0, 88, color=$000000)
#Taking a sample
trim(0,3000)
MeGUI output. Using encoder settings: "x264 AVCHD(DVD5/9) insane" with presets placebo.
vfw4x264.exe" --preset placebo --crf 17.0 --thread-input --merange 64 --profile high --level 4.1 --bframes 3 --ref 4 --slices 4
--aud --nal-hrd vbr --b-pyramid strict --keyint 24 --min-keyint 2 --vbv-maxrate 14000 --vbv-bufsize 14500 --sar 1:1
--output "D:\Temp\AVCHD\test.mkv" "D:\Temp\AVCHD\test.avs"
Tsmuxer output
MUXOPT --no-pcr-on-video-pid --new-audio-pes --avchd --vbr --vbv-len=500
V_MPEG4/ISO/AVC, "D:\Temp\AVCHD\test.mkv", fps=24, insertSEI, contSPS, track=1, lang=eng
Tsmuxer output burned on DVD5 with Nero as UDF 2.50 disc on lowest speed.
These are the final output files (test sample 2:05 long, video only): AVCHD output (http://rapidshare.com/files/360608129/AVCHD_output.rar)
My bluray player detects an AVCHD disk but can't start playback.
Thank you