Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (108)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

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

  • Is it possible to run the ffmpeg command as a server ?

    23 janvier, par Parlor311

    Instead of running the "ffmpeg" command on every request in my REST API, I want to be able to run it a single time as a server, a separate process or service, and have the REST endpoint call the server over any supported protocol. The endpoint should be able to stream the input and receive the streamed output from the server. Is this possible using the ffmpeg CLI ? I can't find a single resource that covers this use case. If possible to provide the right command configuration. Thank you.

    


  • Refactored Angular module.

    13 juin 2013, par blueimp
    Refactored Angular module.
    

    Renamed fileupload directive to fileUpload (file-upload in templates)
    for consistency with the service and controllers.
    Preview and Progress directives now use "file-upload-" as prefix as a
    sort of namespace.
    The formatFileSizeFilter now accepts suffix and prefix for the units.
    This allows better localizing for languages which put the unit label
    first.

  • How to run two different FFmpeg commands parallelly ?

    3 mai 2019, par SWAPDROiD

    I have one Intent service to work in background to execute compressing video file command because I want to compress video file upto 30GB (4KVideo), but meanwhile I want to run video merge, trim, rotate, add music commands as well, so how can I ?

    Because it giving me below error :

    FFmpegCommandAlreadyRunningException : FFmpeg command is already running, you are only allowed to run single command at a time

    Please provide me any alternative solution for that