Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (62)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Les images

    15 mai 2013
  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (6088)

  • ffmpeg - "Incompatible pixel format 'rgb24' for codec 'gif', auto-selecting format 'rgb8'"

    8 février 2017, par fordprefect

    I’m trying to convert a .webm to .gif at a pretty good quality, so I decided to have a go at ffmpeg (very new to this). I followed some instructions and did some research and after setting everything up figured out what I wanted in the command line :

    ffmpeg -i input.webm -pix_fmt rgb24 -vf scale=-1:720 output.gif

    Whenever I start the conversion it gives me a warning (as seen in the title), and gives me a somewhat low quality gif by using ’rgb8’. I’ve googled around but can’t seem to find an answer, not that my skill level can understand at least.

    Help would be much appreciated ! Thanks :)

  • libvpxenc : Don’t spam level errors for VP8 encodes

    12 décembre 2016, par Alex Converse
    libvpxenc : Don’t spam level errors for VP8 encodes
    

    Fixes "Failed to set VP9E_GET_LEVEL codec control : Codec does not
    implement requested capability" log messages on VP8 encodes.

    • [DH] libavcodec/libvpxenc.c
  • Syntax error : "(" unexpected — with !(*.sh) in bash script

    3 octobre 2016, par Jmv Jmv

    Regards,

    I want to run a sh file :

    #!/bin/bash
    for f in !(*.sh); do ffmpeg -i "$f" -vf yadif=0:-1 -threads 0 -c:v libx264 -pix_fmt yuv420p -r 29.97 -b:v 3000k -s 1280x720 -preset:v slow -profile:v Main -level 3.1 -bf 2 -movflags faststart /mnt/media/out-mp4/"${f%.mxf}.mp4"; rm $f; done

    However I get the following error :

    2: task1.sh: Syntax error: "(" unexpected

    If I try directly on the command line it works perfectly.

    the path and permissions are already reviewed

    Any idea what might be happening ?

    Thank you a lot

    UBUNTU 14.04