Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (73)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • How to batch "touch" files in subfolder with data from parent folder

    12 août 2019, par Constantine Grigorakis

    I have a folder named "Video" on my Desktop and inside that folder are a bunch of .MTS video files. (00000.MTS, 00001.MTS, 00002.MTS etc...)

    There is also a subfolder "H.265" (Video > H.265) which contains files (00000.mp4, 00001.mp4, 00002.mp4 etc...) which were made by converting the files from the parent folder. The problem is they don’t contain the correct date created metadata.

    I want to use the command

    touch -r 00000.MTS 00000.mp4
    touch -r 00001.MTS 00001.mp4
    ...
    touch -r 000mn.MTS 000mn.mp4

    to copy the date from the MTS to the mp4 file.

    Is there a way I could write a for loop or something to do this for every single file ?

    I am using MacOS Mojave.

  • FFMPEG encoding with Intel Quick Sync, throwing "Access violation reading location "

    22 octobre 2015, par Paul Knopf

    I am using FFMPEG ffmpeg-20150610-git-913685f, from here.

    Using this library, I setup a application that captures UYVY frames from my frame grabber and encodes/muxes them to an MP4 file, using libx264. Works without issues.

    Now, I wanted to try to enabling Intel Quick Sync, so I changed the encoder.

    // old (libx264)
    //AVCodec* codec = avcodec_find_encoder(AV_CODEC_ID_H264);
    // new (Intel Quick Sync)
    AVCodec* codec = avcodec_find_encoder_by_name("h264_qsv");

    It finds the encoder ok. However, at the time of encoding a frame, I get the following exception.

    Unhandled exception at 0x000000005D4DDC9E (avcodec-56.dll) in
    MedXChangeDecLinkTest.exe : 0xC0000005 : Access violation reading
    location 0x0000000000000048.

    The exact API call is :

    avcodec_encode_video2(_internals->videoStream.stream->codec, &pkt, _internals->videoStream.frame, &got_packet);

    Is there more I need to do ? I noticed that there was a commit that added some additional pixel formats for QSV here. Do I have to do something differently, compared to how things were done with libx264 ?

    UPDATE : I also just realized that I am getting an error on the stdout.

    [h264_qsv @ 000000c7e6d8e680] Specified pixel format yuv420p is invalid or not supported
  • Revision 3be948d84b : Merge "configure : enable x86inc for all intel platforms"

    5 février 2015, par James Zern

    Merge "configure : enable x86inc for all intel platforms"