Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (76)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (5285)

  • ffmpeg and Visual Studio 2012 stepwise

    1er juin 2013, par Hitesh Rohilla

    I am new to Visual Studio and using C# on visual studio 2012 for my codes. I have google everywhere to get answer for "How to install and use ffmpeg with visual studio ?" but nobody is giving correct answer... even on stackoverflow, code project and many personal blogs i just found discussion about some codes and dll... even before asking this question i found someone on stackoverflow has asked question "how to install ffmpeg on visual studio 2012" but unfortunately he/she assigned [duplicate] on his/her question... people say use this ; use that but nobody is telling after downloading ffmpeg what should i do...

    i want to know how and where to put or import ffmpeg functionality in visual studio and then only i can code ffmpeg in visual studio.

    even i found step-wise of same for php but its not helpful for me as i want to use visual studio c#

    just want step-wise guide starting from download to writing code and in between... specially those [in between]...

  • ffmpeg, how to extend video, the same clip multiple times concat

    22 janvier 2018, par pc8181

    i want to extend the video clip to fixed 200 seconds even the clip is low duration in VB.Net. if video clip is 28-seconds then want to repeat concate the same clip and trim 200 seconds how to do this ?...

    m trying something but i could not do how to repeat concat the same clip ...

     cmd = String.Format("{0} -i {1} -c copy -ss {2} -t {3} -an -y -map 0  
     {4}.m2ts",ffexe, inf, inT, ouT, ouF )
  • Revision eee904c9b9 : Adaptive mode search scheduling This commit enables an adaptive mode search ord

    18 septembre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_rd.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Adaptive mode search scheduling

    This commit enables an adaptive mode search order scheduling scheme
    in the rate-distortion optimization. It changes the compression
    performance by -0.433% and -0.420% for derf and stdhd respectively.
    It provides speed improvement for speed 3 :

    bus CIF 1000 kbps
    24590 b/f, 35.513 dB, 7864 ms ->
    24696 b/f, 35.491 dB, 7408 ms (6% speed-up)

    stockholm 720p 1000 kbps
    8983 b/f, 35.078 dB, 65698 ms ->
    8962 b/f, 35.054 dB, 60298 ms (8%)

    old_town_cross 720p 1000 kbps
    11804 b/f, 35.666 dB, 62492 ms ->
    11778 b/f, 35.609 dB, 56040 ms (10%)

    blue_sky 1080p 1500 kbps
    57173 b/f, 36.179 dB, 77879 ms ->
    57199 b/f, 36.131 dB, 69821 ms (10%)

    pedestrian_area 1080p 2000 kbps
    74241 b/f, 41.105 dB, 144031 ms ->
    74271 b/f, 41.091 dB, 133614 ms (8%)

    Change-Id : Iaad28cbc99399030fc5f9951eb5aa7fa633f320e