Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (5037)

  • Heterogeneous list of files as input for ffmpeg

    3 décembre 2018, par sargue

    The short TL ;DR question is :

    How can I use a list of files instead of multiple -i FILE arguments to ffmpeg ?

    I am hitting the 8.196 command line limit on Windows. On linux I am not having this issue.

    The arguments are images, video files and audio files, so I can’t use the concat demuxer, for example.

    I am working on a fork of this project to generate a slideshow of images with Ken Burns effects and background music. The reason I am forking the original one is because I want to be able to add video clips alongside the images.

    The ruby script generates a long ffmpeg command line. This command line is too long for Windows. As an example I’m trying to process about 700+ inputs and the command line is 19.732 bytes long.

    A short, example, command line generated by the ruby script :

    ffmpeg -hide_banner -y -i "001.JPG" -i "please.mp4" -i "002.JPG" -i "002b.mp4" -i "003.JPG" -i "asfalto.mp3" -filter_complex_script script.txt -t 37.933 -map [out] -map [aout] -preset ultrafast -tune stillimage -c:v libx264 out.mp4
  • Nomenclature #2835 : Liste des travaux" ça fait penser à "todo-list

    9 février 2021, par cedric -

    Quelqu’un pour le faire et changer les chaines de langue avant la release 3.3 ?

  • movenc : Move sidx edit list timestamp adjustment into a block

    16 mars 2015, par Martin Storsjö
    movenc : Move sidx edit list timestamp adjustment into a block
    

    When reading these values from track->frag_info, the same adjustment
    has already been done.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.c