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

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 10th May 2006, 17:41   #881  |  Link
asdfsauce
VEIG Master
 
Join Date: Nov 2005
Location: US/CA
Posts: 73
- Fixed up annoying video profile bug that's been around for ages

Thanks berrinam.
asdfsauce is offline  
Old 11th May 2006, 01:40   #882  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
Quote:
Originally Posted by bob0r
Small (useless) visual bug: 2136 compiles a version named "2135"
http://forum.doom9.org/showthread.ph...029#post826029
Sharktooth is offline  
Old 11th May 2006, 06:05   #883  |  Link
leowai
Registered User
 
Join Date: May 2005
Posts: 184
Quote:
Originally Posted by berrinam
oops, mkvMuxWindow.cs should no longer be in the repository.
But it still in latest svn repository (rev3).
leowai is offline  
Old 11th May 2006, 07:09   #884  |  Link
ChronoCross
Does it really matter?
 
ChronoCross's Avatar
 
Join Date: Jun 2004
Location: Chicago, IL
Posts: 1,542
do not use the svn respository. I'm not even sure what's going on with it. None of the devs should be committing to it if I remember correctly.
ChronoCross is offline  
Old 11th May 2006, 07:09   #885  |  Link
Deep_Eyes
Lost His Beer
 
Join Date: Jan 2006
Posts: 16
After downloading Revsion 522 for x264 sharktooth build, I went to the bitrate calc option and changed avi to mp4 then changed the size, then click okay, I got this error poping up

Deep_Eyes is offline  
Old 11th May 2006, 07:46   #886  |  Link
Deep_Eyes
Lost His Beer
 
Join Date: Jan 2006
Posts: 16
also same error on this "2136" build from the link here. Which visual bug i guess that's what its being called, still says 2135.
Deep_Eyes is offline  
Old 11th May 2006, 07:59   #887  |  Link
ChronoCross
Does it really matter?
 
ChronoCross's Avatar
 
Join Date: Jun 2004
Location: Chicago, IL
Posts: 1,542
@Deep_Eyes
Confirmed. It just has to do with the mp4 setting. if you just open the calc change to mp4 and hit okay the problem occurs.
ChronoCross is offline  
Old 11th May 2006, 11:34   #888  |  Link
bob0r
Pain and suffering
 
bob0r's Avatar
 
Join Date: Jul 2002
Posts: 1,337
2136

Quote:
Originally Posted by Sharktooth
Checkout went fine, but running compile.bat

Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

AviSynthWindow.cs(1556,10): warning CS1030: #warning: 'This is just quickfix, please check it!'
Calculator.cs(28,10): warning CS1030: #warning: 'Calculator should be aware of mux providing, etc.'
d2vReader.cs(46,10): warning CS1030: #warning: 'Why load the video here? This means that we can't apply force film unless the video unless it is playable in AviSynth'
ProfilePorter.cs(210,10): warning CS1030: #warning: 'We are generating a list of failed attempts, but we aren't doing anything with it (below).'
VideoUtil.cs(959,10): warning CS1030: #warning: 'This should be rearranged to work better'
mkvMuxWindow.cs(861,18): error CS0103: The name 'MUXTYPE' does not exist in the current context
mkvMuxWindow.cs(878,23): error CS1501: No overload for method 'generateMkvmergeCommandline' takes '3' arguments
CommandLineGenerator.cs(1147,24): (Location of symbol related to previous error)
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

Seems like you didn't really use the latest 2136 source where this was fixed, where only the version number was wrong.

Please fix the problem and stick with SVN, automation is key for lazy people!!
bob0r is offline  
Old 11th May 2006, 12:40   #889  |  Link
juerginst
Registered User
 
Join Date: Apr 2006
Posts: 10
Hi, I am getting this error and it seems to be a MeGUI bug.
Quote:
x264 [error]: requested bitrate is too low. estimated minimum is 7 kbps
x264_encoder_open failed
These are the full details

My AVS script:
Code:
# Set DAR in encoder to 37 : 20. The following line is for automatic signalling
global MeGUI_darx = 37
global MeGUI_dary = 20
DGDecode_mpeg2source("H:\dvd\z.d2v",info=3)
ColorMatrix(hints=true)
#Not doing anything because the source is progressive
crop( 10, 10, -6, -6)

