Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (54)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (5846)

  • FFMPEG script to merge all files in a list and make a 1920x1080p 60fps mp4 video

    28 février 2021, par BitBit

    I have a list of 46 videos in a text file. I tried the concat method to merge all of them, which worked but the quality is very poor and the audio is bugged/missing at parts.

    Can someone please help me with a script to merge all 46 videos and the output to be 1920x1080 60fps mp4 video ?

    


  • ffmpeg enforces bitrate value other than what specified

    12 mars 2021, par Mohammad

    I have a folder containing 1701 image frames named "frame0000.jpg", "frame0001.jpg",..., "frame1700.jpg". When I try to convert them to a video using this command :

    


    ffmpeg -r:1751/61 -b:2400k -i frame%3d.jpg video1.avi


    


    It produces a video with a bitrate of 717kbs and 25 frames/second (so the FPS is also different than what I specified !) ; hence, it has a poor quality.

    


    I read a lot about this issue such as :
FFMPEG ignores bitrate

    


    But couldn't find the solution to my case.

    


    Any help is appreciated.

    


  • Progress bar trimming ffmpeg laravel [closed]

    1er avril 2021, par gyd128

    I have a question about easy way to get progress bar for trimming video in ffmpeg laravel ?
sorry for my poor language.