Recherche avancée

Médias (91)

Autres articles (75)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

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

  • avformat/mpegts : skip non-PMT tids earlier

    9 mai 2018, par Aman Gupta
    avformat/mpegts : skip non-PMT tids earlier
    

    This mimics the logic flow in all the other callbacks
    (pat_cb, sdt_cb, m4sl_cb), and avoids calling skip_identical()
    for non PMT_TID packets.

    Since skip_identical modifies internal state like
    MpegTSSectionFilter.last_ver, this change prevents unnecessary
    reprocessing on some streams which contain multiple tables in
    the PMT pid. This can be observed with streams from certain US
    cable providers, which include both tid=0x2 and another unspecified
    tid=0xc0.

    Signed-off-by : Aman Gupta <aman@tmm1.net>

    • [DH] libavformat/mpegts.c
  • DirectShow AJA Audio capture with FFMPEG

    29 septembre 2021, par NiCO

    I have an AJA board with an SDI input cable connected to it.&#xA;The input signal has video and audio embeded.

    &#xA;&#xA;

    The video is accesible through the "Vid" Pin and the audio is accesible through the "Aud 1-2" pin.

    &#xA;&#xA;

    Well running DirectShow filter graphs :

    &#xA;&#xA;

    OK graph 1

    &#xA;&#xA;

    OK graph 2

    &#xA;&#xA;

    "No Direct Show Audio Devices" :

    &#xA;&#xA;

    No Direct Show Audio Devices

    &#xA;&#xA;

    I cannot get FFMPEG to correctly map the audio part.

    &#xA;&#xA;

    This is what I tried without success to record the audio :

    &#xA;&#xA;

    ffmpeg -y -rtbufsize 2048M -f dshow -i audio="AJA S-Capture KonaLHi- 0"  -acodec pcm_s24le -ar 48000 output.wav&#xA;&#xA;ffmpeg -y -rtbufsize 2048M -f dshow -audio_pin_name "Aud 1-2" -i audio="AJA S-Capture KonaLHi- 0"  -acodec pcm_s24le -ar 48000 output.wav&#xA;

    &#xA;&#xA;

    this is the return error I get&#xA;return error :

    &#xA;&#xA;

    return error

    &#xA;&#xA;

    The filter is NOT being used by any other software.&#xA;I have no problems recording the video.

    &#xA;

  • FFMPEG DirectShow AJA Audio capture

    15 août 2018, par NiCO

    I have an AJA board with an SDI input cable connected to it.
    The input signal has video and audio embeded.

    The video is accesible through the "Vid" Pin and the audio is accesible through the "Aud 1-2" pin.

    Well running DirectShow filter graphs :

    OK graph 1

    OK graph 2

    "No Direct Show Audio Devices" :

    No Direct Show Audio Devices

    I cannot get FFMPEG to correctly map the audio part.

    This is what I tried without success to record the audio :

    ffmpeg -y -rtbufsize 2048M -f dshow -i audio="AJA S-Capture KonaLHi- 0"  -acodec pcm_s24le -ar 48000 output.wav

    ffmpeg -y -rtbufsize 2048M -f dshow -audio_pin_name "Aud 1-2" -i audio="AJA S-Capture KonaLHi- 0"  -acodec pcm_s24le -ar 48000 output.wav

    this is the return error I get
    return error :

    return error

    The filter is NOT being used by any other software.
    I have no problems recording the video.