#resize
Undot() # Minimal Noise
MeGUI's Log:
Code:
Generating jobs. Desired size: 1234173952 bytes
No audio encoding. Calculating desired video bitrate directly.
Setting video bitrate for the video jobs to 0 kbit/s
Setting desired size of video to 1231512576 bytes
Starting job job1-1 at 00:18:12
Job is a video job. encoder commandline:
--pass 1 --bitrate 0 --stats "H:\dvd\z.stats" --bframes 3 --b-pyramid --direct auto --filter -2,-1 --subme 1 --analyse none --me dia --sar 1073:880 --cqmfile "D:\x264\eqm_avc_hr.cfg" --progress --no-psnr --output NUL "H:\dvd\z.avs" 
successfully started encoding
Processing ended at 02:20:13
----------------------------------------------------------------------------------------------------------

Log for job job1-1

avis [info]: 704x464 @ 23.98 fps (166996 frames)
x264 [info]: using SAR=1073/880
x264 [info]: using cpu capabilities MMX MMXEXT SSE 3DNow! 
x264 [info]: slice I:825   Avg QP:47.96  size:  3920
x264 [info]: slice P:58907 Avg QP:51.00  size:   503
x264 [info]: slice B:107264 Avg QP:51.00  size:    87
x264 [info]: mb I  I16..4: 95.4%  0.0%  4.6%
x264 [info]: mb P  I16..4:  6.5%  0.0%  0.0%  P16..4:  2.9%  0.0%  0.0%  0.0%  0.0%    skip:90.6%
x264 [info]: mb B  I16..4:  0.3%  0.0%  0.0%  B16..8:  0.9%  0.0%  0.0%  direct: 0.2%  skip:98.6%
x264 [info]: final ratefactor: 258.67
x264 [info]: direct mvs  spatial:94.2%  temporal:5.8%
x264 [info]: kb/s:48.5

Actual bitrate after encoding without container overhead: 48.68

----------------------------------------------------------------------------------------------------------
job job1-1 has been processed. This job is linked to the next job: job1-2
Starting job job1-2 at 02:20:14
Job is a video job. encoder commandline:
--pass 2 --bitrate 0 --stats "H:\dvd\z.stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -2,-1 --subme 7 --trellis 2 --analyse all  --8x8dct --me umh --sar 1073:880 --cqmfile "D:\x264\eqm_avc_hr.cfg" --progress --no-psnr --output "H:\dvd\z.mkv" "H:\dvd\z.avs" 
successfully started encoding
Processing ended at 02:20:25
----------------------------------------------------------------------------------------------------------

Log for job job1-2

avis [info]: 704x464 @ 23.98 fps (166996 frames)
x264 [info]: using SAR=1073/880
x264 [error]: requested bitrate is too low. estimated minimum is 7 kbps
x264_encoder_open failed

----------------------------------------------------------------------------------------------------------
I am using MeGUI 0.2.3.2135, Video Profile HQ-Insane with CQM eqm_avc_hr and I am not encoding or adding any audio, just video.

I followed the same steps that I always use: D2V Creator, AviSynth Script Creator, Autoencode -> Filesize (in this case 1177MB, which predicts an Average Bitrate of 1415 kbit/s). Any hints? Thanks in advance.

juerginst is offline  
Old 11th May 2006, 12:48   #890  |  Link
berrinam
Registered User
 
berrinam's Avatar
 
Join Date: Apr 2005
Posts: 1,740
It's probably just a bug with the refactor. Go back to an older version of MeGUI (something like 0.2.3.2130). That should fix the bug.
berrinam is offline  
Old 11th May 2006, 13:04   #891  |  Link
juerginst
Registered User
 
Join Date: Apr 2006
Posts: 10
Thanks! Now a stupid question, I was installing MeGUI with Sharktooth's x264-Std_r***. It was working with x264-Std_r512 and I got this problem with x264-Std_r520 and x264-Std_r522.

