View Single Post
Old 6th March 2019, 15:27   #16806  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
Quote:
Originally Posted by Ryushin View Post
Remuxing to make TrueHD the second audio stream instead of the first allows the mkv to be pulled in. RB shows the AC3 as the first stream and THD as the second stream.

Had to do the makemkv route first for Wreck-It Ralph as it has seamless 4K branching.

Another item about batch encode. I've just started using this feature to pull in TV episodes. I've been using makemkv to make the individual episodes and then pulling them in. I seen an option for rendering subs but not an option to render only forced subtitles and remux the others. Can a manual crop option be added. I've hit an issue sometimes that RB does not correctly determine thecrop and it would be nice for me to put in a manual crop for the batch of episodes being pulled in.

Atak, I cannot believe how long you've been supporting RB and only making it better as time goes on. I rely it daily. Thank you for continuing to produce such a great program.
Manual crop in batch mode can be easily achieved by using custom script
Code:
#Crop
video=Crop(video,0,0,-0,-0)
Atak_Snajpera is offline   Reply With Quote