Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (54)

  • 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

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (10310)

  • Additionals : Fix accept method to match period only

    16 juin 2015, par rskm1
    Additionals : Fix accept method to match period only
    

    Fix regex in accept function to match (optional) PERIOD, rather than
    (optional) "any single character".

    Closes #1440

  • Xuggler Error : Could Not Open

    22 septembre 2012, par MalTec

    I am using xuggler API to transcode Video from one format to another.

    Following the example, provided by

    http://wiki.xuggle.com/MediaTool_Introduction & http://www.javacodegeeks.com/2011/02/xuggler-tutorial-transcoding-media.html

    public void convertVideo(){

        String sourceUrl=getResourceDirectory()+"/in/AV36_1.AVI";
        String destUrl=getResourceDirectory()+"/out/output.mp4";

        IMediaReader reader = ToolFactory.makeReader(sourceUrl);

           // add a viewer to the reader, to see progress as the media is
           // transcoded
           reader.addListener(ToolFactory.makeViewer(true));

        // create a writer which receives the decoded media from
        // reader, encodes it and writes it out to the specified file
        IMediaWriter writer = ToolFactory.makeWriter(destUrl, reader);

        // add a debug listener to the writer to see media writer events
        writer.addListener(ToolFactory.makeDebugListener());


    ////
    ////        // create the media writer
           reader.addListener(ToolFactory.makeWriter(destUrl, reader));

           // read packets from the source file, which dispatch events to the
           // writer, this will continue until


           while (reader.readPacket() == null)
             do {} while(false);
       }

    Provides Could Not Open Exception :

     Exception in thread "main" java.lang.RuntimeException: could not open: D:\Malhar\project_works\VideoConvertter/resources/in/AV36_1.AVI
       at com.xuggle.mediatool.MediaReader.open(MediaReader.java:637)
       at com.xuggle.mediatool.MediaReader.readPacket(MediaReader.java:434)
       at util.VideoEncoder.convertVideo(VideoEncoder.java:38)
       at ConvertVideo.main(ConvertVideo.java:12)

    Have tried with different file to.. But, the result is same.

  • Revision 49701 : Amélioration de [49692] : pouvoir saisir le nom de la classe (Eric)

    16 juillet 2011, par yffic@… — Log

    Amélioration de [49692] : pouvoir saisir le nom de la classe (Eric)