Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (23)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (4809)

  • UDP Streaming with ffmpeg - overrun_nonfatal option

    19 juillet 2016, par Julien Greard

    I’m working on a software which uses FFMPEG C++ libs to make an acquisition from an UDP streaming.

    FFMPEG (1.2) is implemented and running but I get some errors (acquisition crashes and restarts). The log displays the following message :

    *Circular buffer overrun. To avoid, increase fifo_size URL option. To survive in such case, use overrun_nonfatal option*

    I searched online for documentation about how to use this option, but I only got informations about how to use when running directly ffmpeg executable.

    Would someone know how to set the correct option in my C++ code to :
    - increase fifo_size
    - use overrun_nonfatal option

    Thanks

  • QT-Faststart - Can it be used with FFMPEG ?

    11 juin 2013, par Samuel Richards

    Quick question - I am currently running FFMPEG and I have read that the new updates feature QT-faststart. And if I run the command

       ffmpeg qt-faststart

    then this throws an error, so something must be happening ?

    I only want to move the MOOV atom to the beginning of the video, so assumed

       ffmpeg qt-faststart 'input.avi' 'output.avi'

    Would have worked, but it always throws an "Unable to find a suitable output format for 'qt-faststart'" — "qt-faststart : Invalid argument"

    I can't find any information on this online, seems quite a niche market in that sense.

    Any information would be much appreciated ! Thank you kindly.

  • Powershell script for ffmpeg mkv—>mp4 remuxing ?

    15 août 2019, par crioxide

    I am interested in writing a Powershell script that calls ffmpeg to remux a series of videos from mkv to mp4 and converts subtitle track 1 of all these files to hard subs. I have never used these CLI programs like this before so this is difficult for me to figure out (I’ve had to resort to doing this task this way after getting frustrated with all the half-assed GUI solutions out there that can’t do the job). Can I get some help please ?

    AND can someone enlighten me how I can learn more about these pieces of software so I don’t have to go begging for solutions online anymore ?