Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 16th November 2022, 14:03   #19721  |  Link
darkio
Registered User
 
Join Date: Jan 2010
Posts: 49
I have always considered doom9 a bible of useful encoding information and many good users available.

I think tmpgenc changes and adjusts the colorimetry automatically from the resolution of the input video.

Edit: rec 709 use full range (0-255), not limited like mpeg2 range (16-255).

Quote:
Video
Formato : HEVC
Formato/Informazioni : High Efficiency Video Coding
Profilo formato : Main 10@L3.1@Main
Larghezza : 960 pixel
Altezza : 720 pixel
Rapporto aspetto visualizzazione : 4:3
Frame rate : 23,976 (24000/1001) FPS
Spazio colore : YUV
Croma subsampling : 4:2:0
Profondità bit : 10 bit
Compressore : x265 3.5+9-bf91444e0:[Windows][GCC 10.2.0][64 bit] 10bit
Impostazioni compressione : cpuid=1111039 / frame-threads=3 / numa-pools=12 / wpp / no-pmode / no-pme / no-psnr / no-ssim / log-level=2 / input-csp=1 / input-res=960x720 / interlace=0 / total-frames=35208 / level-idc=0 / high-tier=1 / uhd-bd=0 / ref=4 / no-allow-non-conformance / no-repeat-headers / annexb / no-aud / no-eob / no-eos / no-hrd / info / hash=0 / no-temporal-layers / open-gop / min-keyint=24 / keyint=240 / gop-lookahead=0 / bframes=6 / b-adapt=2 / b-pyramid / bframe-bias=0 / rc-lookahead=25 / lookahead-slices=4 / scenecut=40 / hist-scenecut=0 / radl=0 / no-splice / no-intra-refresh / ctu=16 / min-cu-size=8 / rect / no-amp / max-tu-size=16 / tu-inter-depth=1 / tu-intra-depth=1 / limit-tu=0 / rdoq-level=2 / dynamic-rd=0.00 / no-ssim-rd / signhide / no-tskip / nr-intra=0 / nr-inter=0 / no-constrained-intra / strong-intra-smoothing / max-merge=3 / limit-refs=3 / limit-modes / me=3 / subme=3 / merange=9 / temporal-mvp / no-frame-dup / no-hme / weightp / no-weightb / no-analyze-src-pics / deblock=1:1 / sao / no-sao-non-deblock / rd=4 / selective-sao=4 / no-early-skip / rskip / no-fast-intra / no-tskip-fast / no-cu-lossless / no-b-intra / no-splitrd-skip / rdpenalty=0 / psy-rd=0.40 / psy-rdoq=1.00 / no-rd-refine / no-lossless / cbqpoffs=0 / crqpoffs=0 / rc=crf / crf=18.0 / qcomp=0.60 / qpstep=4 / stats-write=0 / stats-read=0 / vbv-maxrate=4096 / vbv-bufsize=4096 / vbv-init=0.9 / min-vbv-fullness=50.0 / max-vbv-fullness=80.0 / crf-max=0.0 / crf-min=0.0 / ipratio=1.40 / pbratio=1.30 / aq-mode=3 / aq-strength=0.90 / cutree / zone-count=0 / no-strict-cbr / qg-size=16 / no-rc-grain / qpmax=69 / qpmin=0 / no-const-vbv / sar=1 / overscan=0 / videoformat=5 / range=0 / colorprim=6 / transfer=6 / colormatrix=6 / chromaloc=0 / display-window=0 / cll=0,0 / min-luma=0 / max-luma=1023 / log2-max-poc-lsb=8 / vui-timing-info / vui-hrd-info / slices=1 / no-opt-qp-pps / no-opt-ref-list-length-pps / no-multi-pass-opt-rps / scenecut-bias=0.05 / hist-threshold=0.03 / no-opt-cu-delta-qp / no-aq-motion / no-hdr10 / no-hdr10-opt / no-dhdr10-opt / no-idr-recovery-sei / analysis-reuse-level=0 / analysis-save-reuse-level=0 / analysis-load-reuse-level=0 / scale-factor=0 / refine-intra=0 / refine-inter=0 / refine-mv=1 / refine-ctu-distortion=0 / no-limit-sao / ctu-info=0 / no-lowpass-dct / refine-analysis-type=0 / copy-pic=1 / max-ausize-factor=1.0 / no-dynamic-refine / no-single-sei / no-hevc-aq / no-svt / no-field / qp-adaptation-range=1.00 / scenecut-aware-qp=0conformance-window-offsets / right=0 / bottom=0 / decoder-max-rate=0 / no-vbv-live-multi-pass
Color range : Limited
Colori primari : BT.601 NTSC
Caratteristiche trasferimento : BT.601
Coefficienti matrici : BT.601
Wrong color space conversion.

