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

Reply
 
Thread Tools Search this Thread Display Modes
Old 27th May 2010, 15:45   #3221  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by komisar View Post
rack04, x264_thread_pool_v2.9_r1612 patch by <MasterNobody>...
Fixed. Thank you.
rack04 is offline   Reply With Quote
Old 27th May 2010, 16:09   #3222  |  Link
ajp_anton
Registered User
 
ajp_anton's Avatar
 
Join Date: Aug 2006
Location: Stockholm/Helsinki
Posts: 805
What happened to the Intel builds?
ajp_anton is offline   Reply With Quote
Old 27th May 2010, 16:47   #3223  |  Link
Schrade
Registered User
 
Schrade's Avatar
 
Join Date: Mar 2004
Posts: 339
rack04, x264_x86_r1613M download link links to an archive named x264_x86_r1612M.7z

Is it just a typo?
Schrade is offline   Reply With Quote
Old 27th May 2010, 16:53   #3224  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by Schrade View Post
rack04, x264_x86_r1613M download link links to an archive named x264_x86_r1612M.7z

Is it just a typo?
What does --help say?

Quote:
x264 core:97 r1613M 81e75e9
rack04 is offline   Reply With Quote
Old 27th May 2010, 20:41   #3225  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
Rack04 : Big problem with your x64 1613M version. I have the program wich brutaly crash/stop without any kind of error message after encoding 30 frames of the 1rst pass (video is 1280x720 23.976fps)...

Commande line used :
Quote:
@echo off

SET E_SRC=%6%1.avs
SET E_DST=%3%1.264
SET STAT_FILE=%1.stats
SET TUNING=%4
SET LOG_FILE_1=%1_log_1.txt
SET LOG_FILE_2=%1_log_2.txt

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

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

REM 1ère passe
x264_x64.exe --profile "high" --preset "placebo" --tune %TUNING% --pass 1 --bitrate %2 --stats %STAT_FILE% --level "4.0" --qpmin 0 --vbv-maxrate %MAX_BR% --vbv-bufsize %BUF_BR% --keyint 48 --min-keyint 2 --mvrange 511 --ref 6 --bframe 3 --b-pyramid "strict" --open-gop --subme 9 --trellis 1 --me "umh" --aq-mode 2 --aud --nal-hrd "vbr" --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --videoformat "ntsc" --sar 1:1 --qpfile %5 --threads 0 --thread-input --output NUL %E_SRC% 2> %LOG_FILE_1%

REM 2ème passe
x264_x64.exe --profile "high" --preset "placebo" --tune %TUNING% --pass 2 --bitrate %2 --stats %STAT_FILE% --level "4.0" --qpmin 0 --vbv-maxrate %MAX_BR% --vbv-bufsize %BUF_BR% --keyint 48 --min-keyint 2 --mvrange 511 --ref 6 --bframe 3 --b-pyramid "strict" --open-gop --aq-mode 2 --aud --nal-hrd "vbr" --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --videoformat "ntsc" --sar 1:1 --qpfile %5 --threads 0 --thread-input --output %E_DST% %E_SRC% 2> %LOG_FILE_2%

Last edited by jpsdr; 27th May 2010 at 20:45.
jpsdr is offline   Reply With Quote
Old 27th May 2010, 22:30   #3226  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by jpsdr View Post
Rack04 : Big problem with your x64 1613M version. I have the program wich brutaly crash/stop without any kind of error message after encoding 30 frames of the 1rst pass (video is 1280x720 23.976fps)...

Commande line used :
Post a sample that can be reproduced. Do it work with unpatched build?

Last edited by rack04; 27th May 2010 at 22:32.
rack04 is offline   Reply With Quote
Old 28th May 2010, 08:37   #3227  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,582
Quote:
Originally Posted by burfadel View Post
Which mandatory command line are you trying to replace?
Well, replace the older command line with the newer that should use rack04 patched compile.
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 28th May 2010, 08:40   #3228  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
I'll make other tests this evening. With unpatched build, the command line will be of course without open-gop.
jpsdr is offline   Reply With Quote
Old 28th May 2010, 09:40   #3229  |  Link
kypec
User of free A/V tools
 
kypec's Avatar
 
Join Date: Jul 2006
Location: SK
Posts: 826
Quote:
Originally Posted by rack04 View Post
Fixed. Thank you.
You've only fixed _x86 part. <komisar> is still mentioned at _x64 part.
I think it would be easier for you and also for the readers to join that
descriptive links to patches. Write them just once together with compilation
settings used and post only separate download links to _x86 / _x64 builds underneath.
Same suggestion to unpatched builds applies.
It's redundant and likely error prone to write same information twice, no need for that.

