Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (98)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7670)

  • Using ffmpeg to get video info - why do I need to specify an output file ? [closed]

    12 mars 2024, par Redtopia

    I'm using ffmpeg to get info about a video file and I don't want to save the info into a file. ffmpeg is returning all the video info, but it's returning as an error because I'm not specifying an output file. The command I'm using is :

    


    ffmpeg -i C:\Test\3FA8D0E6-BD61-D160-98BB41304D63FAE3.mp4


    


    The error I get is "At least one output file must be specified"

    


    I'm calling this in ColdFusion using <cfexecute></cfexecute>, and the output is being stored in a local variable, which is why I don't want to specify a file... I just don't need to store this in a file.

    &#xA;

    If it makes any difference, I'm running this on Windows.

    &#xA;

  • Unable to Extraxt DTVCC stream info using FFProbe

    5 septembre 2018, par Anuragh27crony

    I’m unable to fetch the codec/info for closed captioning streams of a particular media file with following error.

    Unsupported codec with id 100359 for input stream 4

    Blockquote

    Follwing is the MediaInfo of the file

    enter image description here

    I’m aware of alternative tools to fetch this info, we are trying to automate the workflow using ffprobe/ffmpeg toolchain.

    Any help is appreciated.

  • lavc/hevc_ps : fix crop info for monochrome

    22 août 2018, par Zhao Zhili
    lavc/hevc_ps : fix crop info for monochrome
    

    The values of SubWidthC and SubHeightC are 1 in the ITU-T H.265. The
    current code use the value of 2.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/hevc_ps.c
    • [DH] tests/fate/hevc.mak
    • [DH] tests/ref/fate/hevc-monochrome-crop