Last edited by darkio; 16th November 2022 at 16:51.
darkio is offline   Reply With Quote
Old 16th November 2022, 17:32   #19722  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
Try this for now...
1) Add --colorprim bt709 --transfer bt709 --colormatrix bt709 to your encoding profile
2) Download ColorMatrix Plugin https://www.mediafire.com/file/aj88v...trix26.7z/file
3) extract to Tools\AviSynth plugins folder
4) Add following lines to your script under #ColorSpace

Code:
#ColorSpace
LoadPlugin("C:\RipBot264\Tools\AviSynth plugins\ColorMatrix26\ColorMatrix64.dll")
ColorMatrix(mode="Rec.601->Rec.709")
Atak_Snajpera is offline   Reply With Quote
Old 16th November 2022, 17:41   #19723  |  Link
darkio
Registered User
 
Join Date: Jan 2010
Posts: 49
Hi atak,
thanks for you reply.
As mentioned before, I've already edited my profile box with --colorprim bt709 --transfer bt709 --colormatrix bt709.
The main problem after conversion are over satured colours (especially red).

I hope to see little enanchement with color matrix conversion from bt 601/bt 709 and viceversa or other color space in the next update.
I will try to use exteenal plugin too.

Last edited by darkio; 16th November 2022 at 17:46.
darkio is offline   Reply With Quote
Old 16th November 2022, 17:58   #19724  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
You must use colormatrix as well not only switches for an encoder.
Atak_Snajpera is offline   Reply With Quote
Old 16th November 2022, 18:12   #19725  |  Link
darkio
Registered User
 