Last edited by kypec; 28th May 2010 at 09:44.
kypec is offline   Reply With Quote
Old 28th May 2010, 16:01   #3230  |  Link
Wishbringer
Silent Reader
 
Wishbringer's Avatar
 
Join Date: Dec 2003
Location: Germany
Posts: 295
Quote:
Originally Posted by jpsdr View Post
Big problem with your x64 1613M version. I have the program wich brutaly crash/stop without any kind of error message after encoding 30 frames of the 1rst pass...
Same here, tried to encode 1920x1080/24
Code:
--profile high --preset veryslow --tune film --slices 4 --level 4.0 --keyint 48 --min-keyint 2 --aq-mode 2 --b-pyramid strict --aud --nal-hrd vbr --open-gop --vbv-bufsize 31250 --vbv-maxrate 15000 --direct auto
Same encode worked with 1603, I just updated the exe to 1613M and restarted encode.
Wishbringer is offline   Reply With Quote
Old 28th May 2010, 16:16   #3231  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by Wishbringer View Post
Same encode worked with 1603, I just updated the exe to 1613M and restarted encode.
Have you tried without open-gop? Can you post a sample?
rack04 is offline   Reply With Quote
Old 28th May 2010, 17:03   #3232  |  Link
Wishbringer
Silent Reader
 
Wishbringer's Avatar
 
Join Date: Dec 2003
Location: Germany
Posts: 295
Without --open-gop it works (1st pass was ok, atm it started 2nd pass and is at 10%).
Sorry, no sample, am here at girlfriend with only 64kbit/sec upload speed.
Wishbringer is offline   Reply With Quote
Old 28th May 2010, 17:23   #3233  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by Wishbringer View Post
Without --open-gop it works (1st pass was ok, atm it started 2nd pass and is at 10%).
Sorry, no sample, am here at girlfriend with only 64kbit/sec upload speed.
I found the problem. Try this build. I will update the download link in the other post.
rack04 is offline   Reply With Quote
Old 28th May 2010, 17:27   #3234  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
Was the problem specific to x64 build ?
jpsdr is offline   Reply With Quote
Old 28th May 2010, 17:28   #3235  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by jpsdr View Post
Was the problem specific to x64 build ?
Nope. I managed to screw up the the open-gop patch. It should be fixed now.
rack04 is offline   Reply With Quote
Old 28th May 2010, 17:43   #3236  |  Link
Wishbringer
Silent Reader
 
Wishbringer's Avatar
 
Join Date: Dec 2003
Location: Germany
Posts: 295
Seems to work now, 1st pass at 30%, no crash like first build at 0-1%.

Thanks rack04!
Wishbringer is offline   Reply With Quote
Old 28th May 2010, 17:44   #3237  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
@Rack04Thanks for the builds and the updates. I'll test it.
@Wishbringer : Level 4.0 don't need slices (if encoding for blu-ray), so, removing will slighty improve quality.
jpsdr is offline   Reply With Quote
Old 30th May 2010, 07:02   #3238  |  Link
3ngel
Registered User
 
Join Date: Mar 2005
Posts: 457
I continue to have the same situation with first pass truncked after some minutes with only a "encode failed" and second pass that can't find the "stat file".

I've downloaded again from the Rack04 updated post the new build (with the open gop corrected patch), but same problem.

I download the x86 without filters.

Am i missing something?

Thanks
3ngel is offline   Reply With Quote
Old 30th May 2010, 09:03   #3239  |  Link
Wishbringer
Silent Reader
 
Wishbringer's Avatar
 
Join Date: Dec 2003
Location: Germany
Posts: 295
Quote:
Originally Posted by 3ngel View Post
I continue to have the same situation with first pass truncked after some minutes with only a "encode failed" and second pass that can't find the "stat file".

I've downloaded again from the Rack04 updated post the new build (with the open gop corrected patch), but same problem.

I download the x86 without filters.
The 1613 build without "M" in name?
Does it even have open-gop-patch? it's not "Modified"!
Maybe your 1st pass doesn't start because it can't recognize "--open-gop" command.
Wishbringer is offline   Reply With Quote
Old 2nd June 2010, 17:46   #3240  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Toolchain:
  • GCC 4.4.4
  • GPAC 0.4.6
  • Pthreads 2.9.0.0
  • Yasm 1.0.1
LAVF/FFMS Builds:
x264 Builds:
Code:
System:     MINGW
asm:        yes
avs input:  yes
lavf input: yes
ffms input: yes
mp4 output: yes
pthread:    yes
debug:      no
gprof:      no
PIC:        no
shared:     no
visualize:  no
rack04 is offline   Reply With Quote
Reply

Tags
h.264, x264, x264 builds, x264 patches, x264 unofficial builds


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 18:20.


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