November 21, 2009, 16:14:26 *
Speed Demos ArchiveWelcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
Pages: 1 ... 57 58 [59] 60 61 ... 89
Reply Send this topic Print
Author Topic: anri-chan  (Read 50059 times)
ballofsnow
Moderator


SDA techie


View Profile Email
« Reply #870 on: July 05, 2008, 16:44:51 »
Reply with quoteQuote

Smiley Separate the DVD rip procedure: avoid repeat rips, user can have more than one "dvd" on hard drive to encode at same time, join DVDs into one project.








Sample extraction is broken, and Psonar will have some extra work to do with anri_auto. Rip destination can be changed in ini.bat.
« Last Edit: July 05, 2008, 20:57:50 by ballofsnow » Report to moderator   Logged
nate
Administrator


PRYING OPEN MY THIRD EYE


View Profile WWW
« Reply #871 on: July 05, 2008, 17:31:17 »
Reply with quoteQuote

dang man, you're on fire today. anri-chan is moving from economy to luxury without the bloat of commercial software. user-centered design is alive apparently.
Report to moderator   Logged

for help with any terms i may have used in this post please see the glossary.
AnubisGI


View Profile
« Reply #872 on: July 05, 2008, 20:04:24 »
Reply with quoteQuote

edit- In fact, MeGUI already has profiles for the PS3 / X360. lolz.

I can't see any PS3/360 profile to select anywhere.

Edit - Nevermind. Got it working with my own encode. All you need to do is set AVC Level to 4.1

Nate, the word b-frames was mentioned on a few forums(as you were saying about it being high on LQ and stuff). If i remember they said not to use b-frames over 3.

So if b-frames being over 3 was causing the PS3 not being able to play the LQ files, what was stopping HQ?

I'm probably wrong here but it might have something to do with the HQ encodes being over a AVC Level of 4.1?
« Last Edit: July 05, 2008, 20:27:33 by AnubisGI » Report to moderator   Logged
nate
Administrator


PRYING OPEN MY THIRD EYE


View Profile WWW
« Reply #873 on: July 05, 2008, 20:26:37 »
Reply with quoteQuote

even 3 would be good if we can pull that off ... dunno about ipod though.
Report to moderator   Logged

for help with any terms i may have used in this post please see the glossary.
AnubisGI


View Profile
« Reply #874 on: July 05, 2008, 21:19:39 »
Reply with quoteQuote

Is there anyway we can get Anri to do a AVC Level of 4.1? (maybe like an optional encode or something)
Report to moderator   Logged
nate
Administrator


PRYING OPEN MY THIRD EYE


View Profile WWW
« Reply #875 on: July 05, 2008, 21:20:30 »
Reply with quoteQuote

is it just --level 4.1? the problem is i think that conflicts with what we're doing for ipod lol ...
Report to moderator   Logged

for help with any terms i may have used in this post please see the glossary.
ballofsnow
Moderator


SDA techie


View Profile Email
« Reply #876 on: July 05, 2008, 21:26:46 »
Reply with quoteQuote

MQ can stay the same. Anubis has mentioned that it works on the PS3. Here are the changes I need testing for HQ on PS3/X360. Fortunately I own a PS3 so testing should be easy. (code is not exact from anri-chan)


OLD PASS 1

"%anri_dir%x264.exe" --pass 1 --bitrate %3 --stats "%2.stats" --bframes 16 --analyse none --qpmin %5 --threads auto --thread-input --progress --no-psnr --no-ssim --output NUL %1

OLD PASS 2

"%anri_dir%x264.exe" --pass 2 --bitrate %3 --stats "%2.stats" --ref 8 --mixed-refs --no-fast-pskip --bframes 16 --b-rdo --bime --weightb --direct auto --subme 7 --trellis 2 --analyse all --qpmin %5 --me umh --threads auto --thread-input --progress --no-psnr --output "%2_video.mp4" %1


NEW PASS 1

"%anri_dir%x264.exe" --pass 1 --bitrate %3 --stats "%2.stats" --level 4.1 --bframes 16 --analyse none --qpmin %5 --vbv-bufsize 9000 --vbv-maxrate 25000 --threads auto --thread-input --progress --no-psnr --no-ssim --output NUL %1

NEW PASS 2

"%anri_dir%x264.exe" --pass 2 --bitrate %3 --stats "%2.stats" --level 4.1 --ref 8 --mixed-refs --no-fast-pskip --bframes 16 --b-rdo --bime --weightb --direct auto --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --qpmin %5 --vbv-bufsize 9000 --vbv-maxrate 25000 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "%2_video.mp4" %1


