Log in

View Full Version : RipBot264 v1.18.3 - Simple and easy to use GUI -> IPOD . PSP . CONSOLES . BLURAY


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 [75] 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429

melmac77
7th January 2009, 11:53
Hi All
I am new to ripbot and so far have done a few HD DVD to MKV no problem awesome program however when I try to do a standard dvd it crops my output to 4:3 instead of keeping it exactly as the original was. This also occured when I tried did a mpg same thing cropped to 4:3. I suspect that this is due to the flag of what the imput file size is is not being passed into Ripbot by FFDShow I hope that makes sense I'm fairly new to encoding. I think that 5something that should be ticked in either FFDSHOW or Haail and is not, hopefully someone could tell me what that would be
Thanks in advance
Mel

Some help Please :(
I have used the installer to upgrade to the newest version of ripbot and FFDShow(2547) but I still cannot get a Std dvd to come out right HDVD and Bluray I do no problem. I ripped Flying High standard DVD to the harddrive with AnydvdHD play one of the VOBs yep full screen looks good, open ripbot load it in go to properties accept default no resize no crop preview and boom 4:3 again where am I going wrong !
Any help greatly appreciated i am quietly going mad here :(
Mel

~bT~
7th January 2009, 12:09
after ripbot creates the d2v file, open it in notepad and copy paste 1st few lines here.

example:

Stream_Type=1
MPEG_Type=2
iDCT_Algorithm=6
YUVRGB_Scale=1
Luminance_Filter=0,0
Clipping=0,0,0,0
Aspect_Ratio=16:9
Picture_Size=720x576
Field_Operation=0
Frame_Rate=25000 (25/1)
Location=0,0,3,6a1ce

edit: sd pal & sd ntsc resize is not correct for vobs. just checked it myself but sd pc is correct.

~bT~
7th January 2009, 14:24
SD PAL - 720/436=1.65 = INCORRECT
SD NTSC - 720/362=1.98 = INCORRECT
SD PC - 640/272=2.35 = CORRECT

Should be (excluding borders):

SD PAL - 720/304=2.36

easiest way is to simply resize (no cropping) to 720x400+PAL/NTSC borders.

example:

#Resize
video=Spline36Resize(video,720,400).AddBorders(0,40,0,40)

#Resize
video=Spline36Resize(video,720,400).AddBorders(0,88,0,88)

juGGaKNot
7th January 2009, 14:36
SD PAL - 720/436=1.65 = INCORRECT
SD NTSC - 720/362=1.98 = INCORRECT
SD PC - 640/272=2.35 = CORRECT

Should be (excluding borders):

SD PAL - 720/304=2.36

easiest way is to simply resize (no cropping) to 720x400+PAL/NTSC borders.

example:

#Resize
video=Spline36Resize(video,720,400).AddBorders(0,40,0,40)

#Resize
video=Spline36Resize(video,720,400).AddBorders(0,88,0,88)

spline64 is better for downsampling ( avisynth 2.5.8 )

^ it was an example and also it wasn't downsampled :)

not forgetting, i aint upgraded yet, waiting for the MT patch.

True :D

~bT~
7th January 2009, 15:10
^ it was an example and also it wasn't downsampled :)

not forgetting, i aint upgraded yet, waiting for the MT patch.

deets
7th January 2009, 16:36
id be happy to test any 64 bit additions :)

Atak_Snajpera
7th January 2009, 21:58
SD PAL - 720/436=1.65 = INCORRECT
SD NTSC - 720/362=1.98 = INCORRECT
SD PC - 640/272=2.35 = CORRECT
Have you ever heard about anamorphic resolution and --sar switch in x264?!?!

SD PAL -> --sar 1422:1000 = 1.422*720 = 1024 / 436 = 2.35 !!!
SD NTSC -> --sar 1185:1000 = 1.185*720 = 853 / 362 = 2.36 !!! (tiny error)

Any help greatly appreciated i am quietly going mad here
START ENCODING AND YOU WILL SEE THAT FINAL FILE WILL HAVE CORRECT ASPECT RATIO!!! Don't worry about preview in this case!

screaming
7th January 2009, 23:27
Now even selecting a TrueHD track isn't working. If anyone can help, I would really appreciate it.

eac3to v2.87
command line: "C:\Program Files\RipBot264\Tools\eac3to\eac3to.exe" "G:\" 1) 3: "C:\Temp\RipBot264temp\job1\video.mkv" -seekToIFrames 4: "C:\Temp\RipBot264temp\job1\audio.1.eac3.flac" 10: "C:\Temp\RipBot264temp\job1\subtitle.1.sup" 2: "C:\Temp\RipBot264temp\job1\chapters.txt" -progressnumbers
------------------------------------------------------------------------------
EVO, 1 video track, 6 audio tracks, 10 subtitle tracks, 1:57:36
"Blade Runner Final Feature"
1: Joined EVO file
2: Chapters, 37 chapters with names
3: VC-1, 1080p24 /1.001 (16:9) with pulldown flags
4: E-AC3, English, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB, -5ms
5: TrueHD, English, 5.1 channels, 48khz, dialnorm: -27dB, -1ms
6: E-AC3, French, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB, -5ms
7: E-AC3, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, -21ms
"Commentary #1"
8: E-AC3, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, -21ms
"Commentary #2"
9: E-AC3, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, -21ms
"Commentary #3"
10: Subtitle, English, "SDH"
11: Subtitle, French
12: Subtitle, Spanish
13: Subtitle, Japanese
14: Subtitle, Chinese, "Chinese"
15: Subtitle, Korean
16: Subtitle, Portuguese
17: Subtitle, Japanese, "Commentary #1"
18: Subtitle, Japanese, "Commentary #3"
19: Subtitle, Japanese, "Commentary #2"
Disabling DRC for Nero (E-)AC3 decoding...
Creating file "C:\Temp\RipBot264temp\job1\chapters.txt"...
[v03] Extracting video track number 3...
[v03] Removing VC-1 pulldown...
[v03] Muxing video to Matroska...
[a04] Extracting audio track number 4...
[a04] Removing E-AC3 dialog normalization...
[a04] Decoding with DirectShow (Nero Audio Decoder 2)...
[s10] Extracting subtitle track number 10...
[s10] Creating file "C:\Temp\RipBot264temp\job1\subtitle.1.sup"...
[a04] The FLAC encoder didn't receive the format information.
Aborted at file position 20381827072.


I seem to be having a problem only with audio that's in E-AC3. Below is the log for eac3to:

eac3to v2.87
command line: "C:\Program Files\RipBot264\Tools\eac3to\eac3to.exe" "G:\" 1) 3: "C:\Temp\RipBot264temp\job1\video.mkv" -seekToIFrames 4: "C:\Temp\RipBot264temp\job1\audio.1.eac3.flac" 2: "C:\Temp\RipBot264temp\job1\chapters.txt" -progressnumbers
------------------------------------------------------------------------------
EVO, 1 video track, 5 audio tracks, 4 subtitle tracks, 2:25:27
"Feature Presentation"
1: Joined EVO file
2: Chapters, 48 chapters with names
3: VC-1, 1080p24 /1.001 (16:9) with pulldown flags
4: E-AC3, English, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB
5: E-AC3 Surround, French, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB
6: E-AC3 Surround, Spanish, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB
7: E-AC3 Surround, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB
"Cast and crew commentary"
8: E-AC3 Surround, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB
"Cop and crook commentary"
9: Subtitle, English
10: Subtitle, English, "SDH"
11: Subtitle, French
12: Subtitle, Spanish
Disabling DRC for Nero (E-)AC3 decoding...
Creating file "C:\Temp\RipBot264temp\job1\chapters.txt"...
[v03] Extracting video track number 3...
[v03] Removing VC-1 pulldown...
[v03] Muxing video to Matroska...
[a04] Extracting audio track number 4...
[a04] Removing E-AC3 dialog normalization...
[a04] Decoding with DirectShow (Nero Audio Decoder 2)...
[a04] The FLAC encoder didn't receive the format information.
Aborted at file position 19882702848.


Any ideas? Perhaps I need to re-install something?

gyrene2083
7th January 2009, 23:41
Atak, I'm sure you heard this already but this is a fantastic program. Kudos to you. For me, this is a long long way from making VCD's, lol... I was able to re-encode The Dark Knight. I got it down to about 9 gigs, and I was truly impressed, that it kept the letterbox scenes and switched to full screen without a hitch. I couldn't tell if I was watching the blu-ray disk itself! I tried using HB and it took about 17 hours, and it didn't keep format of the movie, could be that since I'm still learning that I didn't know what I was doing but it did a decent job, and i was left with a 12 gig file. This only took me about 15 hours.

Here are my specs CoreDuo E8400 3.0ghz, 4gb Ram, running on Vista Ultimate x64. Anyway just wanted to say thank you, and great job!!!

Atak_Snajpera
8th January 2009, 00:18
Now even selecting a TrueHD track isn't working. If anyone can help, I would really appreciate it.
Temporary remove Nero Audio Decoder 2

asarian
8th January 2009, 01:23
Now even selecting a TrueHD track isn't working. If anyone can help, I would really appreciate it.

Try adding "-libav" to the eac3to command line, to bypass Nero.

~bT~
8th January 2009, 01:31
Have you ever heard about anamorphic resolution and --sar switch in x264?!?!

SD PAL -> --sar 1422:1000 = 1.422*720 = 1024 / 436 = 2.35 !!!
SD NTSC -> --sar 1185:1000 = 1.185*720 = 853 / 362 = 2.36 !!! (tiny error)


START ENCODING AND YOU WILL SEE THAT FINAL FILE WILL HAVE CORRECT ASPECT RATIO!!! Don't worry about preview in this case!i have heard of anamorphic encoding ;)

it doesn't work dude.. tried it 3 times. once without any crop or resize, once with resize and finally once with crop and resize.
tried mp4 and mkv. cheers!

"C:\Program Files\RipBot264\tools\x264\x264.exe" "C:\Temp\RipBot264temp\job1\job1.avs" --crf 22 --sar 1185:1000 --level 3.0 --vbv-bufsize 5000 --vbv-maxrate 12000 --no-cabac --filter 0,0 --ref 1 --bframes 3 --b-adapt 1 --weightb --direct auto --subme 7 --partitions p8x8,b8x8,i4x4,p4x4, --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "C:\Temp\RipBot264temp\video.264"

Atak_Snajpera
8th January 2009, 01:41
it doesn't work dude.. tried it 3 times. once without any crop or resize, once with resize and finally once with crop and resize.
tried mp4 and mkv. cheers!

So How will you explain this (.VOB 720x480 letterbox with aspect ratio 2.35:1)
http://img386.imageshack.us/img386/3735/new1wc8.th.png (http://img386.imageshack.us/my.php?image=new1wc8.png)

Let me guess ! Stupid AppleTV does not care about sar values :)

