Recherche avancée

Médias (91)

Autres articles (23)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (4478)

  • ffmpeg : Safe Place To Cut AC3, AAC, and MP3 Audio

    24 mai 2022, par Harry Muscle

    Does AC3, AAC, or MP3 audio have the equivalent of keyframes where it's safe to make cuts in the audio ? I have several long audio file that I need to preserve the quality of but I need to make a few edits in a specific location. I was hoping to cut the audio file into parts along the equivalent of keyframes, make the edits to the sections in question (which will will result in that section being re-encoded), and then stitch everything back together thus keeping the majority of the audio in its original quality without any re-encoding.

    


    How would I go about finding the correct locations to split such audio files and perform the actually splitting using ffmpeg ?

    


  • avcodec/faxcompr : Make ff_ccitt_unpack_init() thread-safe

    27 novembre 2020, par Andreas Rheinhardt
    avcodec/faxcompr : Make ff_ccitt_unpack_init() thread-safe
    

    This will allow to make the TIFF decoder's init function thread-safe.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/faxcompr.c
  • Upload video file to amazon S3 after FFMPEG conversions - Laravel

    11 mai 2018, par Siddharth

    I’m trying to upload file to s3 using ffmpeg, and its creating a 0B file, what could be the reason behind this ?

    My Code is as follows :

    exec('ffmpeg -i '.config('medialibrary.s3.domain').'/listing_video/intromain.mp4'.' -vf "drawtext=fontfile='.storage_path('assets/video/FutuMd.ttf').': text='.$listing->car->name.': x=680: y=500: fontsize=55: fontcolor=white: enable=\'between(t,4,6)\'" '.Storage::put('intromainfinal.mp4', '').'');