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 (31)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (5822)

  • x264 : Encoded videos need lots of CPU to play

    30 novembre 2014, par LTR

    My computer (Intel Core 2 Duo T9300, 2.5GHz) can usually play any Full HD file, and Blu-Rays perfectly.

    However, when I encode a Full HD file myself, the CPU is struggling and frames are dropped.

    Here’s my command line :

    ffmpeg.exe -r 24 -f concat -i list_of_png_files.txt -i w :\audio.wav -acodec copy -c:v libx264 -preset medium -b:v 10000k -shortest output.avi

    I tried adding -maxrate 13000k after "-preset medium". However, x264 doesn’t seem to honor this - the framerate still reaches 20MBit at parts.

    How can I encode videos in such a way as to reduce CPU usage during decoding ?

  • Screen recording ffmpeg

    27 août 2020, par Nikto

    I make program for capturing video from screen.
And i have some issues.
In order to record screen i use this command :

    


    ffmpeg -f gdigrab -framerate 30 -i desktop output.mkv


    


    This command works, but i have two questions :

    


      

    1. My screen allows full-hd, but seems like output.mkv in bad (not full-hd) quality. How to record screen in the best quality ?

      


    2. 


    3. My command doesn't record audio. How to record audio too ?

      


    4. 


    

    
Help me please. Thanks

    
Note : i use win10


  • Cropping a mp4 into multiple fractions [duplicate]

    19 mai 2021, par DomDom

    Is it possible to crop a (huge) movie into fractions along the X- and Y-axis of the resolution ?

    


    Basically split it into smaller movies into rows and columns with each one having the full length ?

    


    I have no experience with ffmpeg and I tried figuring out this question in the docs but since I'm a noob, I don't understand half of it.

    


    By now I could only find information about cropping along the time of the movie, not resizing it multiple times with the full length.

    


    If not then maybe it is possible to just split an image into rows and columns ?