Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (52)

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

  • Object detection in video file (ffmpeg & tensorflow ?)

    13 mai 2021, par totolino

    I would like to scan several video files for person in it.

    


    Best way would be with ffmpeg and something like tensorflow.

    


    tensorflow checks for persons in it, ffmpeg cuts the rest and the result is a video which only contains the frames with persons in it.

    


    Is there a way to do this ?

    


  • FFMPEG. How to convert file with stereo (2 channels) to file with 8 channel (2 with sound + 6 mute)

    27 avril 2021, par Whitelander

    I have a stereo video file which I would like to convert to another video file, but instead of only 2 channels I would like to have 8 audio channels. Two of them (1st and 2nd channel) would need to be the same as input file, all the rest has to be mute. I would like to use ffmpeg script. Anyone ?

    


  • How to normalize a single audio file with ffmpeg [duplicate]

    1er avril 2021, par Max Smith

    I need to process a single audio file, so that its loudest peak becomes as loud as possible, while all the rest of the waveform amplifies accordingly.

    


    How can I do it with ffmpeg ?