Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (30)

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

  • 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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (3315)

  • avformat, hls : add a flag to signal unavailability of seeking

    24 janvier 2018, par wm4
    avformat, hls : add a flag to signal unavailability of seeking
    

    The seek function can just return an error if seeking is unavailable,
    but often this is too late. Add a flag that signals that the stream is
    unseekable, and use it in HLS.

    • [DH] doc/APIchanges
    • [DH] libavformat/avformat.h
    • [DH] libavformat/hls.c
    • [DH] libavformat/version.h
  • vaapi_encode_h265 : Insert content light level information

    10 mai 2018, par Haihao Xiang
    vaapi_encode_h265 : Insert content light level information
    

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/vaapi_encode_h265.c
  • FFMpeg sync timecode with smpte ltc timecode audio signal

    11 avril 2018, par Olivier Rivard

    I’m trying to capture video from a capture card and I’m extracting 30 jpeg per second.

    I will have multiple computer capturing multiple cameras. I want to sync all those camera with a smpte ltc timecode audio signal pass in the audio line in of the camera.

    What would be the best way to set the timecode with that audio timecode using ffmpeg ?

    Here is the command I have which is sync with the timestamp, but sometime some cameras are out of sync because of the clock of the computer :

    ffmpeg -vsync 0 -f dshow -rtbufsize 1500M -video_size 1920x1080 -use_wallclock_as_timestamps 1 -copyts -r 30 -i video="QP0203 PCI, Analog 01 Capture" -r 30 -vf setpts=PTS-STARTPTS -vsync 0 -vframes 1800 name%d.jpeg -c copy -vsync 0 -vframes 1800 -f mkvtimestamp_v2 file.txt