~bT~
8th January 2009, 01:46
let me try again...

edit: yes, its the Apple-TV profile.. lol!
tried bluray and it was perfect!

screaming
8th January 2009, 06:23
Temporary remove Nero Audio Decoder 2

I found the .ax file for Nero Audio Decoder and renamed it. I tried again, and it looks like it reverted to libav, but then failed. I am screwed!

eac3to v2.87
command line: "C:\Program Files\RipBot264\Tools\eac3to\eac3to.exe" "G:\" 1) 3: "C:\Temp\RipBot264temp\job1\video.mkv" -seekToIFrames 4: "C:\Temp\RipBot264temp\job1\audio.1.eac3.flac" 2: "C:\Temp\RipBot264temp\job1\chapters.txt" -progressnumbers
------------------------------------------------------------------------------
EVO, 1 video track, 6 audio tracks, 10 subtitle tracks, 1:57:36
"Blade Runner Final Feature"
1: Joined EVO file
2: Chapters, 37 chapters with names
3: VC-1, 1080p24 /1.001 (16:9) with pulldown flags
4: E-AC3, English, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB, -5ms
5: TrueHD, English, 5.1 channels, 48khz, dialnorm: -27dB, -1ms
6: E-AC3, French, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB, -5ms
7: E-AC3, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, -21ms
"Commentary #1"
8: E-AC3, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, -21ms
"Commentary #2"
9: E-AC3, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, -21ms
"Commentary #3"
10: Subtitle, English, "SDH"
11: Subtitle, French
12: Subtitle, Spanish
13: Subtitle, Japanese
14: Subtitle, Chinese, "Chinese"
15: Subtitle, Korean
16: Subtitle, Portuguese
17: Subtitle, Japanese, "Commentary #1"
18: Subtitle, Japanese, "Commentary #3"
19: Subtitle, Japanese, "Commentary #2"
[a04] The Nero decoder doesn't seem to work, will use libav instead.
Creating file "C:\Temp\RipBot264temp\job1\chapters.txt"...
[v03] Extracting video track number 3...
[v03] Removing VC-1 pulldown...
[v03] Muxing video to Matroska...
[a04] Extracting audio track number 4...
[a04] Removing E-AC3 dialog normalization...
[a04] Decoding with libav/ffmpeg...
[a04] Remapping channels...
[a04] Applying RAW/PCM delay...
[a04] Reducing depth from 64 to 24 bits...
[a04] Encoding FLAC with libFlac...
[a04] Creating file "C:\Temp\RipBot264temp\job1\audio.1.eac3.flac"...
[a04] Clipping detected, a 2nd pass will be necessary.
[a04] Starting 2nd pass...
[a04] Extracting audio track number 4...
[a04] Removing E-AC3 dialog normalization...
[a04] Decoding with libav/ffmpeg...
[a04] Remapping channels...
[a04] Applying RAW/PCM delay...
[a04] Reducing depth from 64 to 24 bits...
[a04] Encoding FLAC with libFlac...
[a04] Creating file "C:\Temp\RipBot264temp\job1\audio.1.eac3.flac"...
[a04] The FLAC encoder's verifyer detected a data mismatch.
Aborted at file position 15138252800.