Join Date: Jan 2010
Posts: 49
Quote:
Video
Formato : HEVC
Formato/Informazioni : High Efficiency Video Coding
Profilo formato : Main 10@L3.1@Main
Larghezza : 960 pixel
Altezza : 720 pixel
Rapporto aspetto visualizzazione : 4:3
Frame rate : 23,976 (24000/1001) FPS
Spazio colore : YUV
Croma subsampling : 4:2:0
Profondità bit : 10 bit
Compressore : x265 3.5+9-bf91444e0:[Windows][GCC 10.2.0][64 bit] 10bit
Impostazioni compressione : cpuid=1111039 / frame-threads=3 / numa-pools=12 / wpp / no-pmode / no-pme / no-psnr / no-ssim / log-level=2 / input-csp=1 / input-res=960x720 / interlace=0 / total-frames=35208 / level-idc=0 / high-tier=1 / uhd-bd=0 / ref=4 / no-allow-non-conformance / no-repeat-headers / annexb / no-aud / no-eob / no-eos / no-hrd / info / hash=0 / no-temporal-layers / open-gop / min-keyint=24 / keyint=240 / gop-lookahead=0 / bframes=6 / b-adapt=2 / b-pyramid / bframe-bias=0 / rc-lookahead=25 / lookahead-slices=4 / scenecut=40 / hist-scenecut=0 / radl=0 / no-splice / no-intra-refresh / ctu=16 / min-cu-size=8 / rect / no-amp / max-tu-size=16 / tu-inter-depth=1 / tu-intra-depth=1 / limit-tu=0 / rdoq-level=2 / dynamic-rd=0.00 / no-ssim-rd / signhide / no-tskip / nr-intra=0 / nr-inter=0 / no-constrained-intra / strong-intra-smoothing / max-merge=3 / limit-refs=3 / limit-modes / me=3 / subme=3 / merange=9 / temporal-mvp / no-frame-dup / no-hme / weightp / no-weightb / no-analyze-src-pics / deblock=1:1 / sao / no-sao-non-deblock / rd=4 / selective-sao=4 / no-early-skip / rskip / no-fast-intra / no-tskip-fast / no-cu-lossless / no-b-intra / no-splitrd-skip / rdpenalty=0 / psy-rd=0.40 / psy-rdoq=1.00 / no-rd-refine / no-lossless / cbqpoffs=0 / crqpoffs=0 / rc=crf / crf=18.0 / qcomp=0.60 / qpstep=4 / stats-write=0 / stats-read=0 / vbv-maxrate=4096 / vbv-bufsize=4096 / vbv-init=0.9 / min-vbv-fullness=50.0 / max-vbv-fullness=80.0 / crf-max=0.0 / crf-min=0.0 / ipratio=1.40 / pbratio=1.30 / aq-mode=3 / aq-strength=0.90 / cutree / zone-count=0 / no-strict-cbr / qg-size=16 / no-rc-grain / qpmax=69 / qpmin=0 / no-const-vbv / sar=1 / overscan=0 / videoformat=5 / range=0 / colorprim=1 / transfer=1 / colormatrix=1 / chromaloc=0 / display-window=0 / cll=0,0 / min-luma=0 / max-luma=1023 / log2-max-poc-lsb=8 / vui-timing-info / vui-hrd-info / slices=1 / no-opt-qp-pps / no-opt-ref-list-length-pps / no-multi-pass-opt-rps / scenecut-bias=0.05 / hist-threshold=0.03 / no-opt-cu-delta-qp / no-aq-motion / no-hdr10 / no-hdr10-opt / no-dhdr10-opt / no-idr-recovery-sei / analysis-reuse-level=0 / analysis-save-reuse-level=0 / analysis-load-reuse-level=0 / scale-factor=0 / refine-intra=0 / refine-inter=0 / refine-mv=1 / refine-ctu-distortion=0 / no-limit-sao / ctu-info=0 / no-lowpass-dct / refine-analysis-type=0 / copy-pic=1 / max-ausize-factor=1.0 / no-dynamic-refine / no-single-sei / no-hevc-aq / no-svt / no-field / qp-adaptation-range=1.00 / scenecut-aware-qp=0conformance-window-offsets / right=0 / bottom=0 / decoder-max-rate=0 / no-vbv-live-multi-pass
Color range : Limited
Colori primari : BT.709
Caratteristiche trasferimento : BT.709
Coefficienti matrici : BT.709
Colormatrix is ok,
testing better later

Last edited by darkio; 16th November 2022 at 18:17.
darkio is offline   Reply With Quote
Old 16th November 2022, 18:17   #19726  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
Limited is correct. HD footage always uses limited.
Atak_Snajpera is offline   Reply With Quote
Old 16th November 2022, 18:24   #19727  |  Link
darkio
Registered User
 
Join Date: Jan 2010
Posts: 49
yes, of course, I'm wrong.
I have to add the setting to the script for each job queued manually and the commands from cli to do upscaling, right?

I hope it can be added later in the interface.
thanks for the help
darkio is offline   Reply With Quote
Old 17th November 2022, 03:49   #19728  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 965
Quote:
Originally Posted by Atak_Snajpera View Post
Try this for now...
1) Add --colorprim bt709 --transfer bt709 --colormatrix bt709 to your encoding profile
2) Download ColorMatrix Plugin https://www.mediafire.com/file/aj88v...trix26.7z/file
3) extract to Tools\AviSynth plugins folder
4) Add following lines to your script under #ColorSpace

Code:
#ColorSpace
LoadPlugin("C:\RipBot264\Tools\AviSynth plugins\ColorMatrix26\ColorMatrix64.dll")
ColorMatrix(mode="Rec.601->Rec.709")
I have been playing around with this, and it seems to be very particular on the colorspace of the video being processed.

