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 7th May 2010, 05:02   #3181  |  Link
roozhou
Registered User
 
Join Date: Apr 2008
Posts: 1,181
Quote:
Originally Posted by rack04 View Post
This is what I get when i cross compile x64 ffmpeg using GCC 4.4.4.

Try "make" instead of "make -j2/-j4".
roozhou is offline   Reply With Quote
Old 7th May 2010, 09:42   #3182  |  Link
burfadel
Registered User
 
Join Date: Aug 2006
Posts: 2,229
Just curious, is it known how useful all the new instructions coming out at the end of the year and next year will be, on processors that support them? Like AvX, CVT16 etc?
burfadel is offline   Reply With Quote
Old 7th May 2010, 11:20   #3183  |  Link
bob0r
Pain and suffering
 
bob0r's Avatar
 
Join Date: Jul 2002
Posts: 1,337
Also a ffmpeg error here on gcc 4.4.4:

Code:
CC      libavcodec/dsputil.o
libavcodec/dsputil.c: In function 'put_h264_qpel2_mc10_c':
libavcodec/dsputil.c:2586: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [libavcodec/dsputil.o] Error 1
Latest working ffmpeg git revision: 22940

Side note: the same file, dsputil.c segmentation faulted before, then on gcc 4.4.3.
It was fixed 1 days after pasting it in #ffmpeg, but that was a coincidence i guess.
(i have how ever pasted it again )
bob0r is offline   Reply With Quote
Old 7th May 2010, 12:07   #3184  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by roozhou View Post
Try "make" instead of "make -j2/-j4".
I used "make". BTW, I have no problem cross compiling x64 ffmpeg using GCC 4.4.4 in x64 Win7 but I get the error above in x32 WinXP.
rack04 is offline   Reply With Quote
Old 7th May 2010, 12:57   #3185  |  Link
roozhou
Registered User
 
Join Date: Apr 2008
Posts: 1,181
Quote:
Originally Posted by rack04 View Post
I used "make". BTW, I have no problem cross compiling x64 ffmpeg using GCC 4.4.4 in x64 Win7 but I get the error above in x32 WinXP.
I got the same error with TDM's GCC 4.4.1 long ago. You can also try qp gcc builds.
roozhou is offline   Reply With Quote
Old 9th May 2010, 20:20   #3186  |  Link
juGGaKNot
Registered User
 
juGGaKNot's Avatar
 
Join Date: Feb 2008
Posts: 733
Need a generic gcc 4.4.4 32bit build with fade compensation guys.

anyone ?
__________________
Quote:
Originally Posted by Dark Shikari View Post
If they can beat x264 in visual quality on ordinary test clips without postprocessing, I'll eat my hat.
juGGaKNot is offline   Reply With Quote
Old 9th May 2010, 21:15   #3187  |  Link
[ReX]
Registered User
 
Join Date: Jul 2007
Posts: 151
Quote:
Originally Posted by juGGaKNot View Post
Need a generic gcc 4.4.4 32bit build with fade compensation guys.

anyone ?
ffmpeg/ffms2 is a little old, but not too much (not even a month old if I remember).

Only patch used: x264_fade_compensation_r1583
GCC 4.4.4 x86
make fprofiled
http://www.mediafire.com/?zyzymyvyzmn
[ReX] is offline   Reply With Quote
Old 10th May 2010, 20:28   #3188  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by roozhou View Post
I got the same error with TDM's GCC 4.4.1 long ago. You can also try qp gcc builds.
Turns out it is a bug in ffmpeg. It has been reproduced and reported by angustia. Evidently it will work if you don't disable filters.

Last edited by rack04; 10th May 2010 at 20:31.
rack04 is offline   Reply With Quote
Old 11th May 2010, 21:08   #3189  |  Link
juGGaKNot
Registered User
 
juGGaKNot's Avatar
 
Join Date: Feb 2008
Posts: 733
Quote:
Originally Posted by [ReX] View Post
ffmpeg/ffms2 is a little old, but not too much (not even a month old if I remember).

Only patch used: x264_fade_compensation_r1583
GCC 4.4.4 x86
make fprofiled
http://www.mediafire.com/?zyzymyvyzmn
thnx.
__________________
Quote:
Originally Posted by Dark Shikari View Post
If they can beat x264 in visual quality on ordinary test clips without postprocessing, I'll eat my hat.
juGGaKNot is offline   Reply With Quote
Old 12th May 2010, 22:32   #3190  |  Link
jsday187
Registered User
 
