Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (44)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (9458)

  • Xuggler not converting a .webm file ?

    10 mai 2014, par Click Upvote

    I’m trying simply to convert a .mov file into .webm using Xuggler, which should work as FFMPEG supports .webm files.

    This is my code :

       IMediaReader reader = ToolFactory.makeReader("/home/user/vids/2.mov");
       reader.addListener(ToolFactory.makeWriter("/home/user/vids/2.webm", reader));
       while (reader.readPacket() == null);
       System.out.println( "Finished" );

    On running this, I get this error :

    [main] ERROR org.ffmpeg - [libvorbis @ 0x8d7fafe0] Specified sample_fmt is not supported.
    [main] WARN  com.xuggle.xuggler - Error: could not open codec (../../../../../../../csrc/com/xuggle/xuggler/StreamCoder.cpp:831)
    Exception in thread "main" java.lang.RuntimeException: could not open stream com.xuggle.xuggler.IStream@-1921013728[index:1;id:0;streamcoder:com.xuggle.xuggler.IStreamCoder@-1921010088[codec=com.xuggle.xuggler.ICodec@-1921010232[type=CODEC_TYPE_AUDIO;id=CODEC_ID_VORBIS;name=libvorbis;];time base=1/44100;frame rate=0/0;sample rate=44100;channels=1;];framerate:0/0;timebase:1/90000;direction:OUTBOUND;]: Operation not permitted
       at com.xuggle.mediatool.MediaWriter.openStream(MediaWriter.java:1192)
       at com.xuggle.mediatool.MediaWriter.getStream(MediaWriter.java:1052)
       at com.xuggle.mediatool.MediaWriter.encodeAudio(MediaWriter.java:830)
       at com.xuggle.mediatool.MediaWriter.onAudioSamples(MediaWriter.java:1441)
       at com.xuggle.mediatool.AMediaToolMixin.onAudioSamples(AMediaToolMixin.java:89)
       at com.xuggle.mediatool.MediaReader.dispatchAudioSamples(MediaReader.java:628)
       at com.xuggle.mediatool.MediaReader.decodeAudio(MediaReader.java:555)
       at com.xuggle.mediatool.MediaReader.readPacket(MediaReader.java:469)
       at com.mycompany.xugglertest.App.main(App.java:13)
    Java Result: 1

    Any ideas ?

  • x86 : SSSE3 LUT-based faster coeff_level_run

    5 avril 2013, par Jason Garrett-Glaser
    x86 : SSSE3 LUT-based faster coeff_level_run
    

     2x faster coeff_level_run.
    Faster CAVLC encoding : 1%,2%,7% overall with superfast,medium,slower.
    Uses the same pshufb LUT abuse trick as in the previous ads_mvs patch.

    • [DH] common/bitstream.h
    • [DH] common/quant.c
    • [DH] common/x86/const-a.asm
    • [DH] common/x86/pixel-a.asm
    • [DH] common/x86/quant-a.asm
    • [DH] common/x86/quant.h
    • [DH] common/x86/x86inc.asm
    • [DH] encoder/cavlc.c
    • [DH] tools/checkasm.c
  • libavcodec : use avpriv_open()

    6 août 2013, par Rémi Denis-Courmont
    libavcodec : use avpriv_open()
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/libxvid_rc.c