Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (109)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (13154)

  • Getting the frame number as the filename for an extracted frame in ffmpeg

    7 janvier 2015, par Prashanth

    The following command line extracts the I frames from the video

    ffmpeg -i input.flv -f image2 -vf "select='eq(pict_type,PICT_TYPE_I)'" -vsync vfr thumb%04d.png

    But the frames are sequentially numbered ..like thumb0001,2,3,4,5.... Suppose the 9th frame is an I frame then I want the the extracted frame’s file name as ’thumb9.png’...suppose if 18th frame is the next I frame then the extracted frame’s filename should be ’thumb10.png’ or ’10.png’...

    How to achieve this ? Thanks in advance...

  • How to Convert WAV to MP3 in Pure Python without using External Binaries

    7 novembre 2023, par mrfakename

    Is there any way to convert a WAV file to MP3 in pure Python without using any external binaries (ie FFMPEG), but to have the conversion done in pure Python ?

    


    I looked into using PyDub but it uses FFMPEG.

    


    Thanks in advance !

    


  • How can I make ffmpeg stop when it encounters a corrupt packet ?

    26 juillet 2022, par As12419

    how can I make ffmpeg stop when it encounters a corrupt packet ? Thanks in advance

    


    Example : [mpegts @ 0000026eabff7c40] Packet corrupt (stream = 0, dts = 1805890264)