Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (39)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (7001)

  • ffmpeg, how to avoid audio drift when muxing audio and video

    1er mai 2023, par Monkeybus

    I use scrcpy to mirror my Android screen to my PC. I have to capture the audio via bluetooth.

    


    The result is two files. One .mkv and one .aac. They are both of equal length, possibly a second or two out.

    


    I mux them together, but the audio always drifts.

    


    I mux them together with the following command, $show is the bash variable for the video file.

    


    ffmpeg -i $show.mkv -ss -00:00:02 -i $show.aac -c:v copy -c:a copy -shortest $show.muxed.mkv


    


    The -ss sets the audio start time. I generally have to play around with this on a vid by vid basis. I can generally match the audio and video perfectly at the beginning of the file, but the audio will always drift over the course of the video.

    


  • avconv : Match stream id

    12 mars 2014, par Luca Barbato
    avconv : Match stream id
    

    Quite useful to select by pid in MPEG-TS.

    • [DBH] cmdutils.c
    • [DBH] doc/avtools-common-opts.texi
  • dnxhdenc : Have function pointer prototype match implementation

    1er novembre 2016, par Diego Biurrun
    dnxhdenc : Have function pointer prototype match implementation
    

    libavcodec/dnxhdenc.c(326) : warning C4028 : formal parameter 1 different from declaration
    libavcodec/dnxhdenc.c(329) : warning C4028 : formal parameter 1 different from declaration

    • [DBH] libavcodec/dnxhdenc.h