Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (77)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • Unable to find a suitable output format for '&&' in FFMPEG for C#.net

    28 août 2012, par Muhammad Atif Agha

    I am trying to convert and delete the source file using FFMPEG, what i want is to convert video file from one format to other, and delete the first one which is uploaded means source file, the command works fine if we use && operator after conversion syntax and write del command, it works well on command line but when we try using c#, it gives the error Unable to find a suitable output format for '&&'
    I have checked with debugger, and its the same line which we are writing on command line, command line does not have any problem. What's the issue with c# ?

    ffmpeg.StartInfo.Arguments = " -i \"" + v.FilePath + "\" -r 20 -ar 44100 -ab 196 -b 300k -aspect 4:3 -s 800x600 \"" + convertToMp4 + "\" && del \"" + v.FilePath + "\"";
                                   ffmpeg.StartInfo.FileName = Server.MapPath("ffmpeg/ffmpeg.exe");
                                   //ffmpeg.StartInfo.UseShellExecute = false;
                                   ffmpeg.StartInfo.CreateNoWindow = false;
                                   ffmpeg.BeginErrorReadLine();
                                   ffmpeg.Start();
                                   if (b == false)
                                   {
                                       ffmpeg.WaitForExit();
                                   }
  • Fixed unit tests.

    23 avril 2013, par blueimp
    m test/test.js
    
    Fixed unit tests.
  • Revision 8e1c97cf73 : Fix a unit test failure of sb8x8 on scaling ref Disable the use of scaled refer

    6 mai 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Fix a unit test failure of sb8x8 on scaling ref

    Disable the use of scaled reference frame for motion search in
    SPLITMV mode. This fixes the unit test failure issue triggered
    when merging sb8x8 from experimental list.

    Change-Id : I02ac25fd8db8d5762f8fee29513b947189875fa0