Advanced encoding notes for Wednesday (2022)
These notes are primarily used for precision audio sync, XML shift-script recommendations for different sources of the film/series, and notes on any peculiarities with the source material. Please note that these are situational, for example the precision audio sync details are meant for advanced/perfectionist users and not required to encode a decent quality edit.

If you're encoding an edit for the first time it's best to just use the default mp4 export from your NLE program and not mess with trying to get absolutely perfect quality until you're comfortable with the basics of loading, calibrating, and exporting an edit video. However, some Advanced pages list "Shift script values" that may make life easier for beginners trying to calibrate their BluRays.


BluRay DTS Audio, hasten 24 samples


Shift script values for BluRay encoding:
-----

# wednesday bluray
$fta_ht = @{
"711" = 104; # bluray doesn't have the netflix logo at start
"712" = 104;
"714" = 104;
"715" = 104;
"713" = 104;
"716" = 104;
"717" = 104;
"718" = 104;
}

# Requires version 9 or above of the XML shift script.
$patchframes = @{
"711" = @(77510); # ep1 of the web version has previews, bluray doesn't
}

$patchamount = @{
"711" = @(1889);
}