
Recherche avancée
Autres articles (41)
-
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (10417)
-
Anomalie #2900 (Fermé) : Chiffre dans le titre d’un document venant perturber l’ordre anormalement
9 novembre 2012, par Franck SitbonLorsque le titre d’un document contient un chiffre dans son titre comme par exemple le film "16 blocs" ou "4 mariages et un enterrement", le document vient se mettre en fin de portfolio. Alors que normalement le document devrait réagir avec les titres "16. 16 blocs" ou "4. 4 mariages et un (...)
-
MOOV atom not found - is there a way how to extract the audio from corrupted mp4 ?
25 janvier 2021, par JZKI'm trying to recover mp4 video file. Having a video would be nice, having an audio is crucial.
I've recorded the fottage with LG v30 which has some kind of HQ audio, therefore normal recovery software is unable to recover it (video was recovered with ease).


That's why I want to try different approach - separate audio from video already from an corrupted file.


but, I'm hitting the "MOOV atom not found" problem, using FFmpeg command


ffmpeg -i sample.avi -q:a 0 -map a sample.mp3



Please help me. Thank you


-
avformat/mov_chan : never override number of channels based on chan atom
29 janvier 2024, par Marton Balintavformat/mov_chan : never override number of channels based on chan atom
The channel designation metadata should not override the number of channels.
Let's warn the user if it is inconsistent, and keep the channel layout
unspecified.Before the conversion to the channel layout API the code only set the mask, but
never overridden the channel count, so this restores the old behaviour.Signed-off-by : Marton Balint <cus@passwd.hu>