Recherche avancée

Médias (1)

Mot : - Tags -/géodiversité

Autres articles (11)

  • MediaSPIP Init et Diogène : types de publications de MediaSPIP

    11 novembre 2010, par

    À l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
    Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
    Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

Sur d’autres sites (515)

  • ffmpeg : How to get ffmpeg to ignore or fill in missing frames in the input image sequence [closed]

    6 février, par Greg E

    I have input frames image.0001.png, image.0002.png etc. Converting them to mp4 with

    


    ffmpeg -f image2 -i image.%04d.png -vcodec libx264 -crf 1 -pix_fmt yuv420p out.mp4

    


    However if there are missing frames in the sequence, eg. image.0020.png is missing, ffmpeg stops at frame 19 and makes a truncated movie with 19 frames.

    


    I'd like ffmpeg to just ignore the missing frame 0020, or repeat 0019 as 0020, or anything else sensible (look ahead and pull 0021 back to be 0020 ?).

    


    For context, this is a moving geometric art thing and a skipped frame will be a noticeable jerk in the movie, probably a repeated frame will be smoother.

    


    Thanks for any assistance.

    


    (Environment : Mac M1, Sonoma 14.3, ffmpeg 6.1.1)

    


  • creating video from images with FFmpeg with android and FFmpeg integrate it with my windows environment,

    2 janvier 2015, par Hussnain Muavia

    Excuse me i have setup my eclipse with android NDK r10d, install CDT, and also GIT. I have search a lot about FFmpeg to integrate it with my windows environment, and i have found so many solutions for linux platforms, but failed to set it on windows. I also search some source with guardian project from GITHub and found very useful information from there about how to implement source of ffmpeg on android.
    I don’t want to install linux on my PC or other such solutions to getting my point because i have already wasted my a lot of time. So i just download a project from GITHub and copy all necessary files that can use for building app with ffmpeg on android correctly, like JNI folder *.so files, Android.mk file , build.sh file and such other necessary files. And i replace NDK root path from my directory in Build.sh
    So i just want to ask from you guys, is this thing OK for Windows to do this ? because i never run any cmd command to get these files
    I mean i have found so many solutions where every one mentions that we have to run some terminal commands on linux to setup and produce these files for android environment. So please guide me.

  • Unable to find a suitable output format for '\bin\ffmpeg.exe' \bin\ffmpeg.exe : Invalid argument

    17 janvier 2021, par xMRi

    I tried to convert a mp4 file into an audio mp3 file only. I found ffmpeg and read a lot about this error message but I couldn't find a solution.

    


    I always receive :

    


      libavutil      56. 51.100 / 56. 51.100
  libavcodec     58. 91.100 / 58. 91.100
  libavformat    58. 45.100 / 58. 45.100
  libavdevice    58. 10.100 / 58. 10.100
  libavfilter     7. 85.100 /  7. 85.100
  libswscale      5.  7.100 /  5.  7.100
  libswresample   3.  7.100 /  3.  7.100
  libpostproc    55.  7.100 / 55.  7.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '2026857739212839680.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf58.29.100
  Duration: 00:22:18.94, start: 0.000000, bitrate: 2916 kb/s
    Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 1920x1080, 2849 kb/s, 29.76 fps, 29.85 tbr, 90k tbn, 180k tbc (default)
    Metadata:
      handler_name    : VSH264 stream handler
    Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 63 kb/s (default)
    Metadata:
      handler_name    : AAC stream handler
[NULL @ 00000198cb2100c0] Unable to find a suitable output format for '\bin\ffmpeg.exe'
\bin\ffmpeg.exe: Invalid argument


    


    I tried serveral commands :

    


    ffmpeg.exe -i 2026857739212839680.mp4 output_file.mp3
ffmpeg.exe -i 2026857739212839680.mp4 -vn -b:a 128k -c:a libmp3lame output_file.mp3


    


    Always I receive the message about the invalid argument... I can see none.