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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th January 2009, 23:56   #3761  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by Dark Shikari View Post
Then either you're not using High Profile, or your x264 is too old.

$ x264 --level 4 --vbv-bufsize 30000 --vbv-maxrate 24000 --8x8dct -o NUL SOCCER
_352x288_30_orig_02.yuv --bitrate 1000
x264 [info]: file name gives 352x288
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: profile High, level 4.0
I think I understand now.

1st pass is main profile and 2nd pass is high profile. That is why I only get this warning in 1st pass.

Code:
x264.exe --pass 1 --bitrate 7854 --stats "C:\Personal\Videos\sample.stats" --level 4 --keyint 24
--min-keyint 1 --bframes 3 --b-adapt 2 --b-pyramid --weightb --direct auto --deblock -1:-1 --subme 2
--partitions none --vbv-bufsize 30000 --vbv-maxrate 24000 --qcomp 0.5 --me dia --merange 24 --threads auto
--thread-input --sar 1:1 --aud --progress --no-psnr --no-ssim --output NUL "C:\Personal\Videos\sample.avs"
--mvrange 511 --aud --nal-hrd --sar 1:1
avis [info]: 1280x544 @ 23.98 fps (256 frames)
x264 [info]: using SAR=1/1
x264 [warning]: VBV bitrate (24000) > level limit (20000)
x264 [warning]: VBV buffer (30000) > level limit (25000)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: profile Main, level 4.0
Code:
x264.exe --pass 2 --bitrate 7854 --stats "C:\Personal\Videos\sample.stats" --level 4 --keyint 24
--min-keyint 1 --ref 3 --mixed-refs --no-fast-pskip --bframes 3 --b-adapt 2 --b-pyramid --weightb
--direct auto --deblock -1:-1 --subme 8 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct
--vbv-bufsize 30000 --vbv-maxrate 24000 --qcomp 0.5 --me umh --merange 24 --threads auto --thread-input
--sar 1:1 --aud --progress --no-psnr --no-ssim --output "C:\Personal\Videos\sample.mp4"
"C:\Personal\Videos\sample.avs" --mvrange 511 --aud --nal-hrd --sar 1:1
avis [info]: 1280x544 @ 23.98 fps (256 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: profile High, level 4.0
rack04 is offline   Reply With Quote
Old 15th January 2009, 14:41   #3762  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
@wolfbane5
if your source is 2.40 then correct crop values will be TOP=140 , BOTTOM=140

1920 / 2.4 = 800
1080 - 800 = 280
280 / 2 = 140

AutoCrop may not work well with dark movies therefore I added Manual crop.
Atak_Snajpera is offline   Reply With Quote
Old 15th January 2009, 16:26   #3763  |  Link
brogan
Registered User
 
Join Date: May 2007
Posts: 87
Preview: Cannot Render File

Hello,


I just recently moved from Vista Ultimate 64-bit to Windows 7 64-Bit...I also updated my copy of RipBot from 1.11.5 to 1.12.0...prior to the update, everything worked correctly but since the update, I can't see a preview in wmp classic...the encodes still work, but when I attempt to preview them, I get: Cannot render file...using 1080p files or 720p...mostly using .mkv files (occasionally .ts or .m2ts files) all w/DTS or 5.1DD audio...I'm using a i7 920 quad core cpu w/6 GB of triple channel memory, if that helps...I believe its a codec issue, just not sure how to fix it...the research I did, it was suggested to install the K-lite codec pack (which I know I don't want to do using RipBot)
Please help!! I updated RipBot & went to Windows 7 w/in 48 hours of each other so I'm not sure where the problem lies...anyone else having any similiar issues?? Thanks
brogan is offline   Reply With Quote
Old 15th January 2009, 17:30   #3764  |  Link
prettyboy85712
Registered User
 
Join Date: Mar 2008
Posts: 124
Quote:
Originally Posted by brogan View Post
Hello,


I just recently moved from Vista Ultimate 64-bit to Windows 7 64-Bit...I also updated my copy of RipBot from 1.11.5 to 1.12.0...prior to the update, everything worked correctly but since the update, I can't see a preview in wmp classic...the encodes still work, but when I attempt to preview them, I get: Cannot render file...using 1080p files or 720p...mostly using .mkv files (occasionally .ts or .m2ts files) all w/DTS or 5.1DD audio...I'm using a i7 920 quad core cpu w/6 GB of triple channel memory, if that helps...I believe its a codec issue, just not sure how to fix it...the research I did, it was suggested to install the K-lite codec pack (which I know I don't want to do using RipBot)
Please help!! I updated RipBot & went to Windows 7 w/in 48 hours of each other so I'm not sure where the problem lies...anyone else having any similiar issues?? Thanks
Try reinstalling AviSynth.
prettyboy85712 is offline   Reply With Quote
Old 15th January 2009, 17:39   #3765  |  Link
wolfbane5
Registered User
 
Join Date: Sep 2008
Location: B.C., Canada
Posts: 79
Quote:
Originally Posted by Atak_Snajpera View Post
@wolfbane5
if your source is 2.40 then correct crop values will be TOP=140 , BOTTOM=140

1920 / 2.4 = 800
1080 - 800 = 280
280 / 2 = 140

AutoCrop may not work well with dark movies therefore I added Manual crop.
Yea, the entire movie is quite dark. No cropping required for left or right?
wolfbane5 is offline   Reply With Quote
Old 15th January 2009, 23:22   #3766  |  Link
brogan
Registered User
 
Join Date: May 2007
Posts: 87
Quote:
Originally Posted by prettyboy85712 View Post
Try reinstalling AviSynth.
Thank you for the advice. I uninstalled Avisynth & ffdshow then re-installed them...using the newest build of Avisynth & for ffdshow, I'm trying the rev 2605, I read that it's supposed work well w/a fast cpu. I have a i7 Quad Core so I should be good w/that. After reinstalling these, I'm able to get the preview showing in WMP Classic. Now, my problem is the audio is out of sync when playing the preview. If I play the files in Nero Showtime, it plays in sync. Does anyone know what could cause this?? Thanks again for the help, it's much appreciated...
brogan is offline   Reply With Quote
Old 15th January 2009, 23:42   #3767  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
Try ffdshow MT
Atak_Snajpera is offline   Reply With Quote
Old 15th January 2009, 23:52   #3768  |  Link
brogan
Registered User
 
Join Date: May 2007
Posts: 87
Quote:
Originally Posted by Atak_Snajpera View Post
Try ffdshow MT
That's what I installed, rev 2605 20090110 xxl mt
...I was using rev 2615 20090112 clsid but read that the mt version would give increased performance (speed) when encoding...you had mentioned getting like (correct me if I'm wrong) like 80 fps, is that right? That's amazing, I'm lucky to hit the high 30s during the 1st pass...I had an AMD FX-60 before I rebuilt my main PC (mainly to speed up my encodes) & I can do 3-4 jobs @ 1080p w/either DTS or AC3 (8150MB) in the time it would take me to do 1 on my older rig...if you have any suggestions what I can do to increase the speed, please let me know...thanks for all your hard work, Atak!!
brogan is offline   Reply With Quote
Old 16th January 2009, 00:26   #3769  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
80 fps in PLAYBACK not in encoding. I was just testing decoding performance in ffdshow mt!!!

Quote:
I can do to increase the speed, please let me know...thanks for all your hard work, Atak!!
Buy quad core like me or even better i7 quad core
Atak_Snajpera is offline   Reply With Quote
Old 16th January 2009, 00:52   #3770  |  Link
brogan
Registered User
 
Join Date: May 2007
Posts: 87
Quote:
Originally Posted by Atak_Snajpera View Post
80 fps in PLAYBACK not in encoding. I was just testing decoding performance in ffdshow mt!!!


Buy quad core like me or even better i7 quad core

I have an i7 920 Quad Core (not overclocked), 6 GB Triple Channel Corsair Dominator 1600 memory, my OS on a SAS Fujitsu 73.5 GB drive (storage drives are a 500 Gb & 1 TB SATA) w/GTX 260 Nvidia video card...
brogan is offline   Reply With Quote
Old 16th January 2009, 00:59   #3771  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
I have Q6600@3ghz and I'm very happy. Movie is always ready when I wake up in the morning
Atak_Snajpera is offline   Reply With Quote
Old 16th January 2009, 20:29   #3772  |  Link
wolfbane5
Registered User
 
Join Date: Sep 2008
Location: B.C., Canada
Posts: 79
Atak, the encoding of underworld evolution worked flawlessly after your suggestion. Thanks again.
wolfbane5 is offline   Reply With Quote
Old 16th January 2009, 21:13   #3773  |  Link
prettyboy85712
Registered User
 
Join Date: Mar 2008
Posts: 124
Quote:
Originally Posted by brogan View Post
I have an i7 920 Quad Core (not overclocked), 6 GB Triple Channel Corsair Dominator 1600 memory, my OS on a SAS Fujitsu 73.5 GB drive (storage drives are a 500 Gb & 1 TB SATA) w/GTX 260 Nvidia video card...
I'm running almost the same specs. i720, 3GB memory, 2xTB hard drives,1TB NAS, and a Radeon HD4870.
prettyboy85712 is offline   Reply With Quote
Old 16th January 2009, 23:43   #3774  |  Link
iwens
Registered User
 
Join Date: Feb 2008
Posts: 32
Is it possible to make it so that u can also downconvert dts-hd to dts now only option is ac3, i would also love an dts output option.

Is this something u can integrate easily ?
iwens is offline   Reply With Quote
Old 17th January 2009, 00:44   #3775  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
eac3to is set to always extract dts core from DTS-HD. Just leave Copy Stream opion.
Atak_Snajpera is offline   Reply With Quote
Old 17th January 2009, 03:55   #3776  |  Link
weaver4
Registered User
 
Join Date: Jun 2005
Posts: 925
I just tried Ripbot264 version 1.12.0 on Window 7. It told me I needed to install Splitter and ffdshow which I did. But when I add a video it does not index, it just sits there. No errors, it just does not index or return. The filename does not show up in the Video text box and no entry is in the status bar.

I did have the old version running on WinXP.


UPDATE====================================

I went into Ripbot264.ini and changed the DefaultOutputPath and StoreTempFilesin to point to locations that I knew Win7 could read and write to and then it started working properly.

Just in case others have the same problem.

Last edited by weaver4; 17th January 2009 at 05:38.
weaver4 is offline   Reply With Quote
Old 17th January 2009, 08:17   #3777  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,132
How do you use the downloaded file?

What is missing from the first posting is what you do with the file after it has been downloaded.

There must be others like me who have never run across whatever was used the "compress" this executable.

Simple instructions would be nice.

BTW, Google searching came up empty (at least there was nothing in the list that indicted that it was instructions).

EDIT: Found it. It would still be nice to reference that 7zip is used to compress the file. Never heard of it before.

Last edited by MrVideo; 17th January 2009 at 08:36. Reason: updated info
MrVideo is offline   Reply With Quote
Old 17th January 2009, 10:21   #3778  |  Link
nurbs
Registered User
 
Join Date: Dec 2005
Posts: 1,460
Both google and wikipedia show 7zip as the first result when I enter .7z
nurbs is offline   Reply With Quote
Old 17th January 2009, 10:55   #3779  |  Link
iwens
Registered User
 
Join Date: Feb 2008
Posts: 32
Quote:
Originally Posted by Atak_Snajpera View Post
eac3to is set to always extract dts core from DTS-HD. Just leave Copy Stream opion.
I tried that but then i cannot stretch it anymore as i am recoding to 25 fps (my plasma has no 24p mode) as an result the audio in the encoded file is out of sync.
iwens is offline   Reply With Quote
Old 17th January 2009, 12:40   #3780  |  Link
nwg
Registered User
 
Join Date: Mar 2004
Posts: 819
WinRar will also extract the file.
nwg 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


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 19:42.


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