Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (82)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (8922)

  • ffmpeg says "No such file or directory" [closed]

    10 octobre 2020, par srvnk

    Kindly see this screenshot

    


    ffmpeg says no such file or directory but the file exists. I want to extract a frame/thumbnail from that video (pre1.mp4). I have installed ffmpeg by sudo snap install ffmpeg. My ubuntu version is 18.04.4 LTS. I also tried ffmpeg -ss 00:00:01 -i pre1.mp4  -vframes 1 -q:v 2 output.jpg but same error.

    


    I am using php to generate the thumbnail. I tried functions - exec, shell_exec and system to run the command but same error. After getting error I tried to run the command in terminal but the error is same.

    


  • Why am I receiving an error about unterminated %{} near '{localtime' when using ffmpeg

    28 juin 2019, par Randy Bailey

    I am using a line of code to try to record a camera and overlay some timestamp data while im at it.

    I have attempted placing a / and an ’ in various locations around the complaint but cant seem to fix the code. The video records fine but there is no timestamp data overlayed.

    ffmpeg -i https://CAMERAURL -vf drawtext=fontfile=/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf:text='%{localtime:%T}':fontcolor=white@0.8:x=7:y=700 -vcodec libx264 -bsf:a aac_adtstoasc /home/test/StreamDriveway_$now.mp4

    Ideally the code should record with no issues. This is a screenshot of whats going in in terminal https://i.imgur.com/mnFmNtd.png

  • Making libmp3lame work with ffmpeg on OS X

    26 janvier 2015, par eco_bach

    I tried this solution
    https://jeppenejsum.wordpress.com/2009/10/27/making-libmp3lame-work-with-ffmpeg-on-os-x/#comments

    but its not working for me. I get no audio when I do my sample ffmpeg conversions in the OSX terminal. ie

    ffmpeg -i MASTER.mp4 -c:v libx264 -preset ultrafast -profile:v high -crf 20 -c:a libmp3lame -q:a 4 output_CRF_20_ultrafast.mp4

    Can any FFMPEG experts suggest what I am doing wrong ? How do I get libmp3lame to work with ffmpeg in OSX Yosemite ?