Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (53)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (8406)

  • Compensating for missing audio frames in video with ffmpeg [on hold]

    9 décembre 2015, par Ned Rockson

    I consistently have a problem with videos recorded via webrtc where the audio is missing for the first few seconds. With ffmpeg I see that the first audio frame is generally at PTS >1.0.

    This doesn’t cause an issue in isolation as video players are smart enough to adjust, but when using ffmpeg to merge two videos and mix their audio, they end up having offset audio because each audio stream is treated as starting at 0.

    Is there a way to compensate for this offset when using amerge or amix filters ?

  • Set rotation field for MOV video (with FFMPEG ?)

    20 avril 2015, par Capum

    Here is this MOV which plays rotated -90° (leftwise) on WMP and, on VLC, plays correctly because of the metadata rotation set.
    How conform its orientation to become natively (straight) the same on all Players ?

    came from here Can I set rotation field for a video stream with FFmpeg ?

  • Custom video buffering from remote https url

    6 octobre 2022, par b.stevens.photo

    In the abstract, how does video buffering work ? Say I have a video file on a remote server that I want to download to a device and play, is there any way I could implement a custom buffering algorithm with just an https url ?

    


    I've been googling it and can't find anything technical on video buffering, I would assume most video players have a buffering algorithm built in but I'm not using a video player on this particular project.

    


    Any help or guidance is appreciated.