
Recherche avancée
Autres articles (46)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 (...) -
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 (...)
Sur d’autres sites (5335)
-
FFmpeg resize equivalent to css' object-fit : cover
10 octobre 2022, par Saylent -
ffmpeg equivalent for sox -t ima
14 décembre 2022, par LucasMI am trying to use ffmpeg to combine 1 audio file (ADPCM) and 1 video file (h264) into single mp4. Video by file conversion works fine but ffmpeg chokes on guessing audio input. I can't figure out how to tell ffmpeg which params to use to decode raw audio file.


Currently I first run sox to convert raw audio to wav :


sox -t ima -r 8000 audio.raw audio.wav



... then feed audio.wav from sox as ffmpeg input


ffmpeg -i video.raw -i audio.wav movie.mp4



I am trying to avoid sox step and use audio.raw in ffmpeg.


Thank you


-
What's the equivalent of "MP4Box -hint" in ffmpeg ?
7 janvier 2023, par Roman GaufmanI currently run my ffmpeg command to record the video then afterwards run
MP4Box -hint file.mp4
to make the file stream quicker for the web. Is there any way for ffmpeg to "hint" my file straightaway without the extra step ?