Espio
8th January 2009, 10:42
"BePipe.exe - Application Error
The application failed to initialize properly (0xc0000135)."

Any reason this might be happening? Windows XP SP3, using the newest version (1.12.0), the audio seems to be Vorbis.

juGGaKNot
8th January 2009, 12:03
Just got a 1920x1080 benq e2200HD 22' LCD monitor

I must say that the videos encoded with ripbot look much better than the ones done with old methods ( bat r600 and megui r 800 ) that are in the cs encoding world.

Cheers for your work on ripbot.

melmac77
8th January 2009, 14:36
after ripbot creates the d2v file, open it in notepad and copy pa7ste 1st few lines here.
.

[QUOTE=Atak_Snajpera;1233798
START ENCODING AND YOU WILL SEE THAT FINAL FILE WILL HAVE CORRECT ASPECT RATIO!!! Don't worry about preview in this case![/QUOTE]

Hi all thanks for the reply I ignored preview and encoded file I select do not crop do not resize result was squished to 4:3. d2v file below
DGIndexProjectFile16
5
D:\Workingfolder\flying1\FLYING_HIGH\VIDEO_TS\VTS_02_1.VOB
D:\Workingfolder\flying1\FLYING_HIGH\VIDEO_TS\VTS_02_2.VOB
D:\Workingfolder\flying1\FLYING_HIGH\VIDEO_TS\VTS_02_3.VOB
D:\Workingfolder\flying1\FLYING_HIGH\VIDEO_TS\VTS_02_4.VOB
D:\Workingfolder\flying1\FLYING_HIGH\VIDEO_TS\VTS_02_5.VOB

Stream_Type=1
MPEG_Type=2
iDCT_Algorithm=6
YUVRGB_Scale=1
Luminance_Filter=0,0
Clipping=0,0,0,0
Aspect_Ratio=16:9
Picture_Size=720x576
Field_Operation=0
Frame_Rate=25000 (25/1)
Location=0,0,4,1bb11

Not quite sure where I'm going wrong hard to beleive HDVD and blurays worked so easy but standard DVD is causing me so much trouble obviously something in my system is not set right hopefully you might be able to tell me where
Thanks in advance
Mel

Ween
8th January 2009, 19:31
I have a computer that encodes and merges the files just fine... but the gui says "merging..." in the bottom left corner and doesnt move on to process the next file. The merge is complete however and the file is finished. I also have x264 crashes on a separate computer (but not the merging... problem). Anyone have a clue?

~bT~
9th January 2009, 02:09
^ do u have the log folder in place? i had the same problem a while back where the log folder disappeared and it would hang on muxing.

Ween
9th January 2009, 03:05
^ do u have the log folder in place? i had the same problem a while back where the log folder disappeared and it would hang on muxing.

Where is the default log folder? I am assuming its not where I unzip'd the files.

~bT~
9th January 2009, 03:40
http://thumbnails4.imagebam.com/2311/f6142e23102260.gif (http://www.imagebam.com/image/f6142e23102260)

alc0re
9th January 2009, 04:13
Atak...when you specify bluray as output...it muxes with tsMuxer if I'm not mistaken (I see the app in the ripbot folders and the log mentions using tsMuxer.) Do you set any special options for txMuxer that are not default? Like for example on video streams the following options are on by default : Add picture timing info and continually insert SPS/PPS and use async I/O. Do you keep those on or do you turn them off?

Or maybe you can help answer my real question that I've asked in a few other forums with no answer.

Here is it : I hope you don't take offense but I don't really use RipBot264 currently, although its a great solution and I may start using it. Right now I transcode blurays to AVCHDs targeted to fit on a dual layer dvd using eac3to, megui, suprip, and tsmuxer. Basically I'm just doing what RipBot264 does, but manually. I have an issue though. My transcoded blurays...the video stutters when I'm playing them on my Panasonic bluray player with the way I've been transcoding them. I rip streams using eac3to, transcode the video with MeGUI using Ryu77's avchd profile. I resize the video down to 1280x720 with a bitrate to fit on a dual layer dvd. i then mux the streams back to a bluray structure using tsMuxer. But the video stutters. Its not a FPS issue...im transcoding @ 23.976 FPS. Its something else. For the hell of it this morning I tried something different. I transcoded the matrix 3 using ripbot. I used your bluray profile. I set it for bluray output and set the target size to a single layer dvd. I burnt that and tested it and there's no stuttering. So I'm trying to figure out what RipBot264 is doing that the video is smooth that I'm not doing correctly with MeGUI doing the transcoding. Any ideas? My only guesses are 1) the x264 encoding/profile settings 2) the level (your bluray profile is high@L4.0 and the one I'm using with MeGUI is high@L4.1) 3) The muxing process with tsMuxer 4) The bitrate. To fit it on a single layer dvd the bitrate is like 3800 which is pretty far below my normal transcoding bitrate or 5) the medium. I burned RipBot's output to a single layer verbatim disc and my normal ones are burnt to a dual layer memorex dvd (before I researched and found that verbatim make better blank dvds.)

