Recherche avancée

Médias (91)

Autres articles (73)

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

  • 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

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (8926)

  • Linux ffmpeg operation for every mp4 files in subdirectories

    20 janvier 2021, par adigeefe

    I'm using Linux. I want to add transparent watermark in center of a videos with ffmpeg. I just wanted to write a bash script but I couldn't. I also tried on python.
My folder tree ;

    


    $ tree                
.
├── 1._Intro
│   ├── 1._Welcome.mp4
│   ├── 2._Thisisantest.mp4
|   .
|   .
|   .
│   ├── 9._Hello.mp4
│   ├── 10._Is_problem_there.jpg
│   └── pdffile1.pdf
├── 3._HTML
│   ├── 1._HTML.mp4
│   └── 4._Form.mp4
.
.
.


    


    How can I add transparent watermark those mp4 files with same directories and same filenames(No problem if we add 0 the beginning of the file name for output.) ?
Edit:I showed -1 vote, I'm researching about that since last week.

    


  • FFMPEG command for Android

    17 mars 2017, par user448250

    In my application I have to upload video(max length allowed 30sec) from Gallery to server. Since video sizes will be big, I want to compress the video and upload.
    To compress the Video I thought of using FFMPEG library and I am trying to find out the command by which Video size can be reduced upto 10MB and should not be noticeable blur in the video.
    I tried multiple ways by changing the resolution and bit rate in the FFMPEG command but it does not work out still video looks blur.
    Can somebody help with some standard FFMPEG command which works for all videos. Since video length allowed only for 30sec in app I am assuming actual video size will not be more than 100MB even for high resolution devices which I want to bring down to 10MB and below.

    I used the following command :
    ffmpeg -y -i /sdcard/Android/input.mp4 -strict experimental -s 720x480 -r 25 -vcodec mpeg4 -b 600k -ab 48000 -ac 2 -ar 22050 /sdcard/Android/NewCmd.mp4

  • Diagonal split to show two positions of the same video frame. Landscape input, portrait output

    23 septembre 2020, par ajomajo

    I have a 16:9 video with two faces talking to eachother. I want to make a portrait video output (for smartphones viewport) where I show both faces in the same frame, split diagonally. Is this possible ? Like this : from [o o] to [%]

    


    I have used a filter .script-file earlier to fit one face into the frame, but now I'd like to fit both faces from the same scene, and preferably diagonally.

    


    The viewer will be able to see the two faces having a dialogue in a portrait aspect ratio, no matter how far away they are from eachother in the original landscape aspect ratio.