Recherche avancée

Médias (91)

Autres articles (35)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (4805)

  • cmdutils : update copyright year to 2012.

    8 février 2012, par Ronald S. Bultje

    cmdutils : update copyright year to 2012.

  • configure : bump copyright year to 2016

    2 janvier 2016, par James Almer
    configure : bump copyright year to 2016
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure
  • Linux use a filename to derive parameters from

    5 avril 2017, par JoAnywhere

    I am using raspbian for a project.

    Here is my situation. I’m creating three files :

    1. a wav file with a filename format of [date_and_timestamp].wav.
    2. an avi file with a filename format of [date_and_timestamp].avi.
    3. a file with the name marker_[date_and_timestamp]

    The value of [date_and_timestamp] is consistent across all three files.

    What I want to do is look for all files starting with marker_, get the [date_and_timestamp] portion and use it to pass as a parameter to ffmpeg to combine the two files (i.e. ending up with a command that looks like

    ffmpeg -i /home/motion/[date_and_timestamp].avi -i /home/motion/[date_and_timestamp].wav /home/motion/[date_and_timestamp].mp4

    Given how powerful sh is, I know there will be a way, but I am far to n00bish to know what it is.

    The square brackets are there for clarity. They do not appear in the filenames.