Any input would be much appreciated.


EDIT/UPDATE : Nevermind...I figured it out. It was the level. I took one of the movies that was stuttering and demuxed the tracks out. I then re-muxed it with tsRemux and checked the option to change the level from 4.1 to 4.0. It now plays just like its supposed to on my panasonic bd35.

Ween
9th January 2009, 04:46
http://thumbnails4.imagebam.com/2311/f6142e23102260.gif (http://www.imagebam.com/image/f6142e23102260)

Yea, I figured that out after I went hunting.. and yes, it works perfectly. Thank you very much for your response.

prettyboy85712
9th January 2009, 05:19
Encountering problems trying to encode Terminator: Sarah Connor Chronicles BD. I've ripped the disk to my hard drive using AnyDVDHD. I encoded the 3 episodes and they wound up with black bars on the left and right side of the image. http://www.mediafire.com/?sharekey=0d8915707b1ee678d2db6fb9a8902bda

If I encode a single episode straight to Blu-ray disk the bars are gone, but if I encode more than one episode the bars appear.

C:\>"C:\RipBot264\tools\x264\x264.exe" "C:\temp\RipBot264temp\job1\job1.avs" --pass 1 --bitrate 3793 --stats "C:\temp\RipBot264temp\job1\job1.stats" --sar 1185:1000 --level 4.1 --vbv-bufsize 30000 --vbv-maxrate 30000 --filter 0,0 --ref 3 --mixed-refs --bframes 3 --b-adapt 1 --weightb --direct auto --subme 7 --trellis 1 --partitions all --8x8dct --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --partitions none --subme 3 --me dia --output "C:\temp\RipBot264temp\video.264"

avis [info]: 720x480 @ 23.98 fps (61039 frames)

x264 [info]: using SAR=237/200

x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 PHADD SSE4.2

x264 [info]: profile High, level 4.1

x264 [info]: slice I:834 Avg QP:12.16 size: 51373

x264 [info]: slice P:26566 Avg QP:13.45 size: 27484

x264 [info]: slice B:33639 Avg QP:14.84 size: 12666

x264 [info]: consecutive B-frames: 14.2% 29.9% 12.2% 43.7%

