View Full Version : RipBot264 v1.18.3 - Simple and easy to use GUI -> IPOD . PSP . CONSOLES . BLURAY
archaeo
8th April 2010, 03:42
I have version 3133 installed and is working very well.
With newer versions of ffdshow have had problems with other programs.
when I loaded ripbot (with ffdshow 3133 already in place), it gave me an error that said at least version 3300 had to be installed. So I uninstalled 3133, and installed 3342.
still getting error:
cannot create file X:\bluray\hurtlocker\hurt_locker_NA\BDMV\STREAM\:\temp\RipBot264temp\job1\bluray_structure_getinfo.cmd".\xxx" the filename, directory name, or volume label syntax is incorrect
mmmmdonut
8th April 2010, 10:45
Thanks! I was converting to .mp4 and did not have the Copy Stream option. I am see that option in AVCHD and am going to try to convert a movie using those settings. So far everything looks beautiful, just need to get the soundtrack right.
mp4 container can only hold AAC audio.
@archaeo why is there just a : before temp? If you modified the ini file make sure your paths are correct.
rocket71
8th April 2010, 12:20
Ok, when I utilized the AVCHD setting and Copy Stream option all the audio channels are in the correct place. What is wrong with my settings that when I do a .mp4 file the audio channels are all switched up? (ie..center channel in left rear). I want to utilize the .mp4 or .mkv containers instead of AVCHD but I want the audio correct. I appreciate everyones help so far. Thanks, B
mmmmdonut
8th April 2010, 13:34
Cant say I've had my channels out of order ( I use mp4 container all time) so not sure whats going on with your setup/encode. I assume your receiver is configured properly, ie you've done a pink noise test on each channel? Also is your test file a standard 6 channel video or you working with something that has like 3 or 4 channel audio?
Atak_Snajpera
8th April 2010, 14:47
@archaeo
do you have similar problem with avi, mkv , mp4 ?
@rocket71
What kind of source do you have? mp4, mkv, vob ,....
When you convert file to mp4 do you select 2.0 AAC audio or 5.1 AAC?
You must send me untouched source. Otherwise I won't be able to help.
archaeo
8th April 2010, 14:59
@archaeo
do you have similar problem with avi, mkv , mp4 ?
At work now, will check later today when I return...
archaeo
8th April 2010, 19:10
OK, I caught a few minutes at lunch...
So, with an mkv file:
When I click the add button and go to browse for an .mkv file, and select - I don't get anything - no error message, no file loaded. The program doesn't appear to be loading the files in either case. I just get an error when trying to load the m2ts.
I also tried another m2ts file (small, < 300Mb), and this time I got the same error message as before, but it did go into the 'select streams' window, but while there it was stuck on "please wait, analyzing..." for at least five minutes before I closed it. It never loaded that file either.
jacksback
8th April 2010, 19:27
Hi Everyone
2 things
#1 - There seems to be a bug with RipBot when converting multiple movies/episodes to CQ 18 and setting the output video size to 720p. The first file works perfectly but the 2nd one in line sends the bitrate through the roof, resulting in a flickering green coloured video.
#2 - I often made the mistake of forgetting to permanently burn the non-english speaking subtitles into the frames when converting some of my movies. Is there any way to quickly merge these external subtitle files with the video permanently without running through a full re-encode? Almost like a CQ 0 (Zero), so don't touch the frame, just merge the subtitle track where required.
Thanks
Atak_Snajpera
8th April 2010, 19:45
@archaeo
edit ripbot264.ini
StoreTempFilesin=AUTO
change to
StoreTempFilesin=C
#1 - There seems to be a bug with RipBot when converting multiple movies/episodes to CQ 18 and setting the output video size to 720p. The first file works perfectly but the 2nd one in line sends the bitrate through the roof, resulting in a flickering green coloured video.
it must be some decoding issue. Reinstall all required components. Use latest ffshow. Also if you have 1.15.1 use this http://forum.doom9.org/showthread.php?p=1387495#post1387495
#2 - I often made the mistake of forgetting to permanently burn the non-english speaking subtitles into the frames when converting some of my movies. Is there any way to quickly merge these external subtitle files with the video permanently without running through a full re-encode? Almost like a CQ 0 (Zero), so don't touch the frame, just merge the subtitle track where required.
You can mux them using mmg.exe (I assume that you are encoding to mkv)
rocket71
8th April 2010, 23:32
@archaeo
do you have similar problem with avi, mkv , mp4 ?
@rocket71
What kind of source do you have? mp4, mkv, vob ,....
When you convert file to mp4 do you select 2.0 AAC audio or 5.1 AAC?
You must send me untouched source. Otherwise I won't be able to help.
The source is .m2ts. When I convert it to .mp4 I am using 5.1 CT AAC-LC 256.
Here is an another attempt at splitting up a file for you to look at...I put the original in DGSplit and selected one of the 100mb segments to upload. I see it has a _13 after the file extension. I don't know how else to split it if this isn't correct. If this still isn't correct, can you point me in the direction on how to use dgsplit correctly to get you the file upload.
http://www.mediafire.com/file/zznykmf0tzj/The Day After Tomorrow.mp4_13
Also, I checked my surround setup as someone suggested and it is correct. It is only my ripbot bluray converts that are doing this. Thanks, B
Atak_Snajpera
9th April 2010, 00:03
Well I would need sample of .m2ts.
archaeo
9th April 2010, 00:17
@archaeo
edit ripbot264.ini
StoreTempFilesin=AUTO
change to
StoreTempFilesin=C
OK, that worked to at least get the file loaded :thanks: However, after it demuxed the streams, it gave me the following error:
DirectShowSource: couldn't open file C:\Temp\RipBot264temp\job1\video.mkv:
No such interface supported
(C:\Temp\RipBot264temp\job1\getinfo.avs, line 2)
avs script in temp folder is as follows:
video=DirectShowSource("C:\Temp\RipBot264temp\job1\video.mkv",audio=false).ConvertToYV12()
LoadPlugin("C:\DVD_TOOLS\m2ts to dvd\ripbot\tools\AviSynth plugins\NicAudio\NicAudio.dll")
audio=NicAC3Source("C:\Temp\RipBot264temp\job1\audio_Undetermined.ac3")
AudioDub(video,audio)
WriteFile("C:\Temp\RipBot264temp\job1\info.txt","Framecount")
WriteFile("C:\Temp\RipBot264temp\job1\info.txt","Framerate")
WriteFile("C:\Temp\RipBot264temp\job1\info.txt","AudioRate")
WriteFile("C:\Temp\RipBot264temp\job1\info.txt","AudioChannels")
WriteFile("C:\Temp\RipBot264temp\job1\info.txt","AudioLength")
WriteFile("C:\Temp\RipBot264temp\job1\info.txt","Width")
WriteFile("C:\Temp\RipBot264temp\job1\info.txt","Height ")
Trim(0,-1)
mmmmdonut
9th April 2010, 02:12
@archaeo if you using 15.1 try this: http://forum.doom9.org/showthread.php?p=1387495#post1387495
rocket71
9th April 2010, 02:33
Well I would need sample of .m2ts.
Here is a link to the sample of the source:
http://www.mediafire.com/?nji5nkmzymo
archaeo
9th April 2010, 03:18
@archaeo if you using 15.1 try this: http://forum.doom9.org/showthread.php?p=1387495#post1387495
OK yeah, that did work... :)
pacaveli211
9th April 2010, 06:26
Hi Everyone
2 things
#1 - There seems to be a bug with RipBot when converting multiple movies/episodes to CQ 18 and setting the output video size to 720p. The first file works perfectly but the 2nd one in line sends the bitrate through the roof, resulting in a flickering green coloured video.
probably what we discussed here:
http://forum.doom9.org/showthread.php?p=1376670#post1376670
#2 - I often made the mistake of forgetting to permanently burn the non-english speaking subtitles into the frames when converting some of my movies. Is there any way to quickly merge these external subtitle files with the video permanently without running through a full re-encode? Almost like a CQ 0 (Zero), so don't touch the frame, just merge the subtitle track where required.
a burn in? no. a selectable subtitle track, yes (use mkvmerge as Atak said)
jacksback
9th April 2010, 10:57
probably what we discussed here:
http://forum.doom9.org/showthread.php?p=1376670#post1376670
a burn in? no. a selectable subtitle track, yes (use mkvmerge as Atak said)
Thanks, was really hoping for a burn in option. I use mkvmerge but can never get the subtitle track to automatically start when playing the movie with my NMT.
Atak_Snajpera
9th April 2010, 14:36
@rocket71
http://www.mediafire.com/file/kgggmmtdjzi/00001-new.mp4
http://img62.imageshack.us/img62/5387/new1s.png
When I muted all channels in ffdshow except center I heard only voice. When I muted center channel voice was switched off. Frankly everything seems to be ok.
soneca
9th April 2010, 14:49
With the 3351 version of the ffdshow problem I had is gone.
Everything working.:)
Atak_Snajpera
9th April 2010, 14:54
what problem?
soneca
9th April 2010, 15:01
This one.
http://forum.doom9.org/showthread.php?p=1386883#post1386883
soneca
9th April 2010, 16:36
Hi Atak,
I can encode at constant quality mode with the value of the quantizer to 16 without problems, although not part of the range of RipBot?
pacaveli211
9th April 2010, 17:47
This one.
http://forum.doom9.org/showthread.php?p=1386883#post1386883
you can prob change the reg key (somewhere in earlier posts) and just 'trick' ripbot into thinkin you have a diff version
pacaveli211
9th April 2010, 17:48
Thanks, was really hoping for a burn in option. I use mkvmerge but can never get the subtitle track to automatically start when playing the movie with my NMT.
yeah, I've tried to do the same thing with AVCHD's using the forced track option. I don't know if it drops after I remux with tsmuxer, or if it just doesn't work =\
dbone1026
9th April 2010, 17:58
Thanks, was really hoping for a burn in option. I use mkvmerge but can never get the subtitle track to automatically start when playing the movie with my NMT.
Which NMT? The forced subs I put into my mkvs with MKVMerge show up automatically with my PCH
soneca
9th April 2010, 17:59
I know, Atak answered that post.
"HKEY_LOCAL_MACHINE \ SOFTWARE \ Wow6432Node \ GNU \ ffdshow
revision = 9999
or
HKEY_LOCAL_MACHINE \ SOFTWARE \ GNU \ ffdshow
revision = 9999 "
But with this new version of ffdshow, everything is ok.
Thanks!:)
Atak_Snajpera
9th April 2010, 18:03
I can encode at constant quality mode with the value of the quantizer to 16 without problems, although not part of the range of RipBot?
This is just an example:) The same with bitrate. You can enter whatever you want. For me everything below 18 smells like placebo.
soneca
9th April 2010, 18:15
I've done some tests and depending on the video, I thought there was a significant improvement in the details, especially in some scenes (more closely), those most difficult to encode.:)
Atak_Snajpera
9th April 2010, 18:29
Do you always watch movies frame by frame with your nose in front of display? If I was so obsessed with quality I wouldn't re-encode at all.
soneca
9th April 2010, 18:46
http://i131.photobucket.com/albums/p305/soneca1/Forum/cagandoderir2-1.gif
Not much:D, but I like to try and make comparisons!:cool:
banoviciminer
9th April 2010, 18:47
This is very nice and easy-to-use piece of software... the only thing I mind is that there's no Bosnian language in language list and subtitle language list... I mean, there are some Native American languages and also African tribes languages, but no Bosnian... I really hope that next version will be supplemented...
:thanks:
Atak_Snajpera
9th April 2010, 18:59
@banoviciminer
Sorry about that. I just downloaded that list from internet.
rocket71
9th April 2010, 19:21
@rocket71
http://www.mediafire.com/file/kgggmmtdjzi/00001-new.mp4
http://img62.imageshack.us/img62/5387/new1s.png
When I muted all channels in ffdshow except center I heard only voice. When I muted center channel voice was switched off. Frankly everything seems to be ok.
Clearly something is wrong though, I get strong output on the left rear channel with every encode except AVCHD. AVCHD sounds awesome but not MP4. I do not think my surround system is at fault because BluRay, DVD, and everythign else works fine.
I have fired up an older computer and did a fresh install of Ripbot and all the needed programs to see if I can get a good encode from it. If that works then I know it is my settings on my primary computer. It should be done tonight some time.
gohamstergo
9th April 2010, 19:23
@Atak: Feature Request:
In the 'Stream demuxing window' would it be possible for you to not have it automatically load the details for the first item in the list? If I want to select a different item, I have to sit through the first one loading, then select the second and wait for it to load.
Thanks. :)
Atak_Snajpera
9th April 2010, 19:42
@gohamstergo
no
archaeo
10th April 2010, 01:30
@archaeo if you using 15.1 try this: http://forum.doom9.org/showthread.php?p=1387495#post1387495
OK, I tried the link mentioned, and I have ffdshow (v3351) installed, but I'm still getting the following error, after the demuxing phase of the m2ts file:
DirectShowSource: couldn't open file C:\Temp\RipBot264temp\job1\video.mkv:
Cannot play back the video stream: no suitable decompressor could be found.
(C:\Temp\RipBot264temp\job1\getinfo.avs, line 2)
I am assuming that ffdshow has the decompressor that the error states I'm missing... what's up with this?
pacaveli211
10th April 2010, 02:28
bah, just demux/remux it manually
mkv
10th April 2010, 02:34
my ripbot error:
http://www.imagebam.com/image/8e82a675769128
any idea about that?
arapkadri
10th April 2010, 13:33
my ripbot error:
http://www.imagebam.com/image/8e82a675769128
any idea about that?
It's seamless RipBot264 v1.15.0 :rolleyes:
Tools Copy the folder v1.15.1 to v1.15.0
archaeo
10th April 2010, 14:19
bah, just demux/remux it manually
I believe the point is for the program to do it ;)
robf
10th April 2010, 23:32
I sent this also as a PM, but just in case you don't read them..
I have been using ripbot to convert HDDVD and BD to WTV files. I find it very useful, thank you for sharing.
I was wondering if it would be possible to add an option for WTV as the output file. It would be a simple matter of building the proper command line call to DVRMSToolbox and executing after the encoding stage. It would save an additional step to the conversion process.
What do you think?
thanks,
Rob
mmmmdonut
11th April 2010, 02:35
OK, I tried the link mentioned, and I have ffdshow (v3351) installed, but I'm still getting the following error, after the demuxing phase of the m2ts file:
DirectShowSource: couldn't open file C:\Temp\RipBot264temp\job1\video.mkv:
Cannot play back the video stream: no suitable decompressor could be found.
(C:\Temp\RipBot264temp\job1\getinfo.avs, line 2)
I am assuming that ffdshow has the decompressor that the error states I'm missing... what's up with this?
Have you tried uninstalling and then reinstalling all the required tools? Also I am not sure if ffdshow 3351 has issues or not would have to let some others chime in. I know I'm on 3342 and have experienced no issues.
archaeo
11th April 2010, 15:54
I've uninstalled and reinstalled ffdshow a number of times, and using different versions. I haven't reinstalled Haali at this point.
I was thinking (given the error message: no suitable decompressor) that it was just a setting I was not getting right in ffdshow, but I can't get it to work.
EDIT: uninstalled and reinstalled Haali and FFdshow - same result:
DirectShowSource: couldn't open file C:\Temp\RipBot264temp\job1\video.mkv:
Cannot play back the video stream: no suitable decompressor could be found.
(C:\Temp\RipBot264temp\job1\getinfo.avs, line 2)
rocket71
11th April 2010, 16:20
Atak_Snajpera, I need to give you my apologies. You were right. I could not figure out what was wrong but after I did an encode with a different computer and got the same results I started thinking about what else it could be. I google just about every aspect of my setup in regards to what would cause improper channels. From my Zotac Motherboard to my Onkyo receiver and could not find anyone having the same issue till I finally googled "XBMC wrong channels". Bingo! The 9.11 Camelot release of XBox Media Center was the culprit. I did an updated to one of their more recent builds and it works beautifully now. Thanks for all your help.
One more question... :) When I do a conversion of a file it gets to the end and says ...muxing at the bottom and never stops muxing. I have to abort the process. Even though I abort it though everything works great. The only real issue with this situation is I can not do more than one Job because of the need to abort once it gets to this muxing stage. Thoughts?
Atak_Snajpera
11th April 2010, 20:46
is mp4 file bigger than 4GB? Why not mkv?
@archaeo
Let me guess. You still use ancient windows xp without Windows Media Player 11 installed?
archaeo
11th April 2010, 22:21
is mp4 file bigger than 4GB? Why not mkv?
@archaeo
Let me guess. You still use ancient windows xp without Windows Media Player 11 installed?
correct! I guess that's why my moniker is 'archaeo'...:rolleyes:
I use MPC for playback, without issues - it plays anything I throw at it.
OK, I am assuming that I'll either need to upgrade to windows7 (I'll never go Vista, and that's why I still use XP) or, load wmp 11?
What's the decompressor that XP doesn't have? Can I install any other way?
Atak_Snajpera
11th April 2010, 22:46
in vista and 7 vc-1 decoder is installed by default. in xp you must manually install wmp11 (It contains vc-1 decoder) . frankly i would safe some money for 7 x64. xp is outdated. no .net,no udf,no decoders,no video preview,no dx11 and so on, and so on.(in default instalation)
I use MPC for playback, without issues - it plays anything I throw at it.
he he try interlaced vc-1 :)
mikabama
11th April 2010, 23:48
Hey Atak, will your next release of ripbot include support for the upcoming ipad? Just wondering. Thanks for the best in ripbot264. :thanks:
archaeo
12th April 2010, 00:33
frankly i would safe some money for 7 x64. xp is outdated. no .net,no udf,no decoders,no video preview,no dx11 and so on, and so on.(in default instalation)
yeah, I'm looking at it. I've heard some good things about W7. You have to do a clean install, so I have to backup everything beforehand.
pacaveli211
12th April 2010, 03:30
lrn2partition
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.