Recherche avancée

Médias (91)

Autres articles (67)

  • 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 ;

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

  • Keeping control of your media in your hands

    13 avril 2011, par

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

Sur d’autres sites (9540)

  • FFMPEG not save logs when converting to audio format

    27 mars 2017, par PUXIII

    The command does not save or even create a file :

    ffmpeg -i "video.mp4" -f mp3 "audio.mp3" -vstats_file "log_file.log"

    And if you convert to a video file, everything normally creates and writes :

    ffmpeg -i "video.mp4" -f mp3 "video.avi" -vstats_file "log_file.log"

    Goal : to pull out the time from the log file and bind it to the process bar.

    There are no problems with video, everything works. But with the sound does not work.

    I tried the command :

    ffmpeg -i "video.mp4" -f mp3 "video.avi" >2 "log_file.txt"
    But there are other problems popping out. Since I run it all from the python using the subprocess

    ffmpegProc = subprocess.Popen(ffmpegCommand, startupinfo=startupinfo, shell=True)
    , I can not kill the running process, because it is started with the attribute shell=True, and only the shell is killed.and only the shell is killed.

  • Videos which is only played by particular app, need help to save it

    19 septembre 2015, par Kumar

    There’s a app(i can’t disclose the app name) which plays video stored in memory card and videos have no extension, by viewing the file sizes im assuming that they are the videos + I also check changing the extension with mp4 flv 3gp etc but no success. I then decompiled the app and saw that app is using ffmpeg-jni to play the videos. Anybody can help me in this ? and yeah all videos have IGN in their meta tag.

    Thanks

  • Provide a .response() method on the data argument to retrieve response data.

    20 mars 2013, par blueimp

    m js/jquery.fileupload.js Provide a .response() method on the data argument to retrieve response data.