Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (78)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (18825)

  • trim MULTIPLE .mp4 files using ffmpeg in WINDOWS DOS

    22 février 2014, par user1530322

    My goal is to trim the first 4 seconds of, say 100 .mp4 files at once.

    I can easyly do it and in a quite quick way for one single .mp4 file at a time using :

    **ffmpeg -i MYFILE.mp4 -ss 00:00:04.000 -c:v copy -c:a copy Trimmed_MYFILE.**mp4

    I have a folder with those 100 mp4 files and want to bulk trim the first 4 seconds and save the new files on a folder in the same location called "newfiles".

    I'm imagining something like a loop, using FOR or so, but have no ideia how to do it.

    Thank you in advanced

  • trim MULTIPLE .mp4 files using ffmpeg in Windows commandline

    13 janvier 2015, par user1530322

    My goal is to trim the first 4 seconds of, say 100 .mp4 files at once.

    I can easyly do it and in a quite quick way for one single .mp4 file at a time using :

    ffmpeg -i MYFILE.mp4 -ss 00:00:04.000 -c:v copy -c:a copy Trimmed_MYFILE.mp4

    I have a folder with those 100 mp4 files and want to bulk trim the first 4 seconds and save the new files on a folder in the same location called "newfiles".

    I’m imagining something like a loop, using FOR or so, but have no idea how to do it.

  • use android ndkr8 compile ffmpeg2 through cygwin on windows

    22 juin 2014, par Rick Smith

    I want to compile ffmpeg for using in android. When i use "make" command,one error show as below :

    arm-linux-androideabi/bin/ld.exe: error: libavdevice/libavdevice.so:1:1: syntax error, unexpected '!', expecting $end

    How can i fix it.