Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (29)

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (4950)

  • Android ffmpeg command not working for pitch & tempo change

    15 juillet 2019, par Hardip

    I’m trying to use below command to change pitch & tempo in my existing mp4 file, can anybody help me to correct ffmpeg command.

    ffmpeg [-y,-i,/storage/9016-4EF8/abcd video.mp4,-af,asetrate=r=46722.3224612449211671764955071340,-filter_complex,[0:v]setpts=0.5*PTS[v];[0:a]atempo=2.0[a],-map,[v],-map,[a],-vcodec,mpeg4,/storage/emulated/0/cut_video.mp4]
  • Merge .m4a files in android using ffmpeg library

    13 janvier 2015, par jagdish

    I have a couple of M4A (sound) files. I want to combine into a single sound file. Can this using ffmpeg library in android.

    I tried this way.

    public void myFunctionMergeAudioFiles(ShellCallback sc,List<string> mListFiles, String outPath) throws IOException, InterruptedException
       {

           ArrayList<string> cmd = new ArrayList<string>();
           cmd = new ArrayList<string>();
           cmd.add(ffmpegBin);
           cmd.add("f");
           cmd.add("concat");
           cmd.add("-i");
           for(int i=0;icode></string></string></string></string>

    My Log :-

    01-23 15:32:17.841: D/FFMPEG(12678): /data/app-lib/com.apps.messagingapp-1/libffmpeg.so f concat -i /storage/emulated/0/MGOApp/Temp/Recording #1_0.m4a /storage/emulated/0/MGOApp/Temp/Recording #1_1.m4a /storage/emulated/0/MGOApp/Temp/Recording #1_2.m4a -c -acodec aac copy /storage/emulated/0/MGOApp/Recording #1.m4a

    But i am not getting any error.
    Thanks in advance.

  • How to restrict ffmpeg to use only 50% of my CPU ?

    21 septembre 2016, par zukes

    i m using ffmpeg for streaming my desktop over UDP but my problem is ffmpeg’s process always takes 100% cpu for the entire time it is running leaving no room other application , my question is how can i restrict ffmpeg’s process to take up only 50-60% of cpu ?

    My cpu has single core
    2 gb ram