x264 [info]: mb I I16..4: 24.0% 25.6% 50.4%

x264 [info]: mb P I16..4: 29.7% 0.0% 0.0% P16..4: 63.0% 0.0% 0.0% 0.0% 0.0% skip: 7.3%

x264 [info]: mb B I16..4: 8.8% 0.0% 0.0% B16..8: 39.9% 0.0% 0.0% direct:32.0% skip:19.3% L0:36.3% L1:25.6% BI:38.1%

x264 [info]: final ratefactor: 14.71

x264 [info]: 8x8 transform intra:1.8% inter:32.8%

x264 [info]: direct mvs spatial:99.5% temporal:0.5%

x264 [info]: ref P L0 69.7% 17.9% 12.5%

x264 [info]: ref B L0 75.8% 24.2%

x264 [info]: kb/s:3768.0



encoded 61039 frames, 24.29 fps, 3768.07 kb/s

This is driving crazy and I can't figure it out.

Espio
9th January 2009, 08:55
"BePipe.exe - Application Error
The application failed to initialize properly (0xc0000135)."

Any reason this might be happening? Windows XP SP3, using the newest version (1.12.0), the audio seems to be Vorbis.

Apparently just running BePipe on its own causes it to crash, as well.

iwens
9th January 2009, 09:56
After finding out what to do to get files who play on my tvix 4100 i started to recode my blue-ray colection.

But i have now had 3 times that it seems like the second or first pass failes. When i am at my comp watching i notice this becouse the fps shoot's to 88 fps.

last night i loaded the 11 collection's in ripbot which takes some time becouse u need to analyze every file 1 by 1. When i came back this morning it finished 6 files which is weird becouse every recode last 9 hours. So i checked the file and it was very small in mediainfo it showed the following info.

General
ID : 1
Complete name : D:\backup\04-11 Caves.bluray\BDMV\STREAM\00001.m2ts
Format : BDAV
Format/Info : BluRay Video
File size : 262 MiB
Duration : 48mn 45s
Overall bit rate : 752 Kbps
Maximum Overall bit rate : 35.5 Mbps

Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Bit rate : 73.4 Kbps

Audio
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Duration : 48mn 45s
Bit rate mode : Constant
Bit rate : 640 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Surround: L R, LFE
Sampling rate : 48.0 KHz


So clearly wrong as the video is empty. I tried to create an blue-ray file actually i only need the m2ts file to remux to ts but no ts output option in ripbot264.

Also there was no log in ripbot264 log directory of the failing recode's. Not shure what info u need further but can provide u with anything u need if not already here.

The system is clean btw becouse i multiboot i only have ripbot installed with the installer provided in the forum.

