Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (35)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (6295)

  • ffmpeg fails when try to use drawtext on android

    1er juin 2018, par Rafael Lima

    I’m trying to make an android app using ffmpeg, almost everything is running fine but now i got a problem trying to use drawtext

    the original command works fine :

    ffmpeg -y -i /storage/emulated/0/DCIM/Camera/asd.mp4 -c:v libx264 -preset veryfast -crf 24 -tune film -c:a copy -r 30 -force_key_frames expr:gte(t,n_forced*15) temp.mp4

    but if i try to add drawtext filter it fails :

    ffmpeg -y -i /storage/emulated/0/DCIM/Camera/asd.mp4 -c:v libx264 -preset veryfast -crf 24 -tune film -vf "drawtext=text='Made with Instagram Story Splitter':fontfile=/data/data/com.tomatedigital.instagram.storysplitter/fonts/arial.ttf" -c:a copy -r 30 -force_key_frames expr:gte(t,n_forced*15) temp.mp4

    error :

    Error selecting an encoder for stream 0:1

    I’m sure the font file is okay... and i tested same command on ffmpeg windows and ubuntu and it worked

  • tiff : remove tiff type check for ICC profiles

    5 septembre 2020, par Lynne
    tiff : remove tiff type check for ICC profiles
    

    Although the ICC specifications say to check for this, libtiff doesn't
    and neither does any other TIFF implementation, and the TIFF specs
    say that Photoshop has a different way to encapsulate ICC profiles,
    and are asking for advice on how to deal with it.

    So basically, photoshop puts a different type than what's specified,
    no other implementation checks for this, we do because we tried to
    follow the specs although its harmless to not, and ran into this bug
    because we didn't know about it.

    • [DH] libavcodec/tiff.c
  • How change video's audio codec from one to another as specified by ffmpeg

    5 mai 2022, par itil memek cantik

    How is definitively changing a video's audio codec from one to another as specified by ffmpeg

    


    in short, ffmpeg gives specs on a video's audio stream

    


    Stream #0:1[0x2](und): Audio: aac (HE-AAC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 47 kb/s (default)


    


    must be another that ffmpeg has given a specs on a video's audio stream

    


      Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 64 kb/s (default)


    


    How the correct way of solution ?