Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (82)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • 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 ;

Sur d’autres sites (11836)

  • Revision 598b083342 : Fix vp9_psnrhvs.c build error Add vpx_dsp_rtcd.h to the header file list. The o

    23 juillet 2015, par Jingning Han

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



    Fix vp9_psnrhvs.c build error

    Add vpx_dsp_rtcd.h to the header file list. The od_bin_fdct8x8()
    here depends on forward 8x8 2D-DCT.

    Change-Id : I1d71edc71f07069808823d2445c1cafd285e1b94

  • ffmpeg segment list perfix for ffconcat and csv

    18 février 2015, par Ara Deonas

    I want to segment my file and I want a result list of files for using with ffconcat and a file with segments info.
    Just like documention my command for getting a csv list is like this :

    ffmpeg -i test.mp4 -acodec copy -f segment -vcodec copy -reset_timestamps 1 -map 0  -segment_list .\tmp2\out.csv .\OUTPUT%d.mp4

    And result will a csv file like this :

    OUTPUT0.mp4,0.000000,3.795458
    OUTPUT1.mp4,3.795458,5.046708
    OUTPUT2.mp4,5.046708,7.340667
    OUTPUT3.mp4,7.340667,13.471792
    OUTPUT4.mp4,13.471792,16.891875
    OUTPUT5.mp4,16.891875,20.645625
    OUTPUT6.mp4,20.645625,22.564208
    OUTPUT7.mp4,22.564208,24.315958
    OUTPUT8.mp4,24.315958,30.739042

    But I also want ffconcat file for lather use and I can get it with this command :
    ffmpeg -i test.mp4 -acodec copy -f segment -vcodec copy -reset_timestamps 1 -map 0 -segment_list .\tmp2\out.ffconcat .\OUTPUT%d.mp4

    And result will a ffconcat file like this :

    ffconcat version 1.0
    file OUTPUT0.mp4
    file OUTPUT1.mp4
    file OUTPUT2.mp4
    file OUTPUT3.mp4
    file OUTPUT4.mp4
    file OUTPUT5.mp4

    But real question is how can I get both list with one command so I dont have to segment a big file two times ?

  • lavc/vaapi_hevc : fix scaling list duplicate transfer issue.

    22 novembre 2016, par Jun Zhao
    lavc/vaapi_hevc : fix scaling list duplicate transfer issue.
    

    scaling list is already transfered to raster scan during head parsing,
    so no need to transfer it again.

    And after this fix, FATE test SLIST_A_Sony_4/SLIST_B_Sony_8/
    SLIST_C_Sony_3/SLIST_D_Sony_9 will pass in i965/Skylake.

    Signed-off-by : Wang, Yi A <yi.a.wamg@intel.com>
    Signed-off-by : Jun Zhao <jun.zhao@intel.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/vaapi_hevc.c