Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 532 results for
ffmpeg
- Page 1
ffmpeg
Programming
Web Development
17 Years Ago
by ryan_vietnow
Hey dude,does anybody know how to transcode a video file in
ffmpeg
but the video must be played like a backward or rewinded vid?Please share your thoughts about this.Thanks.
FFMPEG and PHP problems
Programming
Web Development
13 Years Ago
by Chub97
… test all of my code. I have just set up
ffmpeg
and the upload form and on my local computer it…;video"]["name"]); exec('C:\
ffmpeg
\
ffmpeg
.exe -i ' . $video . ' videos/' . $random); echo 'C:\
ffmpeg
\
ffmpeg
.exe -i ' . $video . ' videos/' . $random; ?>…
FFMPEG-PHP
Programming
Web Development
13 Years Ago
by megachip04
I am attempting to install
ffmpeg
-php on my Dreamhost VPS. It runs …is quite easy using 'sudo apt-get install php5-
ffmpeg
' I have tried this, it appears to install … 'class ffmpeg_movie not found' I believe this means
ffmpeg
-php is not installed correctly or my path to… I ran the install in /usr/bin, where
ffmpeg
is. Maybe I need to run it in a…
Re: FFMPEG-PHP
Programming
Web Development
13 Years Ago
by cereal
…'ll need to use the PHP dl() function to make
ffmpeg
-php available to your scripts. Add the following PHP code… to the beginning of scripts you want to call
ffmpeg
-php methods in.[/quote] So maybe is this, check on… usage section, here: [url]http://
ffmpeg
-php.sourceforge.net/[/url] Anyway, to update the list of…
Re: FFMPEG-PHP
Programming
Web Development
13 Years Ago
by megachip04
…s a status update. I have installed
FFMPEG
and PHP-
FFMPEG
and flvtools2 using apt-get install I …;]; $destFile = $path1; $ffmpegPath = "/usr/bin/
ffmpeg
"; $flvtool2Path = "/usr/bin/flvtool2"; // Create… our
FFMPEG
-PHP class $ffmpegObj = new ffmpeg_movie($srcFile); // Save …
FFmpeg installation for x264 codec
Programming
Web Development
11 Years Ago
by kamilacbe
…can anybody help me out in where can i find
ffmpeg
download for windows x264 codec , am developing a website…, everythng was fine with another wrap installer called MooO
ffmpeg
which i found in this link http://www.moo0.com…batch file location is different , any help related with
ffmpeg
x264 sourcecode or access batch file would be helpful. Thanks…
Re: FFMPEG-PHP
Programming
Web Development
13 Years Ago
by megachip04
… Warning: dl() [function.dl]: Unable to load dynamic library '/
ffmpeg
.so' - /
ffmpeg
.so: cannot open shared object file: No such file or…/local/php5/lib/php/extensions/no-debug-non-zts-20060613/
ffmpeg
.so
Re: FFmpeg installation for x264 codec
Programming
Web Development
11 Years Ago
by geniusvishal
Try this: https://code.google.com/p/
ffmpeg
-sharp/ http://www.doyourself.org/
ffmpeg
/588-
ffmpeg
-x264-encoding-guide/
Re: FFMPEG-PHP
Programming
Web Development
13 Years Ago
by megachip04
ITS WORKING!!! kind of... I copied
ffmpeg
.so to the correct directory (it got saved somewhere else) …) it seems to just give up. This is not a
ffmpeg
issue though. It's like it tries uploading it, then…
Re: FFMPEG-PHP
Programming
Web Development
13 Years Ago
by cereal
… load the extension with dl()? [code]<?php $extension = "
ffmpeg
"; $extension_soname = $extension . "." . PHP_SHLIB_SUFFIX; $extension_fullname = PHP_EXTENSION_DIR . "/"…
Re: FFMPEG-PHP
Programming
Web Development
13 Years Ago
by cereal
… is to edit php.ini file and add [icode]extension=
ffmpeg
.so[/icode] Try to increase memory_limit on php.ini, default…
Re: ffmpeg conversion
Programming
Software Development
11 Years Ago
by kamilacbe
… cmd it works in c# and cmp prompt Aswell.
ffmpeg
-i input.flv output.mp4 when i go for baseline…pro = new Process(); try { string path = @"F:\
FFmpeg
1.05\bin\
ffmpeg
.exe"; pro.StartInfo.FileName = path; string outputfile = @"…
FFMPEG image sequence to video
Programming
Software Development
14 Years Ago
by bruno386
… to create a video from a sequence of jpegs; [CODE]
ffmpeg
-f image2 -i image%d.jpg -vcodec mpeg4 -b 800k…
FFMPEG permission problems IIS 7
Programming
Web Development
13 Years Ago
by Chub97
I seem to be having a major problem with
FFMPEG
on my local test server everything seems to work fine … errors or anything but the exec command will not run
ffmpeg
. I have tried all the solutions that people have suggested…
FFMPEG or it's Alternative !
Programming
Web Development
13 Years Ago
by sean888
…, We have a site in PHP, Zend Framework......that uses
FFMPEG
to compress and upload videos on the same. This site… matter of fact, does not allow us to install the
FFMPEG
on these Cloud servers. So can anyone please suggest a…
ffmpeg conversion
Programming
Software Development
11 Years Ago
by kamilacbe
… format so everythng went fine as i had a mooo
ffmpeg
but now when trying to access from c# i couldnt… its own command prompt. Anybody please advice how to install
ffmpeg
with x264 lib , and where can i find the zip…
Re: ffmpeg install question
Hardware and Software
Linux and Unix
18 Years Ago
by John A
[quote=BamaStangGuy;290852]I am making progress on my
ffmpeg
install. I have gotten it downloaded and now I am … prefix. Would /usr/local work?[/quote] I think installation of
ffmpeg
is the same as most Linux programs: just use the…
Re: FFMPEG permission problems IIS 7
Programming
Web Development
13 Years Ago
by cereal
Then try to run system() instead of exec() you will get
ffmpeg
output, so you can see what is going wrong, maybe is just the path or the permission with directories. You can use Debian, Ubuntu or CentOS (or whatever you like), here there is the Ubuntu server guide for 11.10: [url]https://help.ubuntu.com/11.10/serverguide/C/index.html[/url] Bye.
Re: FFMPEG permission problems IIS 7
Programming
Web Development
13 Years Ago
by Chub97
… try to run system() instead of exec() you will get
ffmpeg
output, so you can see what is going wrong, maybe…
Re: ffmpeg conversion
Programming
Software Development
11 Years Ago
by rubberman
You may need to build from source for that. I do know that my Linux version of
ffmpeg
(binary installation) has the x264 lib installed by default. Don't know about the Windows version though.
Re: ffmpeg conversion
Programming
Software Development
11 Years Ago
by tinstaafl
Here's the string modified see how there's extras spaces. `@"-i "+fpath+" -c:v libx264 -profile:v baseline -movflags faststart "+outputfile;` If you still have problems, you may have to consult the
ffmpeg
documentation a little more and make sure your not missing something or have incompatible options enabled.
ffmpeg install question
Hardware and Software
Linux and Unix
18 Years Ago
by BamaStangGuy
I am making progress on my
ffmpeg
install. I have gotten it downloaded and now I am ready to configure it although I am not sure what I should use for the prefix. Would /usr/local work?
ffmpeg-php for windows
Programming
Web Development
17 Years Ago
by ryan_vietnow
Hi everyone,can
ffmpeg
-php for PHP run under windows?If it can could anyone give me instructions on how to install it on windows. thanks in advance....
"ffmpeg" and Visual Studio 2008
Programming
Software Development
15 Years Ago
by AbsoluteCPP
… not to download a whole new compiler environment and compile
ffmpeg
from sources, just to get the dlls. Is there anyplace…
Re: "ffmpeg" and Visual Studio 2008
Programming
Software Development
15 Years Ago
by programmersbook
As far as i know, it not possible to compile
ffmpeg
under Visual C++, it doesn't support the C++ standard. You have to compile it the gcc under linux or MiniGW!
Re: "ffmpeg" and Visual Studio 2008
Programming
Software Development
15 Years Ago
by AbsoluteCPP
Is there any other alternative of "
ffmpeg
" that can be used with C++???
Re: "ffmpeg" and Visual Studio 2008
Programming
Software Development
15 Years Ago
by programmersbook
dont use Visual C++, use gcc/MiniGW,
ffmpeg
is powerfull!
FFMPEG File convert error
Programming
Web Development
13 Years Ago
by ndraycott
Hi Every time I change the parameters for
FFMPEG
it doesn't work. I want to increase the quality …
FFmpeg watermarking help
Programming
Web Development
12 Years Ago
by Nicejattz
HEllo Friends i want help to add a watermark on video. but i dont know about full about
ffmpeg
can anyone give me full code and explanation of this topic
Re: FFmpeg converting to flv but with 0 file size
Programming
Web Development
13 Years Ago
by HemZone
… upload_v/El-Bahia-Video.flv
FFMPEG
setting on server is like this
ffmpeg
-php version 0.6.3
ffmpeg
-php built on Dec… 21:00:16
ffmpeg
-php gd support enabled
ffmpeg
libavcodec version Lavc52.123.0
ffmpeg
libavformat version Lavf52.111.0
ffmpeg
swscaler version SwS0…
1
2
3
9
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC