
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (67)
-
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (6525)
-
python ffmpeg and pydub on windows
11 mars 2016, par Yonatan KreinerI am trying to import the ffmpeg and pydub to my python script.
I downloaded the ffmpeg for windows from https://ffmpeg.zeranoe.com/builds/
and put the bin folder in the system path.
I can use it from the CMD but I need to import it to the script
for the pydub library to work.
I had tried to executeAudioSegment.from_mp3("something.mp3").export("somethingElse.wav", format="wav")
without importing it but It throws
FileNotFoundException
.
Any suggestions ? -
ffmpeg command not working with Windows XP when files have spaces
25 février 2014, par user1665130I have a wpf application program for video audio merging using a command line tool ffmpeg.
I can successfully merge files in Windows 7. But when I try to run my program on Windows XP it shows errors.Here I include my command line code.
ffmpeg -i C:\Users\vishnu.aravind\Desktop\SUNP.AVI -i C:\Users\vishnu.aravind\Desktop\Alarm03.wav -c:v copy -c:a aac -strict experimental C:\Users\vishnu.aravind\Desktop\ Vishnu Aravind\new.avi
I made some research on this and i find out that if the input filenames and output filenames contain extra spaces in them, normally ffmpeg won't take it. Suppose if I edit my above code to
ffmpeg -i C:\Users\vishnu.aravind\Desktop\SUNP.AVI -i C:\Users\vishnu.aravind\Desktop\Alarm03.wav -c:v copy -c:a aac -strict experimental C:\Users\vishnu.aravind\Desktop\VishnuAravind\new.avi
this will successfully execute.
How to solve if I want the output to be saved to a folder whose folder name contains an extra space ?
-
Compiling ffmpeg (-3.0) on windows 7 with nvenc
21 février 2016, par aviyaCheI’m trying to compile ffmpeg (version 3.0) with the following configuration :
./configure --prefix=ffmpeg/ --disable-yasm --enable-nonfree --enable-nvenc
But I get the following error :
ERROR: nvEncodeAPI.h not found.
I download the latest Nvidia video SDK (version 6.0.1), but I don’t know where to copy the
nvEncodeAPI.h
file.I have the following set up :
- windows 7 64 bit
- cygwin64 terminal
- Nvidia Quadro k4200, with driver 361.91