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 AVC / H.264

Reply
 
Thread Tools Search this Thread Display Modes
Old 30th July 2008, 05:45   #281  |  Link
Manao
Registered User
 
Join Date: Jan 2002
Location: France
Posts: 2,856
He never criticized x264. You're criticizing his options, yet --no-fast-pskip / --no-dct-decimate / --filter -2:-2 were still advised by Dark_Shikari. He didn't use subme 7 / b-rdo / umh (he stopped at subme 6 / hex ) but it's still a coherent choice.

In the end, though the number of bframes / vbv-bufsize seem off, they may probably have been set to match those used in Sonic CineVision, in order to make a fair comparison.

And, on a side note, if 7 years ago I had received such a welcome on doom9, I would never have bothered.
__________________
Manao is offline   Reply With Quote
Old 30th July 2008, 05:47   #282  |  Link
Dark Shikari
x264 developer
 
Dark Shikari's Avatar
 
Join Date: Sep 2005
Posts: 8,666
Quote:
Originally Posted by Manao View Post
And, on a side note, if 7 years ago I had received such a welcome on doom9, I would never have bothered.
The reason he got such an icy response was not because of the complaint about x264 quality, but rather because of the phrase "x264 apologists"; it is quite reasonable to interpret this as an attack, a troll, or both.

If you used such inflammatory and loaded language, you wouldn't have been welcomed here either. Fortunately, you're much more mature than that and I would never expect anything of that sort from you.

I do agree that most people here were far too sharp in their reaction; there seems to be a tendency for people to see others overreact, and interpret that as a signal that they can overreact too. It generally is a good idea to assume good faith at least initially, which most people seem to forget...

Last edited by Dark Shikari; 30th July 2008 at 05:57.
Dark Shikari is offline   Reply With Quote
Old 30th July 2008, 05:50   #283  |  Link
foxyshadis
Angel of Night
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Tangled in the silks
Posts: 9,559
Sharktooth: Calm down. You get way too riled up when anyone posts something provocative, and start flinging insults, instead of putting them in their place by calmly pointing out what's wrong. You'll end up suspended for rule 4 if you don't stop reacting angrily.
foxyshadis is offline   Reply With Quote
Old 30th July 2008, 08:12   #284  |  Link
Sagittaire
Testeur de codecs
 
Sagittaire's Avatar
 
Join Date: May 2003
Location: France
Posts: 2,484
Well just my 2 cents.

1) BR and AVCHD specifications
- HP@4.1 specification with limitation
- Buffer max for 1080p24: 30 000 bits
- Max bitrate at 40 Mbps for BR and 30 Mbps for AVCHD
- 4,3 for p,b frame reference, 3 pyramidal bframe imply 3,2 ref for p,b. Use 2 bframes with 4,3 ref is better for software compatibility.
- Max gop at 24 with IDR
- WPred
- FGM is not supported

2) At 15 Mbps you have not transparence with 42" and higher screen. From my experience x264 with good patch is by far better than Mainconcept SDK (cinevision) but only at low/medium bitrate.
x264 produce really impressive result in [6-8] MBps interval for 1080p24 content.


Code:
@REM -----------------------------------------------------------
@REM
@REM Profil BluRay 1080p23.976 extra high quality
@REM
@REM -----------------------------------------------------------


@REM Source file name (suffit de mettre la source ici)
set E_SRC=Lossless.avs

@REM Set of quality (ici la qualité 1-50)
set E_BR=21.3

@REM Set of max bitrate (ici le bitrate max)
set MAX_BR=40000

@REM Set of Buffer (ici le buffer)
set BUF_BR=30000

@REM Set credit (frame de début du générique)
set CRE_FR=201560

@REM Set end credit (frame de fin du générique)
set END_FR=207442



@REM Profil

x264.exe --threads auto --thread-input --keyint 24 --min-keyint 1 --crf %E_BR% --vbv-maxrate %MAX_BR% 
--vbv-bufsize %BUF_BR% --mvrange 511 --level 4.1 --bframe 3 --b-pyramid --b-rdo --bime --weightb --ref 3 
--mixed-refs --direct auto --deblock -2:-2 --ipratio 1.10 --pbratio 1.10 --partitions "all" --8x8dct --me "umh" 
--subme 7 --trellis 2 --no-fast-pskip --no-dct-decimate --aud --nal-hrd --sar 1:1 --cqmfile Sagittaire.cfg 
--psy-rd 1.0 --zone %CRE_FR%,%END_FR%,b=0.33 --progress --pass 1 --stats "stat.log" -o 1080p_Q1.264 %E_SRC%

pause
__________________
Le Sagittaire ... ;-)

