Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (112)

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

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

Sur d’autres sites (9056)

  • Merge "Use diamond search to replace full search in full-pixel refining search"

    10 mai 2011, par Yunqing Wang

    Merge "Use diamond search to replace full search in full-pixel refining search"

  • Performance Evaluation of RTX 3080 10G in ffmpeg Transcoding

    26 juin 2023, par JoeLin

    My GPU is RTX 3080 10G ,in ffmpeg , command is :

    


    ffmpeg -loglevel level+info
    
-n -hide_banner -hwaccel cuda -hwaccel_device 0 -hwaccel_output_format cuda
    
-i test.mkv
    
-map 0
    
-c:a copy -preset slow -g 50 -bf 2 -rc:v vbr -cq:v 20 -c:v : h264_nvenc -b:v : 3500k -maxrate:v:0 3500k -bufsize:v:0 7000k -map a:0 -var_stream_map "v:0,a:0,name:1080"
    
"/data/joe/speed/1080_test.mp4"
    
-benchmark

    


    My video file is 3.5G and it takes 27 minutes to execute this command. Can you please tell me if this is within a reasonable range ? By checking the logs, I found that the speed is 7.0x. I would like to know how efficient the transcoding capability of RTX 3080 is and if there are any GPUs with a similar price range that offer better transcoding performance. Alternatively, could there be an issue with my command parameters ? Thank you for your help, guys !

    


    I haven't found similar documentation, so I'm unsure if it's due to an issue with my command

    


  • libavfilter/dnn : support multiple outputs for native mode

    20 septembre 2019, par Guo, Yejun
    libavfilter/dnn : support multiple outputs for native mode
    

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
    Signed-off-by : Pedro Arthur <bygrandao@gmail.com>

    • [DH] libavfilter/dnn/dnn_backend_native.c
    • [DH] libavfilter/dnn/dnn_backend_native.h