Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (111)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (6909)

  • how to trim video in h264 format using ffmpeg while preserving quality ?

    16 décembre 2020, par prisonmike11

    I'm new to ffmpeg,

    


    I'm trimming a small clip from a bluray H264 video by providing start and end duration.

    


    I tried :

    


    ffmpeg -ss 00:01:00 -i input.mp4 -to 00:02:00 -c copy output.mp4


    


    but this results in stuttering issues in start of the video. The audio and video also don't match.

    


    I tried using -c libx264 but this is taking too long and the output video has much lower bit rate.

    


    My goal is to trim as fast as possible while preserving quality. I don't care about the frame accuracy of the trim. I plan on uploading the output to youtube.

    


    what flags should I use ?

    


  • MAINTAINERS : Replace QSV maintainer

    5 novembre 2016, par Michael Niedermayer
    MAINTAINERS : Replace QSV maintainer
    

    Ivan has a shortage of time to take care of QSV, Mark agreed to take over.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] MAINTAINERS
  • mlpenc : improve lpc filtering

    24 janvier 2020, par Jai Luthra
    mlpenc : improve lpc filtering
    

    * fix a possible memory leak (apply_filter returned before freeing)
    * use apply_filters in process_major_frame
    * revert back to checking bounds with 24 bitdepth, as huff offset takes
    care of it

    Signed-off-by : Jai Luthra <me@jailuthra.in>

    • [DH] libavcodec/mlpenc.c