1- Ateme AVC or x264
2- VP7 or RV10 only for anime
3- XviD, DivX or WMV9
Sagittaire is offline   Reply With Quote
Old 30th July 2008, 10:07   #285  |  Link
smok3
brontosaurusrex
 
smok3's Avatar
 
Join Date: Oct 2001
Posts: 2,392
Sagittaire, what range of CRF values do you usually use? (%E_BR%), any special reason for 21.3?
__________________
certain other member

Last edited by smok3; 30th July 2008 at 10:41.
smok3 is offline   Reply With Quote
Old 30th July 2008, 12:55   #286  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
Quote:
Originally Posted by foxyshadis View Post
Sharktooth: Calm down. You get way too riled up when anyone posts something provocative, and start flinging insults, instead of putting them in their place by calmly pointing out what's wrong. You'll end up suspended for rule 4 if you don't stop reacting angrily.
i am calm, i did not offend or insulted anyone.
what may sound an offence is a mere constatation of facts.
btw trust me, you dont want to see me angry.

Last edited by Sharktooth; 30th July 2008 at 12:59.
Sharktooth is offline   Reply With Quote
Old 30th July 2008, 15:57   #287  |  Link
bob0r
Pain and suffering
 
bob0r's Avatar
 
Join Date: Jul 2002
Posts: 1,337
Quote:
Originally Posted by Sharktooth View Post
..
btw trust me, you dont want to see me angry.

Trust me aswell, i once trew a blu-ray disc at Shark "Zangief" Tooth's head..... i couldn't walk/speak/blink my eyes/go to the rest room for 5 months.
bob0r is offline   Reply With Quote
Old 30th July 2008, 16:22   #288  |  Link
Sagittaire
Testeur de codecs
 
Sagittaire's Avatar
 
Join Date: May 2003
Location: France
Posts: 2,484
Quote:
Originally Posted by smok3 View Post
Sagittaire, what range of CRF values do you usually use? (%E_BR%), any special reason for 21.3?
I make comparison with DarkNight uncompressed source.
x264 produce simply 12 Mbps at 21.3 for this encoding.
In this test x264 with psyrdo patch is a real killer.
__________________
Le Sagittaire ... ;-)

1- Ateme AVC or x264
2- VP7 or RV10 only for anime
3- XviD, DivX or WMV9
Sagittaire is offline   Reply With Quote
Old 30th July 2008, 20:52   #289  |  Link
chainring
Registered User
 
chainring's Avatar
 
Join Date: Sep 2006
Posts: 176
Quote:
Originally Posted by Manao View Post
He never criticized x264. You're criticizing his options, yet --no-fast-pskip / --no-dct-decimate / --filter -2:-2 were still advised by Dark_Shikari. He didn't use subme 7 / b-rdo / umh (he stopped at subme 6 / hex ) but it's still a coherent choice.
Argh, my head is hurting! I've tried keeping up with all the patch threads, the current version thread, and now I see, what seems to be, conflicting info on --no-fast-pskip / --no-dct-decimate / --filter -2:-2.

So, for a person using build 920, psyRDO on (default), trellis 2 (don't care about speed loss), and using CRF; what is the correct application of these settings? I've now seen Sharktooth say --no-fast-pskip and --no-dct-decimate are bad. I've seen Dark_Shikari say to just go with default filter values (0:0). Now, there's conflicting info in what I've quoted from Manao.

Any help?

BTW, here's my commandline as it stands now.
Code:
--crf 20.0 --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --subme 7 --trellis 2 --partitions p8x8,b8x8,i8x8 --8x8dct --me umh --threads auto --thread-input --progress --no-dct-decimate --no-psnr --no-ssim --output "output" "input"
chainring is offline   Reply With Quote
Old 30th July 2008, 20:59   #290  |  Link
Dark Shikari
x264 developer
 
Dark Shikari's Avatar
 
Join Date: Sep 2005
Posts: 8,666
Quote:
Originally Posted by chainring View Post
Argh, my head is hurting! I've tried keeping up with all the patch threads, the current version thread, and now I see, what seems to be, conflicting info on --no-fast-pskip / --no-dct-decimate / --filter -2:-2.

So, for a person using build 920, psyRDO on (default), trellis 2 (don't care about speed loss), and using CRF; what is the correct application of these settings? I've now seen Sharktooth say --no-fast-pskip and --no-dct-decimate are bad. I've seen Dark_Shikari say to just go with default filter values (0:0). Now, there's conflicting info in what I've quoted from Manao.

Any help?

BTW, here's my commandline as it stands now.
Code:
--crf 20.0 --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --subme 7 --trellis 2 --partitions p8x8,b8x8,i8x8 --8x8dct --me umh --threads auto --thread-input --progress --no-dct-decimate --no-psnr --no-ssim --output "output" "input"
--no-fast-pskip is not going to hurt quality. It might not help a lot, but it doesn't hurt.
Dark Shikari is offline   Reply With Quote
Old 30th July 2008, 21:05   #291  |  Link
Manao
Registered User
 
Join Date: Jan 2002
Location: France
Posts: 2,856
I never given any settings on this thread. I just compared Vit's initial settings from those advised by Dark_Shikari and pointed out settings that were present in both, yet subject to polemic : no-fast-pskip, no-dct-decimate, filter -2:-2.

I don't know whether no-fast-pskip and no-dct-decimate ought to be used or not (instinctively, i'd say the first is good, and so is the second if trellis 1/2 is used). As for filter, between -3:-3 and 1:1, it's imho a subjective matter.
__________________
Manao is offline   Reply With Quote
Old 31st July 2008, 17:33   #292  |  Link
chainring
Registered User
 
chainring's Avatar
 
Join Date: Sep 2006
Posts: 176
Hi Manao,

Thank you for the reply!

I wasn't meaning to imply YOU were giving the settings, per se, but just quoting what you were in turn quoting.

Quote:
Originally Posted by Manao View Post
I never given any settings on this thread. I just compared Vit's initial settings from those advised by Dark_Shikari and pointed out settings that were present in both, yet subject to polemic : no-fast-pskip, no-dct-decimate, filter -2:-2.

I don't know whether no-fast-pskip and no-dct-decimate ought to be used or not (instinctively, i'd say the first is good, and so is the second if trellis 1/2 is used). As for filter, between -3:-3 and 1:1, it's imho a subjective matter.
chainring is offline   Reply With Quote
Old 31st July 2008, 19:48   #293  |  Link
CruNcher
Registered User
 