On second thought, New Pass 1 may need to change... mainly the level and vbv stuff. -done
« Last Edit: July 05, 2008, 21:34:21 by ballofsnow » Report to moderator   Logged
AnubisGI


View Profile
« Reply #877 on: July 05, 2008, 21:35:53 »
Reply with quoteQuote

is it just --level 4.1? the problem is i think that conflicts with what we're doing for ipod lol ...

4.2 according to this seems to work aswell,

http://www.neowin.net/forum/lofiversion/index.php/t571395.html

"Change the level of the video stream to 4.1 or 4.2, using h264info or modifying the file using a hex editing program."

More searches,

http://216.239.59.104/search?q=cache:1hT9kEznh08J:forum.videohelp.com/topic317072.html+ps3+avc+levels&hl=en&ct=clnk&cd=3&gl=uk

3rd post

"AVC level 3 (4 works as well, but not 5 or 1.3"

I have no idea what AVC level you need for Ipod but if we can strike an AVC level that works for PS3 and IPOD then problem solved.
Report to moderator   Logged
ballofsnow
Moderator


SDA techie


View Profile Email
« Reply #878 on: July 06, 2008, 12:21:11 »
Reply with quoteQuote

New profile works on PS3. LQ, MQ, HQ all played fine. I'll assume it works on the X360.

What about the Wii?
Report to moderator   Logged
AnubisGI


View Profile
« Reply #879 on: July 06, 2008, 14:39:07 »
Reply with quoteQuote

New profile works on PS3. LQ, MQ, HQ all played fine. I'll assume it works on the X360.

What about the Wii?

Yeah, it should do. If you need to check more indepth,

http://wiki.digital-digest.com/index.php/MeGUI_PS3/Xbox_360_H.264_Profiles

As for WII, i can't even find google searches of it streaming video.

snow, can you put together a new anri or something then? (or i can wait until the official anri 3 is released or something)
Report to moderator   Logged
ballofsnow
Moderator


SDA techie


View Profile Email
« Reply #880 on: July 07, 2008, 22:22:24 »
Reply with quoteQuote

snow, can you put together a new anri or something then? (or i can wait until the official anri 3 is released or something)
You can edit the code yourself. The changes are in red in my previous post.

However, there may still be issues with the profile. I made an XQ version of an HD trailer (The Day the Earth Stood Still), resolution 1920x816. My PS3 recognizes it, and plays the audio, but no video. More testing will need to be done.
Report to moderator   Logged
ballofsnow
Moderator


SDA techie


View Profile Email
« Reply #881 on: July 08, 2008, 18:24:15 »
Reply with quoteQuote

Ok, the HD clip is working now with these lines:

Code:
"%anri_dir%x264.exe" --pass 1 --bitrate %3 --stats "%2.stats" --level 4.1 --bframes 3 --analyse none --qpmin %5 --vbv-bufsize 9000 --vbv-maxrate 25000 --threads auto --thread-input --progress --no-psnr --no-ssim --output NUL %1

"%anri_dir%x264.exe" --pass 2 --bitrate %3 --stats "%2.stats" --level 4.1 --ref 3 --mixed-refs --no-fast-pskip --bframes 3 --b-rdo --bime --weightb --direct auto --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --qpmin %5 --vbv-bufsize 9000 --vbv-maxrate 25000 --me umh --threads auto --thread-input --progress --no-psnr --output "%2_video.mp4" %1 2>&1 | "%anri_dir%tee.exe" x264pass2_stdout.txt
I had to change the number of reference frames from 8 to 3, and b-frames probably needs to be max 3 so I changed that as well.
Report to moderator   Logged
ballofsnow
Moderator


SDA techie


View Profile Email
« Reply #882 on: July 09, 2008, 17:23:14 »
Reply with quoteQuote

Nate, got a warning on the ipod profile that there's a vbv max rate but no vbv buffer size. The profile on MeGUI shows bufsize of 512 to accompany 768 max rate. Any problems adding the bufsize to the command line?
Report to moderator   Logged
nate
Administrator


PRYING OPEN MY THIRD EYE


View Profile WWW
« Reply #883 on: July 11, 2008, 01:51:54 »
Reply with quoteQuote

unknown. i've been looking at the warning wondering if i should do something about it for what seems like years now lol.
Report to moderator   Logged

for help with any terms i may have used in this post please see the glossary.
ballofsnow
Moderator


SDA techie


View Profile Email
« Reply #884 on: July 13, 2008, 15:40:21 »
Reply with quoteQuote

What's the stance on D1 MQ? Which x264 profile?
Report to moderator   Logged
Pages: 1 ... 57 58 [59] 60 61 ... 89
Reply Send this topic Print
Jump to: