Posts: 859
Threads: 5
Joined: 2015 Apr
Thanks: 184
Given 210 thank(s) in 144 post(s)
Country:
2018-03-06, 01:52 PM
(This post was last modified: 2018-03-06, 01:55 PM by X5gb.)
Thanks spoRv, could you post an example of what I need to put in the custom encoder parameters of simple (and what needs to be changed to suit my project) and as I asked valeyard, if I need to change anything in my screenshot.
Posts: 859
Threads: 5
Joined: 2015 Apr
Thanks: 184
Given 210 thank(s) in 144 post(s)
Country:
2018-03-06, 03:16 PM
(This post was last modified: 2018-03-06, 07:49 PM by X5gb.)
Thanks spoRv, actually worked out it for myself by copy and pasting original script and removing what it didn't like but added the --weightp 1 as you have done. Decided to go with very slow instead of slow as I I'll just leave it to encode for however long and inch out the best quality. I assume everything else is correct then.
Posts: 2,049
Threads: 56
Joined: 2016 Dec
Thanks: 161
Given 1008 thank(s) in 612 post(s)
Honestly I just use the command line for everything now. I have a .bat file which I edit each time.
Actually --weightp 0 and --b-pyramid none are both allowed within --bluray-compat. --bluray-compat only prohibits --b-pyramid normal and --weightp 2. Open and closed GOPs are technically both allowed.
The --b-pyramid, --weightp and --open-gop settings are there to improve compatibility with hardware players. Obviously you can use any settings you like but the ones in the OP are the recommended ones, obtained through experience.
deleted user
Unregistered
Thanks:
Given thank(s) in post(s)
I also like using the commandline - it also has the advantage that you can pipe complex stuff into any version of x264 you like (Currently playing around with x264 tMod) - for example you can apply a 3D LUT with ffmpeg (or any other ffmpeg filter) on-the-fly then pipe straight into x264
Plus - you can always reuse your old scripts at any time getting an identical result (because the original x264 exe file you used is still in the folder)
Posts: 859
Threads: 5
Joined: 2015 Apr
Thanks: 184
Given 210 thank(s) in 144 post(s)
Country:
Thanks to you both zoidberg and TomArrow.
I'll try out Simple x264 Launcher first but if one of you could post a quick tutorial on how to use the command line that would be great as I would love to try it that way as well.