CruNcher's Avatar
 
Join Date: Apr 2002
Location: Germany
Posts: 4,926
Quote:
Originally Posted by Vit View Post
I've encoded full STEM clip at 15 MBits/s using this patch and Sonic CineVision 2.6. Sonic's encode is consistently better, am I doing something wrong or commercial encoders are not as crappy as some x264 apologists claim?

Here's the command line:
x264.910.modified.exe --pass 1 --fps 23.976 --bitrate 15000 --level 4.1 --keyint 24 --min-keyint 1 --ref 3 --mixed-refs --no-fast-pskip --bframes 2 --b-pyramid --bime --weightb --filter -2,-2 --subme 6 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-bufsize 45000 --vbv-maxrate 30000 --threads auto --thread-input --progress --no-dct-decimate --output "f:\stem_x264.264" "F:\Source Files\StEM_full.yuv" 1920x1080 --aq-mode 2

Second's pass settings are the same, but with --pass 2. I can post some pictures if anyone is interested
Hi and welcome do you also have a Speed Comparision i guess Cinevision 2.6 uses the new G4 Encoder ?
__________________
all my compares are riddles so please try to decipher them yourselves :)

It is about Time

Join the Revolution NOW before it is to Late !

http://forum.doom9.org/showthread.php?t=168004
CruNcher is offline   Reply With Quote
Old 31st July 2008, 19:51   #294  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
he used wrong settings for x264. you cant compare speed and quality of 2 different encoders if you cant set up them (or at least one of them).
Sharktooth is offline   Reply With Quote
Old 31st July 2008, 19:54   #295  |  Link
CruNcher
Registered User
 
CruNcher's Avatar
 
Join Date: Apr 2002
Location: Germany
Posts: 4,926
it's only important that the G4 Encoder settings where of the same nature then the X264 settings, tough we dont know what the Cinevision 2.6 settings where if they where equal you could very well compare it especialy the decission side of things b-frame decission, partition decission, scenecut and b-pyramid decission is very important here. Compression/Complexity wise i agree Vit his settings aren't as effective as Sagittaire but to call them wrong hmm sure in terms of BD profile there way of too to what you normaly would use but it doesnt matter in his comparision he did with Cinevision 2.6 in this case for this very special Film source.
__________________
all my compares are riddles so please try to decipher them yourselves :)

It is about Time

Join the Revolution NOW before it is to Late !

http://forum.doom9.org/showthread.php?t=168004

Last edited by CruNcher; 31st July 2008 at 20:11.
CruNcher is offline   Reply With Quote
Old 31st July 2008, 20:02   #296  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
he said cinevision was constantly better (subjective, without pics or clips) so probably he used much different settings and we also dont know anything about the source and cinevision settings.
he just came here, trolled and gone away.
he just didnt contributed in any way to the discussion, so, for what concerns me, he could even not post at all.

Last edited by Sharktooth; 4th August 2008 at 01:51.
Sharktooth is offline   Reply With Quote
Old 31st July 2008, 20:15   #297  |  Link
CruNcher
Registered User
 
CruNcher's Avatar
 
