Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (68)

  • 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 ;

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

Sur d’autres sites (7733)

  • Android radio stream metadata notification

    27 janvier 2016, par sNore

    i was looking for Android libraries which are able to fetch metadata stuff e.g. artist, title from radio streams. I’ve found these 2 libs which are capable of that :

    https://code.google.com/archive/p/streamscraper/
    https://github.com/wseemann/FFmpegMediaMetadataRetriever

    And there’s also ffmpeg available, where the libraries have first to be compiled for Android.

    The above libs haven’t a listener interface for getting informed about song changes. The only possible solution is to poll every couple of seconds, and check old artist and title with the new ones. But I think this will drain the smartphone batteries quite a lot.

    Is there a way to get notified if radio song changes ? Maybe with ffmpeg ?

  • avcodec/flac_parser : Fix infinite loop

    30 avril 2018, par Michael Niedermayer
    avcodec/flac_parser : Fix infinite loop
    

    Fixes : crbug/827204

    Reported-by : Frank Liberato <liberato@google.com>
    Reviewed-by : Frank Liberato <liberato@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/flac_parser.c
  • Is there any way to get the exact audio .wav from a .mp4 video ? (same length and same duration)

    25 novembre 2022, par yuan gan

    I extracted .wav files from many short mp4 videos. (3-6 seconds) But the extracted xxx.wav can not be aligned with .mp4 videos in Premiere. Some videos are 1 frame, and some 2 frames behind.

    &#xA;

    I used ffmpeg as the following command line :

    &#xA;

    ffmpeg -i xxx.mp4 xxx.wav

    &#xA;

    I tried -async or -vsync, but not worked. Here is an example :&#xA;1 frame shift

    &#xA;

    Here is the source mp4 and the extracted wav :&#xA;https://drive.google.com/drive/folders/1BFS0JLCPqA3YDMIahlorXTaRTFTJaPfU?usp=share_link

    &#xA;

    Do you know what caused the problem ? Is there any way to get the exact audio .wav from a .mp4 video ? (Aligned with frame level) Thank you very much.

    &#xA;