Recherche avancée

Médias (91)

Autres articles (112)

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

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

Sur d’autres sites (12785)

  • Creating App from Terminal code

    11 août 2014, par user3084141

    Good evening,
    I want to create an app that demuxes Audio from a Videofile with ffmpeg,that uses the following Terminal-code

    "ffmpeg location" -i "Source.file (Video.mp4)" -vn -ss "time" -t "sec" -acodec copy "Destination.file ("Audio.m4a")"

    I couldn’t find a ffmpeg gui for OSX that would let me do that.
    The Programm should ask for a Source file, a destination, start time and length.
    ffmpeg could be integrated or specified.

    Maybe it’s easier to Automate a Service.

    I’m sorry the I don’t have any experience on mac and automating Terminal commands.
    I have to start from 0 only a little bit visual basic experience.

  • How To Run Multiple Code ffmpeg in Macbook Terminal Using bat file ?

    26 juillet 2021, par ChhengRavy

    I have a problem to run bat file in Macboook Terminal. I created file bat that has code below.

    


    ffmpeg -i input1.mp4    -vf hflip -c:a copy output1.mp4
ffmpeg -i input2.mp4    -vf hflip -c:a copy output2.mp4
ffmpeg -i input3.mp4    -vf hflip -c:a copy output3.mp4


    


    If I run that bat file in window Command Promt I will get three outputs(output1,output2,output3). It work fine.

    


    But If I run it in terminal Mackbook by drag that file to terminal I get only output3. I don't know why in Macbook It works only the last code.

    


    Please Anyone knows about this help me. I was stuck a few days already.

    


    Thank you so much for your help.

    


  • Fast gnuplot terminal compatible with ffmpeg

    16 mai 2013, par DarioP

    I am using gnuplot to make some thousands of frames from raw data, I then make a video with ffmpeg (the easiest way I know to use advanced codecs like x264). The frames are not complicated : just few lines and some dots.

    Up to now I have been using the pngcairo terminal to produce the frames, but I noticed that postscript is way faster than pngcairo. Unfortunately ffmpeg doesn't recognize postscript, so I was wondering if you know a fast (but still a good quality -at least antialiased) gnuplot terminal which output can be readed by ffmpeg.