requirements:
YV12 & YUY2 Colorspace


And I was also having a problem with this call:-

ColorMatrix(mode="Rec.601->Rec.709")

shouldn't it be

video=ColorMatrix(video,mode="Rec.601->Rec.709")

like ALL the other RipBot scripts/calls ??
__________________
Long term RipBot264 user.

RipBot264 modded builds..

Last edited by TDS; 17th November 2022 at 03:58.
TDS is offline   Reply With Quote
Old 17th November 2022, 12:53   #19729  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 431
Feature Request - Batch Cover

Hi Atak,

I'd like to submit a feature request for the batch processing. I use the batch a lot to pull in TV Episodes that I've used MakeMKV to rip the episodes from disks. I'd like to attach a cover to a batch import. I'd run one batch for season 1 and attach one cover to that, another batch and another cover, etc. Thanks Atak.
Ryushin is offline   Reply With Quote
Old 17th November 2022, 15:43   #19730  |  Link
gabbett1
Registered User
 
Join Date: Sep 2015
Posts: 67
Quote:
Originally Posted by TDS View Post
OK, so there shouldn't be problem with Bluray's, then.

Yes, eac3to DOES come with RipBot, and if you want to update it yourself, you need get the download, https://www.videohelp.com/software/eac3to (unpack it, and then copy it into the "eac3to" folder inside RipBot, under the "Tools" folder, overwriting everything in there.)

What are you using to rip the disc's ??

What version of Windows are you running ??

Just trying to help
And I greatly appreciate your help.

I'm running Windows 7. I'm using AnyDVD to rip the disks. I don't know if I copied the eac3to properly so I'm going to give that a try.

Thanks
gabbett1 is offline   Reply With Quote
Old 17th November 2022, 19:17   #19731  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
Quote:
Originally Posted by gabbett1 View Post
And I greatly appreciate your help.

I'm running Windows 7. I'm using AnyDVD to rip the disks. I don't know if I copied the eac3to properly so I'm going to give that a try.

Thanks
Can you upload whole blu-ray folder somewhere? Obviously you would have to manually losslessly reduce size of each .m2ts file to something around 50-100MiB. You may try DGSplit of something similar.
Atak_Snajpera is offline   Reply With Quote
Old 18th November 2022, 01:20   #19732  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 965
Quote:
Originally Posted by gabbett1 View Post
And I greatly appreciate your help.

I'm running Windows 7. I'm using AnyDVD to rip the disks. I don't know if I copied the eac3to properly so I'm going to give that a try.

Thanks
Hello again, gabbett1,

So before you do what Atak has suggested, I'd like to suggest that you use a different app to rip your disk's, just to be sure.

Also, is your Bluray optical drive in good condition, newish & "clean" inside ??

I would suggest that you try MakeMKV to rip your disc's...another user I know uses MakeMKV, and he hasn't reported any issues, and I know he's ripped 100's, if not 1,000's of Bluray's.

Maybe there's something about the newer disc's that AnyDVD is having a problem with, if as you say, the older disc's seem to be fine.

If you're interested in using MakeMKV, (latest build with registration)

https://www.mediafire.com/file/nq9e1...1.17.2.7z/file

Anyway, that's my 2 cents....I hated ripping Bluray's !!!!
__________________
Long term RipBot264 user.

RipBot264 modded builds..

Last edited by TDS; 19th November 2022 at 14:09.
TDS is offline   Reply With Quote
Old 18th November 2022, 13:14   #19733  |  Link
Ryushin
Registered User
 
Ryushin's Avatar
 
Join Date: Mar 2011
Posts: 431
Quote:
Originally Posted by gabbett1 View Post
And I greatly appreciate your help.

I'm running Windows 7. I'm using AnyDVD to rip the disks. I don't know if I copied the eac3to properly so I'm going to give that a try.

Thanks
I have used AnyDVD to rip thousands of discs and I've used MakeMKV to rip 1000's of discs. I've worn out three optical drives.

