Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (39)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • 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

Sur d’autres sites (5823)

  • id3v2 : stop ignoring text encoding for chapter titles

    6 mai 2013, par Paul B Mahol
    id3v2 : stop ignoring text encoding for chapter titles
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavformat/id3v2.c
  • How to obtain titles and chapters information in DVD ?

    2 août 2016, par Tarhan

    I found many question about creating DVD menu using ffmpeg but i did not find any one about programmically access to DVD structure information. When i using libav (or FFmpeg) library i can open DVD image (iso file) and access to video, audio and subtitle streams. But i could not find any API.

    I can play video and found information using VLC player (and so libvlc library). But I need to do some processing on audio and subtitle stream programmically. I don’t want to split VOBs using tools like SmartRipper, and only then do processing.

    Does libav(ffmpeg) contain any API for dealing with DVD menus ? If not can you recommend any other library which can be used to obtain information about title(chapter) start and end time with one frame(sample, AVPacket) accuracy ?

    I heard about libdvdnav library but i don’t know if it right for me.
    I’m new to libav and DVD format internals.

  • Read DVD Metadata e.g chapters duration and titles using c# or other language

    11 octobre 2013, par user2658536

    I need investigate a DVD structure Using code for example c# or ffmpeg.
    I need information about the number of chapters in DVD(duration of each chapter,titles and VOB related)

    searching in google I found this http://www.codeguru.com/cpp/controls/controls/lists,treesandcombos/article.php/c12025/DVD-Explorer.htm

    This seems like exactly what I need and the exe is working, but the solution seems to be very old and I cant execute it in VS2010 and progrematically extract data.

    Is there any simple way to analyze the IFO file within the DVD using C# or something like that ? or some software that run from cmd and output the answers.

    thanks