
Recherche avancée
Autres articles (17)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (3249)
-
Extract frames from .DAV file for convert to .MP4 or .AVI on Mac or Linux (or Windows virtual box)
24 août 2016, par benwizI have a .dav file from a cctv camera. My goal is to extract every frame into a jpg. It seems likely that I’ll need to convert it into mp4/avi before extracting frames using ffmpeg/avconv.
I can’t figure out any method to convert the .dav file on unix or windows (found a software that claimed to convert the file to .avi but it would not run in the Windows virtual machine or on my Mac)
-
checkasm : Fix compilation on Windows with —disable-thread
17 septembre 2016, par Henrik Gramner -
ffmpeg : Build failed in windows with cygwin for Android
25 juin 2014, par SmithI have trying building ffmpeg for android using windows 7 and Cygwin. I have android-ndk-r9d.
I have download the source code from here
I have already set NDK environment variable. And updated TOOLCHAIN line to : TOOLCHAIN=
echo $NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64
because linux folder not present.After running ./build.sh command. I got following error :
arm-linux-androideabi-gcc is unable to create an executable file.
C compiler test failed.
If you think configure made a mistake, make sure you are using the latest
version from SVN. If the latest version fails, report the problem to the
ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.Help me to find out what I did wrong ?