Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (56)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (7208)

  • why am i not able to change the bit rate ?

    24 février 2021, par Siva Kumar

    ffmpeg -i intro.mp4 -c:v libx264 -b:v 18M -c:a aac -ar 48000 -ac 2 -b:a 320k -profile:v high -level 4.0 -bf 2 -coder 1 -pix_fmt yuv420p -threads 4 -cpu-used 0 -movflags +faststart -r 29.97 introyt.mp4

    


    Can someone please tell me why i'm not able to change audio bitrate ? The original video has aac 317kbps and i'm trying to make it to 320kbps but output shows it as 24kbps after running the above command.

    


    Also if i want to use libx265, this command does not work why ? Thanks in advance !

    


  • Change FPS when creating gif from pictures with ffmpeg

    11 avril 2017, par Ghost

    I’m trying to create a gif from a set of pictures with ffmpeg ; currently i’m using :

    ffmpeg -i <input images="images" /> .gif

    Which works perfect, but i would like to know how can i change the frame ratio of the created gif ? (meaning, how much time for the delay between two frames)

    Thanks in advance !

  • How to append new images into a video file which already exists using ffmepg

    28 juin 2014, par user3786605

    Is there any way to append new images into a video file using FFMpeg command line ?

    Thanks in advance,