Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (111)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

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

Sur d’autres sites (10464)

  • using ffmpeg to convert flac to alac with cover art

    22 avril 2022, par Chris

    I have seen a few discussions on this but none of them give the answer I was hoping for. I am trying to convert flac to alac while preserving all of the tags and the embedded cover image. I know we can manually set a cover image by passing a separate image file to ffmpeg.... but how do I use the one embedded in the flac file ? dbpoweramp does this automatically, but I would rather use ffmpeg so that I can automate my workflow with a bash script.

    


  • How do I add a cover image to a MP4 file with ffmpeg ? [duplicate]

    28 juin 2021, par IremadzeArchil19910311

    In Windows Explorer, when in the "Large icons" or "Extra large icons" layout, a MP4 file appears as a thumbnail. By default, the thumbnail image is taken from some frame in the middle of the video.

    



    How do I replace this automatically generated thumbnail with a specific cover image ?

    



    What ffmpeg commands will add a cover image to a MP4 video file ?

    


  • FFmpeg, how to embed cover art (image) to .m4a

    22 novembre 2020, par Yaroslav

    Is there any way to embed cover art to m4a files ?

    



    This one works well for mp3 but doesn't work for m4a

    



    ffmpeg -i tests/in.m4a -i cover.jpg -map 0:0 -map 1:0 -acodec copy \
  -id3v2_version 3 tests/out.m4a