Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: Unable to run ffmpeg.exe (Access Violation error) - msg#00191
List: video.ffmpeg.user
Hi,
I am using ffmpeg version 0.4.9-pre1, build 4718 (libavcodec 4718, libavformat
4616) in the Windows system using MSYS. I could successfully compile this and
could generate the ffmpeg.exe. But I am not able to run this exe. Everytime, I
try to run this exe, there is an "Access violation - 0xC0000005" crash. I am
not able to determine from the debugger where this is happening (I used gdb and
tried to do a bt, but there is no stack available after this crash). All I am
able to see from the VisualC++ debugger is that this involves pointer
assignment, but not able to see which pointer and where.
Is this a known issue? Has anyone else encountered this? Could this be because
I am trying to compile and run FFMPEG in windows using Msys? I do the following
steps to compile:
1) ./configure (did not change anything in the configure file)
2) make
Did not do a make install.
Then I try to run the ffmpeg.exe from the ffmpeg directory using the following
command:
ffmpeg -i <input file name> <output filename>
That is when the crash happens.
Stack during crash (from vc++ debugger)
FFMPEG! 005bba63()
FFMPEG! 005b1472()
FFMPEG! 0046bc6f()
FFMPEG! 00470926()
FFMPEG! 00446905()
FFMPEG! 00469587()
FFMPEG! 00446e7f()
FFMPEG! 004024f8()
FFMPEG! 00408b90()
FFMPEG! 004011e7()
FFMPEG! 00401238()
KERNEL32! 7c816d4f()
Can someone please tell me why this is happening?
Thanks in advance,
Usha
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: [mjpeg @ 0x83148ec]colorspace not supported in jpeg
Mike Melanson wrote:
So it's currently unmaintained ?
Yep.
Well, if it just needs someone to vet patches or whatever, I'm happy to
do it.
Tom
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Next Message by Date:
click to view message preview
Re: Unable to run ffmpeg.exe (Access Violation error)
Hi
Damodaran, Usha (UMKC-Student) wrote:
Hi,
I am using ffmpeg version 0.4.9-pre1, build 4718 (libavcodec 4718, libavformat
4616) in the Windows system using MSYS.
Please use the cvs version. MSYS fixes has been added since 0.4.9-pre1.
And to debug stuff you should run ffmpeg_g.exe, it has all the debugging
stuff included ffmpeg.exe is a stripped version of ffmpeg_g.exe.
[...]
Thanks in advance,
Usha
MvH
Benjamin Larsson
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Previous Message by Thread:
click to view message preview
Uncompressed PIX_FMT_RGB24 video creation
Hi,
I have
an hard time making avcodec/avformat works to create uncompressed RGB
24-bits video. What is the exact process of creating these? What structure
should I create first? How to create the codec (and cope for the fact that
uncompressed video is not encoded) and so on.
I checked
output_example.c. But somehow every single example with ffmpeg deal with some
kind of encoding. What if I don't have any?
Note: I can create
the AVI, but it's always either YUV420 or 422.
Etienne
Next Message by Thread:
click to view message preview
Re: Unable to run ffmpeg.exe (Access Violation error)
Hi
Damodaran, Usha (UMKC-Student) wrote:
Hi,
I am using ffmpeg version 0.4.9-pre1, build 4718 (libavcodec 4718, libavformat
4616) in the Windows system using MSYS.
Please use the cvs version. MSYS fixes has been added since 0.4.9-pre1.
And to debug stuff you should run ffmpeg_g.exe, it has all the debugging
stuff included ffmpeg.exe is a stripped version of ffmpeg_g.exe.
[...]
Thanks in advance,
Usha
MvH
Benjamin Larsson
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click