Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (91)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

Sur d’autres sites (10378)

  • 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
  • cbs_h265 : read/write content light level information SEI message

    10 mai 2018, par Haihao Xiang
    cbs_h265 : read/write content light level information SEI message
    

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

    • [DH] libavcodec/cbs_h2645.c
    • [DH] libavcodec/cbs_h265.h
    • [DH] libavcodec/cbs_h265_syntax_template.c