Join Date: Apr 2002
Location: Germany
Posts: 4,926
Quote:
Originally Posted by Sharktooth View Post
he said cinevision was constantly better (subjective, without pics or clips) so probebly he used much different settings and we also dont know anything about the source and cinevision settings.
he just came here, trolled and gone away.
he just didnt contributed in any way to the discussion, so, for what concerns me, he could even not post at all.
Yes i agree his behaviour for what seems to be a Professional Post House Encoder is a little weired indeed, but it doesn't mean his experience was wrong, tough i would thrust Sagittaire 1000x times more

@Sagittaire
I hope we gonna see a Cinevision 2.6 vs latest X264 GIT and X264 GIT + Psy RD Blu-Ray restricted Film Source comparission from you in the future
__________________
all my compares are riddles so please try to decipher them yourselves :)

It is about Time

Join the Revolution NOW before it is to Late !

http://forum.doom9.org/showthread.php?t=168004

Last edited by CruNcher; 31st July 2008 at 20:33.
CruNcher is offline   Reply With Quote
Old 31st July 2008, 22:06   #298  |  Link
Sagittaire
Testeur de codecs
 
Sagittaire's Avatar
 
Join Date: May 2003
Location: France
Posts: 2,484
Quote:
Originally Posted by CruNcher View Post

@Sagittaire
I hope we gonna see a Cinevision 2.6 vs latest X264 GIT and X264 GIT + Psy RD Blu-Ray restricted Film Source comparission from you in the future
1) Well from Mutek (Elecard SDK enginer): "there are not quality gain for G4 but only speed optimisation"
http://forum.doom9.org/showthread.ph...67#post1149767

2) Moreover you can't use all the insane SDK setting in cinevision 2.5 and certainely not in cinevision 2.6 too. Cinevision is pro gui for high bitrate encoding. Certainely better here to use Reference or Converter for have the insane setting.

3) Psy RD patch for x264 is a real killer. Certainely the best patch that I have ever seen for x264. RDO for bframe decision don't make very higher quality like I expected but some small optimisation produce big improuvement at the end.
__________________
Le Sagittaire ... ;-)

1- Ateme AVC or x264
2- VP7 or RV10 only for anime
3- XviD, DivX or WMV9

Last edited by Sagittaire; 31st July 2008 at 22:19.
Sagittaire is offline   Reply With Quote
Old 1st August 2008, 00:31   #299  |  Link
CruNcher
Registered User
 
CruNcher's Avatar
 
Join Date: Apr 2002
Location: Germany
Posts: 4,926
Quote:
Originally Posted by Sagittaire View Post
1) Well from Mutek (Elecard SDK enginer): "there are not quality gain for G4 but only speed optimisation"
http://forum.doom9.org/showthread.ph...67#post1149767

2) Moreover you can't use all the insane SDK setting in cinevision 2.5 and certainely not in cinevision 2.6 too. Cinevision is pro gui for high bitrate encoding. Certainely better here to use Reference or Converter for have the insane setting.

3) Psy RD patch for x264 is a real killer. Certainely the best patch that I have ever seen for x264. RDO for bframe decision don't make very higher quality like I expected but some small optimisation produce big improuvement at the end.
So you experience tells you --b-rdo and it's resulting 20% speed lose can be saved now when useing psy-rd alone (visualy) ? that's great news seeing that RD is allready faster then some month ago and saving the 20% from --b-rdo without much of a subjecive visual quality lose that's really a big win and also what my subjective tests are indicating (tough im still testing)
And no it wasn't my intention to compare Insane settings vs cinevision non setable settings it was my intention to compare the decissions and the speed/quality difference if the're any for a Blu-Ray Framework @ exactly those High Bitrates and gop restrictions
__________________
all my compares are riddles so please try to decipher them yourselves :)

It is about Time

Join the Revolution NOW before it is to Late !

http://forum.doom9.org/showthread.php?t=168004

Last edited by CruNcher; 1st August 2008 at 00:42.
CruNcher is offline   Reply With Quote
Old 1st August 2008, 00:35   #300  |  Link
Dark Shikari
x264 developer
 
Dark Shikari's Avatar
 
Join Date: Sep 2005
Posts: 8,666
Quote:
Originally Posted by CruNcher View Post
So you experience tells you --b-rdo and it's resulting 20% speed lose can be saved now when useing psy-rd alone (visualy) ? that's great news seeing that RD is allready faster then some month ago and saving the 20% from --b-rdo without much of a subjecive visual quality lose that's really a big win and also what my subjective tests are indicating (tough im still testing)
I'm pretty sure he's talking about --b-adapt 2, not --b-rdo...
Dark Shikari is offline   Reply With Quote
Reply

Tags
psy-rd, psyrdo

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 01:15.


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