Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6200)

  • ffmpeg : add progress speed to status line and report

    11 décembre 2015, par Moritz Barsnick
    ffmpeg : add progress speed to status line and report
    

    This adds a computation of the progress speed versus realtime ("Nx")
    to the status line and to the report log. It uses the progress time
    as already calculated for total output time as a base.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] ffmpeg.c
  • lavc/dsd_tablegen : speed up table generation

    29 décembre 2015, par Ganesh Ajjanagadde
    lavc/dsd_tablegen : speed up table generation
    

    Tables are bit identical.
    Sample benchmark (Haswell, GNU/Linux+gcc) :
    old :
    814485 decicycles in dsd_ctables_tableinit, 512 runs, 0 skips

    new :
    356808 decicycles in dsd_ctable_tableinit, 512 runs, 0 skips

    Binary size should essentially be identical, and is in fact identical on
    the configuration I tested on.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavcodec/dsd_tablegen.h
  • Options for cross-platform video & audio playback with speed control [on hold]

    11 janvier 2016, par Jon Cook

    I’m looking for a component that will do the following :

    1. (Must) Playback most common video formats (e.g. mp4, wmv, AVCHD, F4V, swf, MKV, DIVX, Mov, Avi, MPEG-1, MPEG-2, flv, VOB, asf)
    2. (Should) Stream video
    3. (Must) Playback most common audio formats (e.g .mp3, wav, .m4a, .mid)
    4. (Should) Stream audio
    5. (Must) Slow-down/speed up video&audio
    6. (Must) Adjust pitch of video&audio
    7. (Should) Zoom in on video

    It needs to work on the following platforms :

    1. (Must) Mac
    2. (Must) iPad
    3. (Should) iPhone
    4. (Should) Android
    5. (Should) Windows

    I’m prepared to work with any language, tech stack, whatever, as long as it meets those requirements.

    Is there any such thing out there ?

    I’ve started looking around (have checked out http://ffmpeg.org/ and www.vitamio.org/) but I’m a bit overwhelmed - too many variables - hoping someone out there might have some hints ?