
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (97)
-
Les images
15 mai 2013 -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (5594)
-
ffmpeg for x264 core 136 lib in iOS [on hold]
23 août 2013, par 官承翰I want to develop a service (written in php) to provide mobile platforms(iOS/android/..etc) or desktop PCs to stream videos.
I have tried a lot and found.
My iPhone4 didn't support core 136 lib based on x264...it would crash or freeze when I tried playing it.
Here is my question :
Can ffmpeg decode video so that iOS can play ?
Or is there another way to solve it ?
I am new to these things...Thanks in advance
-
How to get and use FFMPEG in a Objective-C OS X app
2 septembre 2015, par CoimanI have an application where I need to use FFMPEG for something (video from AVCaptureSession encoded to MPEG(1)).
So far I have been looking for ways to build and use FFMPEG in my project but I have not found a way for OS X. All of the wrappers I have found so far are for iOS instead of OS X.
I need a solution that works on OS X and I would prefer if you explained how to use it a bit (build instructions, getting it into the Xcode project, code samples).
Thanks in advance for your help. :)
-
Stream Encoded bytes with FFMPEG
16 mai 2017, par caiomcgI have a byte array of encoded VP9 data and I have to stream it with UDP over FFMPEG(C++). Do you have any suggestion on how to do this ?
VP9(uint8_t*) -> FFMPEG -> UDP -> PC
Thanks in advance.
EDIT :
The bytes are sent to me by a hardware device.