Join Date: Sep 2009
Posts: 3
Is there a possiblilty of getting an up to date DLL of ffms2 with thread fix patch separate from these builds?
jsday187 is offline   Reply With Quote
Old 13th May 2010, 13:01   #3191  |  Link
burfadel
Registered User
 
Join Date: Aug 2006
Posts: 2,229
You mean an avisynth ffms2 filter so you can us ffvideosource? I second the request with an automated thankyou!
burfadel is offline   Reply With Quote
Old 13th May 2010, 14:15   #3192  |  Link
[ReX]
Registered User
 
Join Date: Jul 2007
Posts: 151
I think it was fixed, so there's no need for patch.
http://code.google.com/p/ffmpegsourc...e/detail?r=312
[ReX] is offline   Reply With Quote
Old 15th May 2010, 21:16   #3193  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Toolchain:
  • GCC 4.4.4
  • GPAC 0.4.6-DEV
  • Pthreads 2.9.0.0
  • YASM 1.0.0
x264 Builds:
  • x264_x86_r1583M
    Code:
    Platform:   X86
    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
  • x264_x64_r1583M
    Code:
    Platform:   X86_64
    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
Patches:

Last edited by rack04; 15th May 2010 at 21:24.
rack04 is offline   Reply With Quote
Old 18th May 2010, 14:56   #3194  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Toolchain:
  • GCC 4.4.4
  • GPAC 0.4.6-DEV Rev 5
  • Pthreads 2.9.0.0
  • Yasm 1.0.0
LAVF/FFMS Builds:
LAVF/FFMS Patches:x264 Builds:
Code:
Platform:   X86_64
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
Code:
Platform:   X86
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
x264 Patches:
rack04 is offline   Reply With Quote
Old 20th May 2010, 18:38   #3195  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Toolchain:
  • GCC 4.4.4
  • GPAC 0.4.6-DEV Rev 5
  • Pthreads 2.9.0.0
  • Yasm 1.0.0
LAVF/FFMS Builds:
LAVF/FFMS Patches:x264 Builds:
Code:
Platform:   X86_64
System:     MINGW
asm:        yes
avs input:  yes
lavf input: yes
ffms input: yes
mp4 output: yes
avi output: yes
pthread:    yes
filters:    resize select_every crop hqdn3d
debug:      no
gprof:      no
PIC:        no
shared:     no
visualize:  no
Code:
Platform:   X86
System:     MINGW
asm:        yes
avs input:  yes
lavf input: yes
ffms input: yes
mp4 output: yes
avi output: yes
pthread:    yes
filters:    resize select_every crop hqdn3d
debug:      no
gprof:      no
PIC:        no
shared:     no
visualize:  no
x264 Patches:
rack04 is offline   Reply With Quote
Old 21st May 2010, 02:44   #3196  |  Link
Audionut
Registered User
 
Join Date: Nov 2003
Posts: 1,281
Thanks rack04
__________________
http://www.7-zip.org/
Audionut is offline   Reply With Quote
Old 23rd May 2010, 09:17   #3197  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
I don't know where to put it, just to notify, in the help, the default mode for nal-hrd is not specified.
jpsdr is offline   Reply With Quote
Old 24th May 2010, 17:14   #3198  |  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.0
LAVF/FFMS Builds:
Patches:
x264 Builds:
Code:
Platform:   X86_64
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
Code:
Platform:   X86
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
Code:
Platform:   X86_64
System:     MINGW
asm:        yes
avs input:  yes
lavf input: yes
ffms input: yes
mp4 output: yes
avi output: yes
pthread:    yes
filters:    resize select_every crop hqdn3d
debug:      no
gprof:      no
PIC:        no
shared:     no
visualize:  no
Patches:
Code:
Platform:   X86
System:     MINGW
asm:        yes
avs input:  yes
lavf input: yes
ffms input: yes
mp4 output: yes
avi output: yes
pthread:    yes
filters:    resize select_every crop hqdn3d
debug:      no
gprof:      no
PIC:        no
shared:     no
visualize:  no
Patches:

Last edited by rack04; 24th May 2010 at 17:19.
rack04 is offline   Reply With Quote
Old 24th May 2010, 17:28   #3199  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,582
@ rack04

Using x264_x64_r1602M I get the error

raw [error]: raw input requires a resolution
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 24th May 2010, 17:33   #3200  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by tormento View Post
@ rack04

Using x264_x64_r1602M I get the error

raw [error]: raw input requires a resolution
http://doom10.org/index.php?topic=177.msg2130#msg2130
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 22:17.


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