Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (60)

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

  • How to keep the orientation number(exif) after converting from a video file to a image file by a ffmpeg command

    24 novembre 2023, par user27240

    The command below is working perfectly fine for my environment except it deletes the orientation number (EXIF) of the image file after being converted from a video file.

    


    System info :

    


      

    • FFmpeg 2.2.2
    • 


    • CentOS 6 (x86_64)
    • 


    


    I'd like to know how to keep the orientation number(exif) of the image with the command line below(it also have to keep the original purpose of its functionality which is to convert a video to a image from one directory to another.). I'd appreciate if anyone could help me out.

    


    for i in /path/to/inputs/*.mp4; do ffmpeg -i "$i" -frames:v 1 "/path/to/outputs/$(basename "$i" .mp4).jpg"; done


    


  • Cannot join mp3 file and avi file with ffmpeg

    13 novembre 2014, par RULE101

    I am using this code to join an mp3 file and video file with ffmpeg

    ffmpeg -i /file1.mp3 -ab 128k -i /file2.avi  -vcodec copy -f avi /file3.avi

    But this code gives that error

    Option ab (audio bitrate (please use -b:a)) cannot be applied to input file /file1.mp3 -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
    Error parsing options for input file /file1.mp3.
    Error opening input files: Invalid argument

    How can i do this job ?

  • How can I convert *.flv file to *.ts file using FFmpeg on command line ?

    15 mai 2020, par Defonds

    How can I convert *.flv file to *.ts file using FFmpeg on command line ? Is there any document about this ?

    



    Best Regards,
Defonds