Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (105)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • given a line number. which command sets the string at this line number as a parameter [duplicate]

    1er juillet 2022, par pitterpatter

    i have two lists.

    


    urls.txt contains urls line by line to files.

    


    they are named gibberish like 2345.mp4

    


    filenames.txt contains new filenames i want for those files.

    


    also line by line. both lists are in the correct order.

    


    i want to download those files in urls.txt with ffmpeg and rename them.

    


    i dont know how to work it out for the filenames.txt

    


    so far i have a for loop functioning with the gibberish filenames.

    


    how do i get the new filenames ?

    


    assume the for loop increments line numbers i++, which command sets the string at this line number as a parameter ?

    


    for /f %%a in (urls.txt) do ( 
ffmpeg -i "%%a" -c copy "%%~na.mp4" )

 


    


  • overlay line chart over video clip, having that line go up or down based on excel time series data

    26 janvier 2021, par QRrabbit

    I have a question, if this can be done with ffmpeg. If not, please suggest a plugin or a tool.
My basic need is, I have a video shot from the moving car, and speed is recorded into an excel file, with time and current speed as well as various other parameters.

    


    How can I output this video that combines a video footage with a changing graph, I will align the first record of the dataset with the first frame of the video, and then need to plot that line right over the video. As video progresses, the chart is updated from the excel dataset :
enter image description here

    


  • Add useHTML5Audio note to basic template

    31 juillet 2011

    m demo/template/index.html Add useHTML5Audio note to basic template