
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (32)
-
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 (...) -
Participer à sa documentation
10 avril 2011La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
Pour ce faire, vous pouvez vous inscrire sur (...) -
Encodage et transformation en formats lisibles sur Internet
10 avril 2011MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)
Sur d’autres sites (4539)
-
PHP Convert image+audio = video
31 octobre 2014, par jQuery Angry BirdHi I saw THIS Question.There is no proper rather vague answer.
He said
ffmpeg -r 10 -b 1800 -i %03d.jpg test1800.mp4
.Pretty vague.What i want is I have 2 inputs i wil give from php file . Image,Audio ,And Output will be Video .
I saw people sayingffmpeg
And all that .But does it/can it convert Image+Audio to Video ??
If yes then what should be done ?? I saw lots of questions .but NONE of then answers properly.I didnt see ANY PHP code to do so online.Thanks. -
Bitrate change with ffmpeg .mp4 -> .wav [duplicate]
14 juin 2020, par jshackleI don't know too much about ffmpeg nor audio in general. I have an .mp4 audio file that I am trying to convert into a .wav file, so I can open it in python with PySoundFile. An issue is that the bitrate increases dramatically from the .mp4 file to the .wav file (I believe 130kb/s -> 1400kb/s) and so the file size increases and becomes harder to handle in python.



For the conversion, I am using a command I found online as I am not familiar with ffmpeg :



ffmpeg -i inFile.mp4 -ab 160k -ac 2 -ar 44100 -vn outFile.wav



I tried playing around with the arguments a little, but I'm still not sure what they do and didn't notice any differences. Is there something going on in the command that is increasing the bitrate ? is it something inherent about .wav files ? should I convert to a different format and if so, how would I do that ?


-
Invalid data error during ffmpeg .m4a conversion
4 janvier 2023, par Kazi bácsiI wanted to edit my .m4a voice recording from Samsung Voice Recorder using ffmpeg 2.2.2, however, I got the error Invalid data found when processing input. I tried to open it through Audacity, but it returned an error claiming that the ffmpeg library is missing, which is definitely not the case. Eventually I tried to use online .m4a to .mp3 converters, but they all returned error, so I assume there may be an issue with the encoding of the original file and ffmpeg should be configured accordingly. What settings shall I use ? (The original file can be played on the phone without any problem.)


ffmpeg -ss 00:00:19 -i "C:\Your\Folder\original.m4a" edited.m4a