I don't have x264-Std_r512 anymore. Where can I download MeGUI 0.2.3.2130? I looked at sourceforge but the latest version seems to be 0.2.3.2116. Thanks.
juerginst is offline  
Old 11th May 2006, 13:34   #892  |  Link
juerginst
Registered User
 
Join Date: Apr 2006
Posts: 10
I got it! http://chronocrossdev.com/apps/megui/. 0.2.3.2132 solved the problem. Thanks.

Last edited by juerginst; 11th May 2006 at 13:46.
juerginst is offline  
Old 11th May 2006, 14:48   #893  |  Link
leowai
Registered User
 
Join Date: May 2005
Posts: 184
Quote:
Originally Posted by bob0r
Checkout went fine, but running compile.bat
Seems like you didn't really use the latest 2136 source where this was fixed, where only the version number was wrong.
:
:
Please fix the problem and stick with SVN, automation is key for lazy people!!
Delete "mkvMuxWindow.cs", it's no longer in CVS repository...
Then it should compile fine.

I've reported here:
http://forum.doom9.org/showthread.ph...078#post826078

Last edited by leowai; 11th May 2006 at 14:50.
leowai is offline  
Old 11th May 2006, 23:44   #894  |  Link
ChronoCross
Does it really matter?
 
ChronoCross's Avatar
 
Join Date: Jun 2004
Location: Chicago, IL
Posts: 1,542
the megui huffy code must be changed to remove -noodml. Icould do it myself but I can't commit it in any official form.
ChronoCross is offline  
Old 12th May 2006, 05:57   #895  |  Link
Deep_Eyes
Lost His Beer
 
Join Date: Jan 2006
Posts: 16
just finished complieing svn downloaded code, works fine.. Thanks =)


- I spoke too soon, I added a avs script, went to change the same information, framerate to 29, then change it to mp4, then change the file size from 700 to 20 and clicked OKAY.. same problem

Last edited by Deep_Eyes; 12th May 2006 at 06:09.
Deep_Eyes is offline  
Old 12th May 2006, 06:34   #896  |  Link
Deep_Eyes
Lost His Beer
 
Join Date: Jan 2006
Posts: 16
2136 SVN download Complie

Code:
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

AviSynthWindow.cs(1556,10): warning CS1030: #warning: 'This is just quickfix,
        please check it!'
Calculator.cs(28,10): warning CS1030: #warning: 'Calculator should be aware of
        mux providing, etc.'
d2vReader.cs(46,10): warning CS1030: #warning: 'Why load the video here? This
        means that we can't apply force film unless the video unless it is
        playable in AviSynth'
ProfilePorter.cs(210,10): warning CS1030: #warning: 'We are generating a list of
        failed attempts, but we aren't doing anything with it (below).'
VideoUtil.cs(959,10): warning CS1030: #warning: 'This should be rearranged to
        work better'
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
Same issue as before, click on bitrate calc hit mp4 hit okay boom same thing happends.
Deep_Eyes is offline  
Old 12th May 2006, 13:10   #897  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
The problem is in the still incomplete Vorbis support.
Sharktooth is offline  
Old 13th May 2006, 02:22   #898  |  Link
berrinam
Registered User
 
berrinam's Avatar
 
Join Date: Apr 2005
Posts: 1,740
Bitrate calculator bugs are to be expected, because they still use the same code from before the refactor. I have put a warning message when using it, because it still needs a reworking.

I've fixed the AutoEncode bitrate calculation bug (bitrate wasn't set).

I should have fixed all the other bugs mentioned here as well, except for the mencoder huffy commandlines (I haven't set it up for testing, and it can wait a bit, because it doesn't actually cause a crash).
berrinam is offline  
Old 13th May 2006, 07:04   #899  |  Link
bob0r
Pain and suffering
 
bob0r's Avatar
 
Join Date: Jul 2002
Posts: 1,337
2137

The tab Changelog.txt is wrong again. (not windows style new lines)
bob0r is offline  
Old 13th May 2006, 07:30   #900  |  Link
berrinam
Registered User
 
berrinam's Avatar
 
Join Date: Apr 2005
Posts: 1,740
Not for me....
berrinam is offline  
Closed Thread

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 02:54.


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