I do remember a few times with a few ripped discs, that they must have mastered it wrong in some manner, as RB (eac3to) could not demux it properly and RB always gave an error when it had finished ripping the disc. The way around this was to use MakeMVK to convert the main feature (or episodes) into mkv files which RB imported without issue.

You can use MakeMVK for free if you don't mind updating each 30 days with the key he provides. Though the software is so inexpensive, I would buy it as well. Both AnyDVD and MakeMKV have their places.

MakeMKV can't do DVD backups, but AnyDVD can. MakeMKV can rip the files into mkvs, but AnyDVD cannot. There are a few other differences between them that make owning both of them essential if you use optical media.
Ryushin is offline   Reply With Quote
Old 18th November 2022, 13:24   #19734  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 965
Quote:
Originally Posted by Ryushin View Post
I have used AnyDVD to rip thousands of discs and I've used MakeMKV to rip 1000's of discs. I've worn out three optical drives.

I do remember a few times with a few ripped discs, that they must have mastered it wrong in some manner, as RB (eac3to) could not demux it properly and RB always gave an error when it had finished ripping the disc. The way around this was to use MakeMVK to convert the main feature (or episodes) into mkv files which RB imported without issue.

You can use MakeMVK for free if you don't mind updating each 30 days with the key he provides. Though the software is so inexpensive, I would buy it as well. Both AnyDVD and MakeMKV have their places.

MakeMKV can't do DVD backups, but AnyDVD can. MakeMKV can rip the files into mkvs, but AnyDVD cannot. There are a few other differences between them that make owning both of them essential if you use optical media.
Nicely explained,
and it's always good to have a couple of different ways of doing the same process.
__________________
Long term RipBot264 user.

RipBot264 modded builds..

Last edited by TDS; 19th November 2022 at 14:08.
TDS is offline   Reply With Quote
Old 21st November 2022, 01:37   #19735  |  Link
jlpsvk
Registered User
 
Join Date: Dec 2014
Posts: 240
any way to use ffmsindex instead lsmash???
__________________
AMD Ryzen 9 5950X, 32GB DDR4-3200 CL16, RTX 3060, 2TB NVMe PCIE4.0, NAS with 8x16TB HDD
jlpsvk is offline   Reply With Quote
Old 21st November 2022, 05:08   #19736  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 965
Quote:
Originally Posted by jlpsvk View Post
any way to use ffmsindex instead lsmash???
there certainly is

overwrite this field in RipBot264.ini if you want to use FFMS2 instead of L-Smash

Note that IF you do any changes within RipBot, and press APPLY, this will be overwritten, but all you'll need to do is copy it back

Code:
[DefaultVideoDecoder]
MPEG-2=FFMS2
VC-1=FFMS2
AVC=FFMS2
HEVC=FFMS2
OTHER=FFMS2
Is there any specific reason you don't want to use L-Smash ???
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 25th November 2022, 20:41   #19737  |  Link
JThomasG
Registered User
 
Join Date: Sep 2022
Posts: 11
Crop command in ripbot profile ?

hi

is it possible to add a crop command line in ripbot, do i don't have to go in manually for each encode if i know they will all be the same.

lets say 10 left 10 right ?

if so how would the command line look like, and will i add it to the profile settings?

Thanks
JThomasG is offline   Reply With Quote
Old 26th November 2022, 00:36   #19738  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 965
Quote:
Originally Posted by JThomasG View Post
hi

is it possible to add a crop command line in ripbot, do i don't have to go in manually for each encode if i know they will all be the same.

lets say 10 left 10 right ?

if so how would the command line look like, and will i add it to the profile settings?

Thanks
So are you wanting to add this to the x264 and/or x265 profiles themselves ??

Not in the encoding script ??

If you want x264 or x265 to do it, go here, search & read :-

http://www.chaneru.com/Roku/HLS/X264_Settings.htm

https://x265.readthedocs.io/en/master/cli.html

eg: crop
Syntax:
Code:
crop:left,top,right,bottom
in the avisynth script it looks like this :-