I have compressed the files in my temp folder of the failing job. Which u can download at: job4.rar (http://www.xs4all.nl/~iwens/files/job4.rar)

If u need any further info let me know.

Atak_Snajpera
9th January 2009, 13:07
Apparently just running BePipe on its own causes it to crash, as well.
This will solve your problem
http://www.microsoft.com/downloads/details.aspx?FamilyID=E3821449-3C6B-42F1-9FD9-0041345B3385&displaylang=en

Encountering problems trying to encode Terminator: Sarah Connor Chronicles BD. I've ripped the disk to my hard drive using AnyDVDHD. I encoded the 3 episodes and they wound up with black bars on the left and right side of the image
I need sample of source. Everything should be ok. --sar 1185:1000 is present so output resolution should be 16:9 (853:480). However I have the same problem with your sample.



but if I encode more than one episode the bars appear.
What do ou mean exactly?

prettyboy85712
9th January 2009, 15:00
I need sample of source. Everything should be ok. --sar 1185:1000 is present so output resolution should be 16:9 (853:480). However I have the same problem with your sample.

What do ou mean exactly?

Here is a sample of the source. LINK (http://www.mediafire.com/?mg32mjg3yyn)

Let me clarify. If I point RipBot264 to the full rip of the disk it recognizes the 3 episodes as the main feature. At this point everything appears to be normal. I setup my parameters(the script provided) and output to Blu-ray disk. The result is black bars on the entire encode. I then tried encoding only a single episode and output to Blu-ray disk and the encode turned out perfect. So, I can encode one episode per disk with correct results, but not all 3 together.

laserfan
9th January 2009, 17:06
Atak...when you specify bluray as output...it muxes with tsMuxer if I'm not mistaken (I see the app in the ripbot folders and the log mentions using tsMuxer.) Do you set any special options for txMuxer that are not default?...I don't really use RipBot264 currently, although its a great solution and I may start using it...
Virtually everything RipBot264 does is readily exposed in the Temp files it creates, including your question about tsMuxeR. Just check "keep those files" and examine them and all will be revealed.

mochevolete
9th January 2009, 20:19
:) ...
Hi Atak, could you please have a look at my log file, I get this warning about the size and bitrate 95% of the encodings ... :(

:\>"C:\DL\RipBot264v1.12.0\tools\x264\x264.exe" "C:\temp\RipBot264temp\job1\job1.avs" --pass 1 --bitrate 16249 --stats "C:\temp\RipBot264temp\job1\job1.stats" --sar 1:1 --level 4.0 --vbv-bufsize 25000 --vbv-maxrate 25000 --filter 0,0 --ref 3 --mixed-refs --bframes 3 --b-adapt 1 --weightb --direct auto --subme 7 --trellis 1 --partitions all --8x8dct --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --partitions none --subme 3 --me dia --output "C:\temp\RipBot264temp\video.264"

avis [info]: 1920x1080 @ 23.98 fps (218978 frames)

x264 [info]: using SAR=1/1

x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64

x264 [info]: profile High, level 4.0

x264 [info]: slice I:877 Avg QP:13.97 size: 12775

x264 [info]: slice P:55181 Avg QP:13.96 size: 63

x264 [info]: slice B:162920 Avg QP:12.00 size: 51

x264 [info]: consecutive B-frames: 0.4% 0.0% 0.0% 99.6%

x264 [info]: mb I I16..4: 98.8% 0.0% 1.2%

x264 [info]: mb P I16..4: 0.0% 0.0% 0.0% P16..4: 0.0% 0.0% 0.0% 0.0% 0.0% skip:100.0%

x264 [info]: mb B I16..4: 0.0% 0.0% 0.0% B16..8: 0.0% 0.0% 0.0% direct: 0.0% skip:100.0% L0:67.1% L1:32.9% BI: 0.0%

x264 [info]: final ratefactor: -39.15

x264 [info]: 8x8 transform intra:0.0% inter:41.5%

x264 [info]: direct mvs spatial:0.0% temporal:100.0%

x264 [info]: ref B L0 99.0% 1.0%

x264 [info]: kb/s:20.1



encoded 218978 frames, 27.68 fps, 23.65 kb/s


C:\>"C:\DL\RipBot264v1.12.0\tools\x264\x264.exe" "C:\temp\RipBot264temp\job1\job1.avs" --pass 2 --bitrate 16249 --stats "C:\temp\RipBot264temp\job1\job1.stats" --sar 1:1 --level 4.0 --vbv-bufsize 25000 --vbv-maxrate 25000 --filter 0,0 --ref 3 --mixed-refs --bframes 3 --b-adapt 1 --weightb --direct auto --subme 7 --trellis 1 --partitions all --8x8dct --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "C:\temp\RipBot264temp\video.264"

avis [info]: 1920x1080 @ 23.98 fps (218978 frames)

x264 [info]: using SAR=1/1

x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64

x264 [warning]: target: 16249.00 kbit/s, expected: 20.17 kbit/s, avg QP: 10.0000

x264 [warning]: try reducing target bitrate or reducing qp_min (currently 10)

x264 [info]: profile High, level 4.0

Atak_Snajpera
9th January 2009, 20:35
Did you get picture in preview?

mochevolete
9th January 2009, 21:00
the above log was a BR downsizing and the only way I could make it work has been to demux the video with eac3to before the encoding, and after a whooping 40hrs of encoding (I have a E6400, 2GB, on Vista 32) I got my video re-encoded.

Right now I'm trying to reencode a 5GB m2ts files with BR extras to 1GB mkv, Ripbot reports 23,976fps, but the VC-1 video is actually 29,97fps (reported by yor Mediainfo), BTW after 2 tries the result is a tiny 50MB little file :(, and the preview, using a slight modified profile, is working good

Nik

melmac77
10th January 2009, 01:36
Hi all thanks for the reply I ignored preview and encoded file I select do not crop do not resize result was squished to 4:3. d2v file below

DGIndexProjectFile16
5
D:\Workingfolder\flying1\FLYING_HIGH\VIDEO_TS\VTS_02_1.VOB
D:\Workingfolder\flying1\FLYING_HIGH\VIDEO_TS\VTS_02_2.VOB
D:\Workingfolder\flying1\FLYING_HIGH\VIDEO_TS\VTS_02_3.VOB
D:\Workingfolder\flying1\FLYING_HIGH\VIDEO_TS\VTS_02_4.VOB
D:\Workingfolder\flying1\FLYING_HIGH\VIDEO_TS\VTS_02_5.VOB

Stream_Type=1
MPEG_Type=2
iDCT_Algorithm=6
YUV7RGB_Scale=1
Luminance_Filter=0,0
Clipping=0,0,0,0
Aspect_Ratio=16:9
Picture_Size=720x576
Field_Operation=0
Frame_Rate=25000 (25/1)
Location=0,0,4,1bb11

Not quite sure where I'm going wrong hard to beleive HDVD and blurays worked so easy but standard DVD is causing me so much trouble obviously something in my system is not set right hopefully you might be able to tell me where
Thanks in advance
Mel

Hi all does ny one have any thoughts on where i'm going wrong re above I have tried other standard dvds but am having the same problems with those
mel

Atak_Snajpera
10th January 2009, 02:02
create 50mb sample from first .vob. you can use DGsplit.
send sample to www.mediafire.com

vman9999
10th January 2009, 06:19
Hi,

I'm getting this error "mp4box has stopped working" in the final stages of an AppleTV conversion within RipBot.

It seems to be happening with select videos but it consistantly happens with those videos.

Can anyone help?

Thanks.

mochevolete
10th January 2009, 08:10
unfortunately I had the same undersized result with the last encode:
C:\>"C:\DL\RipBot264v1.12.0\tools\x264\x264.exe" "C:\temp\RipBot264temp\job1\job1.avs" --pass 1 --bitrate 4096 --stats "C:\temp\RipBot264temp\job1\job1.stats" --sar 1:1 --level 4.1 --vbv-bufsize 50000 --vbv-maxrate 50000 --filter 0,0 --ref 4 --mixed-refs --bframes 4 --b-adapt 1 --weightb --direct auto --subme 7 --trellis 1 --partitions all --8x8dct --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --partitions none --subme 3 --me dia --output "C:\temp\RipBot264temp\video.264"

avis [info]: 1920x1080 @ 23.98 fps (44027 frames)

x264 [info]: using SAR=1/1

x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64

x264 [info]: profile High, level 4.1

x264 [info]: slice I:178 Avg QP:13.96 size: 12663

x264 [info]: slice P:8807 Avg QP:13.96 size: 66

x264 [info]: slice B:35042 Avg QP:12.00 size: 51

x264 [info]: consecutive B-frames: 0.0% 0.0% 0.0% 1.6% 98.4%

x264 [info]: mb I I16..4: 98.8% 0.0% 1.2%

x264 [info]: mb P I16..4: 0.0% 0.0% 0.0% P16..4: 0.0% 0.0% 0.0% 0.0% 0.0% skip:100.0%

x264 [info]: mb B I16..4: 0.0% 0.0% 0.0% B16..8: 0.0% 0.0% 0.0% direct: 0.0% skip:100.0% L0: 0.0% L1:100.0% BI: 0.0%

x264 [info]: final ratefactor: -27.14

x264 [info]: 8x8 transform intra:0.0% inter:14.3%

x264 [info]: direct mvs spatial:0.0% temporal:100.0%

x264 [info]: ref P L0 100.0% 0.0% 0.0%

x264 [info]: kb/s:20.1



encoded 44027 frames, 25.67 fps, 23.64 kb/s


C:\>"C:\DL\RipBot264v1.12.0\tools\x264\x264.exe" "C:\temp\RipBot264temp\job1\job1.avs" --pass 2 --bitrate 4096 --stats "C:\temp\RipBot264temp\job1\job1.stats" --sar 1:1 --level 4.1 --vbv-bufsize 50000 --vbv-maxrate 50000 --filter 0,0 --ref 4 --mixed-refs --bframes 4 --b-adapt 1 --weightb --direct auto --subme 7 --trellis 1 --partitions all --8x8dct --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "C:\temp\RipBot264temp\video.264"

avis [info]: 1920x1080 @ 23.98 fps (44027 frames)

x264 [info]: using SAR=1/1

x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64

x264 [warning]: target: 4096.00 kbit/s, expected: 20.22 kbit/s, avg QP: 10.0000

x264 [warning]: try reducing target bitrate or reducing qp_min (currently 10)

x264 [info]: profile High, level 4.1

x264 [info]: slice I:178 Avg QP:41.66 size: 10420

x264 [info]: slice P:8807 Avg QP:43.56 size: 3096

x264 [info]: slice B:35042 Avg QP:46.59 size: 953

x264 [info]: consecutive B-frames: 0.0% 0.0% 0.0% 1.6% 98.4%

x264 [info]: mb I I16..4: 34.8% 64.9% 0.3%

x264 [info]: mb P I16..4: 4.2% 3.2% 0.0% P16..4: 14.5% 0.2% 0.1% 0.0% 0.0% skip:77.7%

x264 [info]: mb B I16..4: 0.1% 0.1% 0.0% B16..8: 12.2% 0.0% 0.0% direct: 0.0% skip:87.6% L0:37.2% L1:62.6% BI: 0.1%

x264 [info]: 8x8 transform intra:47.3% inter:97.9%

x264 [info]: direct mvs spatial:0.0% temporal:100.0%

x264 [info]: ref P L0 65.4% 17.4% 12.5% 4.7%

x264 [info]: ref B L0 82.9% 10.3% 6.8%

x264 [info]: kb/s:272.4



encoded 44027 frames, 6.26 fps, 272.53 kb/s


C:\>"C:\DL\RipBot264v1.12.0\tools\mkvtoolnix\mkvmerge.exe" -o "C:\00036.mkv" --default-duration 0:23.976fps -d 0 -A -S "C:\temp\RipBot264temp\video.264" --sync 0:0 -a 0 -D -S "C:\temp\RipBot264temp\job1\audio.1.ac3" --chapters "C:\temp\RipBot264temp\job1\chapters.txt"

mkvmerge v2.4.0 ('Fumbling Towards Ecstasy') built on Oct 11 2008 20:10:57

'C:\temp\RipBot264temp\video.264': Using the AVC/h.264 ES demultiplexer.

'C:\temp\RipBot264temp\job1\audio.1.ac3': Using the AC3 demultiplexer.

'C:\temp\RipBot264temp\video.264' track 0: Extracted the aspect ratio information from the MPEG-4 layer 10 (AVC) video data and set the display dimensions to 1920/1080.

'C:\temp\RipBot264temp\video.264' track 0: Using the MPEG-4 part 10 ES video output module.

'C:\temp\RipBot264temp\job1\audio.1.ac3' track 0: Using the AC3 output module.

The file 'C:\00036.mkv' has been opened for writing.


The cue entries (the index) are being written...

Muxing took 39 seconds.

what's that qp_min value ? how can I prevent this ?

melmac77
10th January 2009, 12:28
create 50mb sample from first .vob. you can use DGsplit.
send sample to www.mediafire.com

Hi
Sample created
http://www.mediafire.com/?vmglzu9xmzx
thanks
Mel

jtheripper
10th January 2009, 21:24
Tested ripbot 12.0 on windows 7 64 bit worked perfectly

Atak_Snajpera
10th January 2009, 23:05
@melmac77
Does it look like 4:3 for you?
http://img504.imageshack.us/img504/4027/16896655gc1.th.png (http://img504.imageshack.us/my.php?image=16896655gc1.png)

CyberTron88
11th January 2009, 02:25
Is the tesa algorithm activated by default? Does it improve the encoding quality?

melmac77
11th January 2009, 02:49
@melmac77
Does it look like 4:3 for you?
http://img504.imageshack.us/img504/4027/16896655gc1.th.png (http://img504.imageshack.us/my.php?image=16896655gc1.png)

nope it looks beautiful so what is causing mine to come out 4:3 ! I have the latest ripbot installed with the installer I figure it has got to be something in ffdshow but I dont know where to look :(

nwg
11th January 2009, 04:25
I am still impressed with this software but it would really great if it automatically muxed the original sup subtitle files instead of using srt's. I have to use txmuxer again on its own to incorpate the sup's as I find suprip too inaccurate. It is also nice to have the original fonts.

~bT~
11th January 2009, 04:33
nope it looks beautiful so what is causing mine to come out 4:3 ! I have the latest ripbot installed with the installer I figure it has got to be something in ffdshow but I dont know where to look :(
delete the mplayerc.ini file from tools folder and retry (have you tried the encoded file in any other player?)

if you still get no joy...

uninstall ffdshow, reinstall ffdshow and reset settings.

bigggt
11th January 2009, 14:00
delete the mplayerc.ini file from tools folder and retry (have you tried the encoded file in any other player?)

if you still get no joy...

uninstall ffdshow, reinstall ffdshow and reset settings.

what settings are you supposed to use with ffdshow , i seen it in this thread but can't find it

thanks

melmac77
11th January 2009, 14:21
delete the mplayerc.ini file from tools folder and retry (have you tried the encoded file in any other player?)

if you still get no joy...

uninstall ffdshow, reinstall ffdshow and reset settings.


Bt Thank you so much for trying to help. Deleting the mplayerc.ini file worked !! I am now busy making mkv's for the tvix thank you :)
:thanks:

Mel

prettyboy85712
11th January 2009, 16:49
delete the mplayerc.ini file from tools folder and retry (have you tried the encoded file in any other player?)

if you still get no joy...

uninstall ffdshow, reinstall ffdshow and reset settings.

Wow. This seems to have correct my problem with Terminator:The Sarah Connor Chronicles. :thanks:

update.

My mkv files are now encoded with the correct aspect ratio of 16/9, but it appears that tsmuxer when I append the files and covert them to Blu-ray they are changing to 4:3. Strange

mochevolete
11th January 2009, 18:03
after getting almost mad I've figure out that under Xp everything works as expected, so there's something wrong under Vista...
what could cause the ultra low bitrate used during the encodes under Vista ?
Avisynth ? ffdshow ?
obviously I have the latest and suggested revs. installed ...

wich tool is used in the very firts part of the analyzing that decide the wrong bitrate to use later ?

Nik

survivant001
11th January 2009, 23:08
bug when m2ts splitting activated and when target sine is smaller than the split value. EX : I put split a 4 gigs. but my target is 1500 gigs.

the results is :

C:\temp\RipBot264temp\job1>"D:\DVD-tools\RipBot264v1.12.0\tools\tsmuxer\tsmuxer.
exe" "C:\temp\RipBot264temp\job1\tsmuxer.meta" "C:\i-septic.bluray"
SmartLabs tsMuxeR. Version 1.8.8(b) http://www.smlabs.net
Decoding H264 stream (track 1): Profile: High@4.0 Resolution: 1280:688p Frame
rate: 23.976
0.0% complete
Too small split interval

tsmuxer.meta
MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray --vbr --auto-chapters=5 --split-size=4GiBGiB --vbv-len=500
V_MPEG4/ISO/AVC, "C:\temp\RipBot264temp\video.264", fps=23.976, insertSEI, contSPS
A_AC3, "C:\temp\RipBot264temp\audio.ac3"


you should check if the target < target.. then no split.

thehuey
12th January 2009, 20:56
I have a question. I've been using RipBot264 for quite some time and only recently did it start to not work.

Here's what happens:

After about ~4 successful uses on a fresh install of Windows/FFDshow/Avisynth/Haali Media Splitter, when it finishes demuxing an MKV, WMVHD, M2TS or "whatever" the case may be, it opens up MPC and spits out an ACM Wrapper::Output error and does absolutely nothing else. The files are deleted automatically from the temp folder where the demuxed files rest every time.

I change absolutely nothing. I've tried uninstalling FFDShow, Avisynth and Haali... I have no codec packs isntalled whatsoever. I've noticed it does this mostly on VC-1 sources but it has done it on a few AVC sources as well.

The only solution I've come up with thus far is a reformat on my PC. However, as one might imagine, that's a long and laborious process that isn't really worth it, in my opinion.

I've tried looking through the 180 pages, I've done a search on ACM Wrapper::Output and haven't come up with any solutions. Everything is set to decode with libavcodec.

Please, if you have any help whatsoever I'd greatly appreciate it. I really don't like reformatting everytime RipBot stops working correctly for me.