Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (36)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • avfilter/af_surround : improve front center channel

    18 novembre 2022, par Paul B Mahol
    avfilter/af_surround : improve front center channel
    

    Stops producing too loud output of front center channel in stereo upmix
    by using average magnitude instead of square root of squared magnitudes.

    • [DH] libavfilter/af_surround.c
  • Optimised FFMPEG parameters

    2 novembre 2016, par FlyingAtom

    How do I optimize the following to the specifications. The current one has random lags & pause while streaming.

    ffmpeg -re -y -i FILENAME.mp4 -vcodec libx264 -b:v 600k -filter:v yadif -ac 1 -ar 44100 -f flv "rtmp ://..."

    Video Format

    1. Maximum 720p (720 x 1280) resolution, at 30 frames per second. (or 1
      key frame every 2 seconds).
    2. You must send an I-frame (keyframe) at least once every two seconds
      throughout the stream..
    3. Recommended max bit rate is 4000 Kbps.
    4. The accepts H264 encoded video and AAC encoded audio only.

    Advanced Settings

    1. Pixel Aspect Ratio : Square.

    2. Frame Types : Progressive Scan.

    3. Audio Sample Rate : 44.1 KHz.

    4. Audio Bitrate : 128 Kbps stereo.

    5. Bitrate Encoding : CBR.

    My file is in mp4 generated with iMovies. Thanks in advance !

  • lavfi/delogo : take SAR into account

    1er juillet 2013, par Jean Delvare
    lavfi/delogo : take SAR into account
    

    When interpolating, weights are based on relative distances, which
    assume square pixels. If a non-1:1 sample aspect ratio is used, it
    should be taken into account when comparing distances, because the
    human eye and brain care about the picture as it is displayed, not
    stored.

    Signed-off-by : Jean Delvare <khali@linux-fr.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_delogo.c