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. |
|
|||||||
![]() |
| Thread Tools | Display Modes |
|
|
#1 | Link |
|
RipBot264 author
Join Date: May 2006
Location: Dublin (but born in Poland)
Posts: 3,182
|
RipBot264 v1.15.0 - Simple and easy to use GUI -> IPOD . PSP . CONSOLES . BLURAY
This small app written in Delphi is specially for people looking for something simple without exotic filters and unnecessary settings.
Download .7z -> http://www.mediafire.com/file/yxgzmu...t264v1.15.0.7z ![]() Common problems: 1) AviSynth Error message or other decoding problem (avs2avi.exe crashes) Uninstall all codec packs and then reinstall AviSynth , Haali Media Spliter , ffdshow. XP users also must install Windows Media Player 11! 2) x264 crashes check cpu stability in LinX. check memory in memtest86 3) FLAC conversion is not available for DTS-MA More help in \tools\ax\ArcSoft DTS Decoder\Readme.txt Q: What does 4.1 profile do over 4.0 and would 4.1 be better for working with HD DVD/Blu Ray discs? A: According to wiki maximum bitrate in 4.0 high profile is limited to 25Mbps. 4.1 is limited to 62.5Mbps. That's all! Changelog Code:
v1.15.0 Added: 5.1 downmix checkbox for 6.1 and 7.1 sources Added: Subtitles and audio language will be automatically detected if possible Added: VobSub subtitles are now recognized and automatically demuxed from MKV Added: Custom resolution with locked aspect ratio is now remembered Added: Demuxed bluray subtitles will now have added resolution to file name. Subs won't be resized if video has the same size Added: AviSynth error is now displayed in gui instead of Media Player Changed: ConvertToRGB has been removed from preview script. (Decoding via HelixYV12 is ~1.7x faster) Changed: Increased step from 2 to 16 pixels in Custom resolution with locked aspect ratio. Changed: Tray icon. (Previous icon will be used in new project) Fixed: AAC audio was not recognized in .TS files Fixed: Weight p-prediction was sometimes checked even if commandline had this option disabled Fixed: mpg files are again decoded by DGindex. Hanging was solved by using NicAudio as mp2 decoder instead of BassAudio Fixed: Apple TV and ipod profile (weight-p is disabled) Updated: Aften 2009-12-26, BDSup2Sub 4.0.0, CT AAC encoder 1.3 (WinAmp 5.57), FFmpeg r20472, MediaInfo 0.7.26, MKVToolnix 3.0.0, x264 r1376, VSFilter 2.39 [FULL LOG] Last edited by Atak_Snajpera; 3rd February 2010 at 14:22. |
|
|
|
|
|
#2 | Link |
|
н∂-αиαтι’
Join Date: May 2006
Location: Bedfordshire, UK
Posts: 997
|
^ nice going mate!
![]() will check it out as i need to do a few vids for ps3. just noticed, u must have ffdshow? i don't really want to install ffdshow as i prefer separate codecs. any way around this? EDIT: just tried it on a lil sample, i wasn't asked to install ffdshow, just started the process. very easy prog to use! Last edited by ~bT~; 3rd July 2007 at 03:51. |
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Dec 2003
Posts: 55
|
Very nice GUI,easy to use.
Why not making the first pass faster,like this: Code:
x264.exe --pass 1 --bitrate 800 --stats ".stats" --bframes 3 --filter 0,0 --subme 1 --analyse none --vbv-maxrate 25000 --me dia --thread-input --progress --no-psnr --no-ssim --aq-strength 0 --aq-sensitivity 0 --output NUL "hh.avs" @echo+ x264.exe --pass 2 --bitrate 800 --stats ".stats" --ref 3 --mixed-refs --bframes 3 --subme 5 --b-pyramid --bime --weightb --filter 0,0 --analyse all --8x8dct --vbv-maxrate 25000 --thread-input --progress --no-psnr --no-ssim --aq-strength 0 --aq-sensitivity 0 --output "hh.mkv" "hh.avs" Last edited by Jerry_Sm@rt; 3rd July 2007 at 12:05. |
|
|
|
|
|
#4 | Link | |||
|
RipBot264 author
Join Date: May 2006
Location: Dublin (but born in Poland)
Posts: 3,182
|
Quote:
Jerry_Sm@rt: Quote:
Quote:
__________________
RipBot264 - Simple and easy to use GUI -> iPOD . iPhone . AppleTV . PSP . PS3 . XBOX360 . BluRay Mediainfo - Simple GUI with basic command line support Last edited by Atak_Snajpera; 3rd July 2007 at 12:25. |
|||
|
|
|
|
|
#6 | Link |
|
Registered User
Join Date: Dec 2003
Posts: 55
|
@Atak_Snajpera
Maybe some psnr loss,but I really can not tell the differences between a fast 1st pass encoded movie and a normal 1st pass encoded movie(same bitrate).If I got a faster cpu, I would not care about it. What's your psp version?3.5?I'm still running 2.71se |
|
|
|
|
|
#8 | Link | |
|
н∂-αиαтι’
Join Date: May 2006
Location: Bedfordshire, UK
Posts: 997
|
Quote:
EDIT: Those keys are still there. ![]()
Last edited by ~bT~; 3rd July 2007 at 17:29. |
|
|
|
|
|
|
#9 | Link |
|
Registered User
Join Date: Jan 2007
Location: Over the Hills & Far Away
Posts: 39
|
Ripbot264 fail to open any supported format & display an error message : '25.0000' is not a valid floating point value. Even if try to open NTSC file ('29.9700' is not.... in this case)
Avisynth v2.57, HaliMediaSpliter, FFdshow & .Net runtime v2.0 are installed properly (i'm using other GUIs with no problems) |
|
|
|
|
|
#11 | Link |
|
RipBot264 author
Join Date: May 2006
Location: Dublin (but born in Poland)
Posts: 3,182
|
Problem with decimal symbol has been fixed in new version (v.1.0.1)
__________________
RipBot264 - Simple and easy to use GUI -> iPOD . iPhone . AppleTV . PSP . PS3 . XBOX360 . BluRay Mediainfo - Simple GUI with basic command line support Last edited by Atak_Snajpera; 4th July 2007 at 01:01. |
|
|
|
|
|
#12 | Link |
|
Registered User
Join Date: Jan 2007
Location: Over the Hills & Far Away
Posts: 39
|
1- Not all of us are using the MT version of Avisynth, so why do you put SetMode(2) to the script when Deinterlace is activated ?! with official version, your script fail.
2- Tdeint don't give the optimal result with mthreshL=0. In most cases, Tdeint( order=0 or 1, full=false) can produce a good picture (this is my personal opinion). 2- The PC Profile is very slow (i don't try the 2 others), can you add a "balanced" profile. Keep the good work. |
|
|
|
|
|
#14 | Link | |||
|
RipBot264 author
Join Date: May 2006
Location: Dublin (but born in Poland)
Posts: 3,182
|
Quote:
Quote:
http://forum.doom9.org/showthread.php?t=127423 http://forum.doom9.org/showthread.ph...99#post1003599 Quote:
__________________
RipBot264 - Simple and easy to use GUI -> iPOD . iPhone . AppleTV . PSP . PS3 . XBOX360 . BluRay Mediainfo - Simple GUI with basic command line support Last edited by Atak_Snajpera; 4th July 2007 at 03:30. |
|||
|
|
|
|
|
#17 | Link |
|
Registered User
Join Date: Mar 2006
Posts: 66
|
This is one of the prettiest apps I've ever seen! Amazing interface look.
![]() And it just worked w/o problems first time I tried it. Firrst off I think it really needs user-customizable profiles. I think everyone here has some favourite switches and would like to tweak an option or two... However, I like your simple design and minimalistic look very much and would hate to see it bloated and cluttered in any way. It would be great if you could keep this simple elegant feel while adding new options. |
|
|
|
|
|
#18 | Link | ||
|
RipBot264 author
Join Date: May 2006
Location: Dublin (but born in Poland)
Posts: 3,182
|
Quote:
Quote:
|
||
|
|
|
![]() |
| Tags |
| appletv, avchd, bluray, gui, iphone, ipod, ps3, psp, ripbot264, x264 gui, xbox360 |
| Thread Tools | |
| Display Modes | |
|
|