Recherche avancée

Médias (91)

Autres articles (107)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • 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

    


  • How to optimize/speed up ffmpeg resizing

    16 février 2017, par ALM

    I am trying to quickly compress mp4 videos and wanted to know if there is a better way than I am currently using.

    ffmpeg -i orig.mp4 -preset ultrafast -vf scale=iw/5:-2 out.mp4

    This is currently being run for videos around 2-4 minutes long but I would like to get it as quick as possible. Are there other settings for ffmpeg I should use ?
    This is running on a i7 system with external GPU.

    Thank you

  • windows phone8 wp8 arm neon assembly [closed]

    3 février 2013, par user2036635

    I am about to transplant a project onto wp8. Unfortunately, most part of the project was written by arm neon assembly code with AT&T format, just like ffmpeg(neon).

    Any suggestion about tools or methods to quickly doing that?