Code:
#Crop
video=Crop(video,10,0,-10,-0)
red is "left", green is "right"

You could create a custom script and add the above call, then you could access & change it to suit your needs, and leave the x264/x265 profiles alone.
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 26th November 2022, 00:52   #19739  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 965
Hold the phone, we have a nice autoupdate

v1.26.3
Added: 7.1 AAC encoding via FFMPEG (new profile will show up after you manually delete Audio.txt file in Profile folder)
Added: Cover art can be also added in BATCH MODE
Added: Automatic color conversion rec.601->rec.709 when upscaling from SD to HD
Fixed: Main application RipBot264.exe was launching EncodingServer.exe without proper /avisynth-prefetch-threads switch

EDIT:- I have a couple of questions about this update.

Added: 7.1 AAC encoding via FFMPEG (new profile will show up after you manually delete Audio.txt file in Profile folder)

When I remove this, adding a new job it stalls at "Gathering Information", and any other queued Job won't open as it can't find the "audio.txt".

EDIT #2:- I started from scratch with RipBot264, deleted the "Audio.txt", it created a new "Audio.txt", but it was the same settings, do I need to create a job with 7.1 audio to start with ??

EDIT #3:- It's updated now

Code:
2.0 OPUS CODEC      64 kbps [abr]
2.0 OPUS CODEC      96 kbps [abr]
2.0 OPUS CODEC     128 kbps [abr]
5.1 OPUS CODEC     160 kbps [abr]
5.1 OPUS CODEC     240 kbps [abr]
5.1 OPUS CODEC     320 kbps [abr]
7.1 OPUS CODEC     224 kbps [abr]
7.1 OPUS CODEC     336 kbps [abr]
7.1 OPUS CODEC     448 kbps [abr]
2.0 FHG AAC-HE      64 kbps [abr]
2.0 FHG AAC-LC      96 kbps [abr]
2.0 FHG AAC-LC     128 kbps [abr]
5.1 FHG AAC-HE     192 kbps [abr]
5.1 FHG AAC-LC     256 kbps [abr]
5.1 FHG AAC-LC     320 kbps [abr]
7.1 FFMPEG AAC     384 kbps [abr]
7.1 FFMPEG AAC     448 kbps [abr]
7.1 FFMPEG AAC     640 kbps [abr]
2.0 FFMPEG AC3     192 kbps [cbr]
2.0 FFMPEG AC3     224 kbps [cbr]
2.0 FFMPEG AC3     256 kbps [cbr]
5.1 FFMPEG AC3     384 kbps [cbr]
5.1 FFMPEG AC3     448 kbps [cbr]
5.1 FFMPEG AC3     640 kbps [cbr]
Now all we need is 5.1 E-AC3 conversion with FFMPEG, up to 1536 kbps, and 7.1 AC3 !!!

Added: Automatic color conversion rec.601->rec.709 when upscaling from SD to HD

Where is this option ??
__________________
Long term RipBot264 user.

RipBot264 modded builds..

Last edited by TDS; 26th November 2022 at 02:35.
TDS is offline   Reply With Quote
Old 26th November 2022, 02:58   #19740  |  Link
Pauly Dunne
Grumpy Old Man.
 
Pauly Dunne's Avatar
 
Join Date: Jul 2019
Location: Out There....
Posts: 692
Latest RipBot264 v1.26.3 complete (virgin)

For those users that want a clean install of the latest build provided by Atak, without having to start from scratch with v1.26.0, and then update it.

https://www.mediafire.com/file/c1rko...n%2529.7z/file

All you need to do is keep your RipBot264.ini & EncodingClient.ini from your working/current version.
__________________
Not poorly done, just doin' it my way !!!
Live every day like it's your last, because one day, it will be !! (M$B)
Pauly Dunne is offline   Reply With Quote
Reply

Tags
264, 265, appletv, avchd, bluray, gui, iphone, ipod, ps3, psp, ripbot264, x264 2-pass, x264 gui, x264_64, x265, xbox360

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:32.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.