473,770 Members | 1,995 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Compiling ffmpeg -> missed dlls

Hi All,

i trying to compile ffmpeg v 0.4.9. with minGW compiler with make
instruction,

but at the end of the process none dlls have been created, only the exe
file (in c:\program files\ffmpeg directory).

I need the dll files (avcodec.dll & avformat.dll) because i want to
use ffmpeg function in a program written in c.

have u any advice ?

Or, how can i use ffmpeg with c/c++ ?

i wasn't able to include the avcodec.lib and avformat.lib

Help me, please !!!

Thank All

Marco

Mar 23 '06 #1
6 2909

m.******@gmail. com wrote:
Hi All,

i trying to compile ffmpeg v 0.4.9. with minGW compiler with make
instruction,

but at the end of the process none dlls have been created, only the exe
file (in c:\program files\ffmpeg directory).

I need the dll files (avcodec.dll & avformat.dll) because i want to
use ffmpeg function in a program written in c.

have u any advice ?

Or, how can i use ffmpeg with c/c++ ?

i wasn't able to include the avcodec.lib and avformat.lib

Help me, please !!!

Thank All

Marco


This is off topic because it doesn't relate to the C++ *language*.
Find a newsgroup that covers ffmped.

Mar 23 '06 #2
m.******@gmail. com wrote:
Hi All,

i trying to compile ffmpeg v 0.4.9. with minGW compiler with make
instruction,

but at the end of the process none dlls have been created, only the exe
file (in c:\program files\ffmpeg directory).

I need the dll files (avcodec.dll & avformat.dll) because i want to
use ffmpeg function in a program written in c.

have u any advice ?

Or, how can i use ffmpeg with c/c++ ?

i wasn't able to include the avcodec.lib and avformat.lib

Hmmm. Do I see a question about the C++ language here? ...

Nope.

Please come back when you have one.

--ag

--
Artie Gold -- Austin, Texas
http://goldsays.blogspot.com
"You can't KISS* unless you MISS**"
[*-Keep it simple, stupid. **-Make it simple, stupid.]
Mar 23 '06 #3
thanks, but my really question is:
are there some options to compile a code for get an dll..

Thanks,

Marco

Mar 23 '06 #4

m.arf...@gmail. com wrote:
thanks, but my really question is:
are there some options to compile a code for get an dll..


That's still not a C++ language question, since the C++ language has no
concept of DLLs.
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

If your compiler targets Windows, it probably has some options you set
to create DLLs. If you can't find the answer in the compiler
documentation, a newsgroup or other forum dedicated to that particular
compiler will be able to help you.

Gavin Deane

Mar 23 '06 #5
m.******@gmail. com wrote:
thanks, but my really question is:
are there some options to compile a code for get an dll..

That's really way off-topic here. You must run the configure script with
enable-shared:

../configure --enable-shared
make

You need a shell to do this (cygwin e.g.)

Christian
Mar 23 '06 #6
OK, sorry for my offtopics...

btw, for Christian, i tryied compile with option --enabled-shared, but
it create only the exe files, not the DLLS !!
Thanks all
Marco

Mar 24 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1298
by: GMane Python | last post by:
Hello All. First, I'd like to thank you all for the tremendous help I've received in the past while posting here. I'd like to ask another question. I'd like to use Python to invoke ffmpeg to encode some still-frames into an animation. I'd like to use MySQL to store the frames as a BLOB object. I'd like to know if anyone can help me with the invocation syntax. If I had, say, 10,000 frames stored in the database, how would I be able to...
0
3711
by: MrT | last post by:
Hi there, I was just wondering if anyone had any ideas why this doesn't work on a php page! exec("/usr/bin/ffmpeg -i Movie.avi -vhook 'lib/vhook/drawtext.so -f fonts/tahomabd.TTF -x 10 -y 10 -t watermarktext' -acodec mp3 -ab 32 - ac 1 -ar 44100 outputfile.flv") I did notice when i copied the above with out the exec() in my shell
0
2688
Nert
by: Nert | last post by:
hi.., According to an article i've read on the intermet, FFMPEG is the only solution for the convertion of media files to flv on fly. I spent most of my time searching on the Internet about how to use ffmpeg, but I got nothing clear. Anyone please help me to configure it on my server. I am using windows server. I am looking forward for any help from you guys.., Thank you in advance.. --nert (^_^)
2
3331
by: itsjaferi | last post by:
I have installed ffmpeg and working very well.. grabbing images.. video conversion.. but i am stopped while combining two flvs... any one have command to combine two flv.
6
8309
by: jcor | last post by:
Hi, i installed ffmpeg but seems to be a old version. With the command "ffmpeg -v" I get the this output: I tried to upgrade it with: but didn't work. Can someone tell me out to upgrade ffmpeg, step by step, including directories to copy files or whatever i'm missing? Thanks, João
2
2487
by: jcor | last post by:
Hi, I'm trying to use the module FFmpeg::Command to convert some files from .mpg to .wmv when I use ffmpeg in command line the command is just like this: "ffmpeg -i input.mpg output.wmv" When I try to do something similar in perl I get this error: file not found: usr/local/share/perl/5.8.8/FFmpeg/Command.pm at /usr/local/share/perl/5.8.8/FFmpeg/Command.pm line 93 I don't know what I'm missing, Can somebody help me? My code is like...
7
3512
by: kigoobe | last post by:
Hi guys I was trying to understand how the ffmpeg works, but even after a lot of googling, couldn't advance a bit. Ok, in case of normal file uploading, we have something like - $movie=$_FILES; and then we use something like ftp_put($conn_id, 'public_html/folder/'.basename($movie), $movie, FTP_BINARY); to do the uploading in our server. In ffmpeg, I am getting codes like ffmpeg -i ellas_first_year.avi -ar 22050 -ab 32 -f flv -s...
6
48761
sumaiya
by: sumaiya | last post by:
Iam totally confused about the working ffmpeg.I tried many times to use that dll in my php project.If u can please help me. First I extaracted the dll from http://sourceforge.net/project/downloading.php?groupname=ffmpeg-php&filename=ffmpeg_new.rar&use_mirror=jaist . I got the latest ffmpeg dll.Iam using PHP5 .My operating system is windows.Is that ffmpeg dll works only with linux. after unzipping (ffmpeg_new) i found these files : In...
0
2095
by: =?Utf-8?B?U2hhbQ==?= | last post by:
Hai all, In my application i am using the code below i mentioned. But it couldn't converted into flv format and its not saved into specified path .Can any one help me to do this using c#. Process ffmpeg,hai; string video;
2
10631
Nert
by: Nert | last post by:
Hello there., i have this problem converting an flv video format to 3gp format using ffmpeg so that i can put the video on my cellphone. Well actually i have successfully converted the video to 3gp format and it plays on quick player but when i put it on my cellphone and played it, it gives me an error "Invalid video format". I've already check my cellphone's video player and it does support the 3gp video codec. Does anyone knows what could...
0
9618
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10260
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9906
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7456
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.