Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (98)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike 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 (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (12334)

  • Most time effective web format for converting h.265

    29 avril 2020, par IamRichter

    So, I configured my ipcams to send event videos to a FTP server that saves it locally, and run a script that convert every video into something that can be opened in a generic browser, then send it to a S3 (I am using pyftpdlib + my modifications).

    



    But i don't think that I am doing it in the most effective way. On my computer (a fairly good laptop) it usually takes half the video playtime to convert into a mp4 using a generic ffmpeg command that i simple copy and paste from stackoverflow. I tried to look up the documentation, but i simple don't have the multimedia background to understand it.

    



    What would be the most time effective format and how to convert a raw h.265 video to it ?

    


  • Compare two audio files and detect out of sync time

    15 décembre 2016, par kostya572

    I have two very similar audio files, but second audio file is out of sync for several seconds. I allready used :

    ffmpeg -i audio1.wav -itsoffset 0.67

    If i use this solution everytime i need manualy check delay time.
    How can i make this operation automatically ? Is there any waveform comparing software that can detect at what second i need set "itsoffset" ? Thank you.

  • how to change ffmpeg time format information ? [closed]

    15 décembre 2024, par Martin Martin Calden Calden

    I am using the freezedetect filter and the time format keeps appearing as seconds. that is really bothering me because I need to calculate it to minutes for editing and it takes time.
how can I change the default time format to hh:mm:ss ?
this is the command I use to detect freezeframe :

    


    ffmpeg -i freeze.mp4 -vf "freezedetect=n=-60dB:d=1" -map 0:v:0 -f null -


    


    I am not really understand how to change it. and this is the result :

    


    


    [freezedetect @ 0000025e6b92ee80] lavfi.freezedetect.freeze_start :
348.958008 [freezedetect @ 0000025e6b92ee80] lavfi.freezedetect.freeze_duration : 1.041667 [freezedetect @
0000025e6b92ee80] lavfi.freezedetect.freeze_end : 349.999674
[freezedetect @ 0000025e6b92ee80] lavfi.freezedetect.freeze_start :
468.791341 [freezedetect @ 0000025e6b92ee80] lavfi.freezedetect.freeze_duration : 1 [freezedetect @
0000025e6b92ee80] lavfi.freezedetect.freeze_end : 469.791341
[freezedetect @ 0000025e6b92ee80] lavfi.freezedetect.freeze_start :
1127.083008 [freezedetect @ 0000025e6b92ee80] lavfi.freezedetect.freeze_duration : 1.041667 [freezedetect @
0000025e6b92ee80] lavfi.freezedetect.freeze_end : 1128.124674
[freezedetect @ 0000025e6b92ee80] lavfi.freezedetect.freeze_start :
1753.166341 [freezedetect @ 0000025e6b92ee80] lavfi.freezedetect.freeze_duration : 1 [freezedetect @
0000025e6b92ee80] lavfi.freezedetect.freeze_end : 1754.166341