Recherche avancée

Médias (91)

Autres articles (24)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (2929)

  • Batch Copy Cover Art from One Song to Another (Identical File Names)

    21 novembre 2016, par LeLwrence

    I’m looking for a way to copy the album art from one set of songs to another set of the same songs that don’t have the album art. FFMPEG copies the text tags (artist, album, title...) perfectly, but will not copy the embedded album artwork.

    I’ve been trying to batch convert my folder of MP3s into 128k AAC (using FFMPEG and the libfdk-aac codec) files to save space on my phone, but it hasn’t copied my album art over to the new songs.
    I used the following batch command :

    FOR /F "tokens=*" %%G IN ('dir /b *.mp3') DO ffmpeg -i "%%G" -c:a libfdk_aac -b:a 128k "%%~nG.m4a"

    EDIT : I tried using the following command to test it out, because stream 0:0 is the audio, and stream 0:1 is the JPEG, however it did not work :

    ffmpeg -i Estranged.mp3 -map 0:0 -map 0:1 -c:a libfdk_aac -b:a 128k -c:v copy Estranged.m4a

    Here’s a paste of the log : http://pastebin.com/dZFsvR7F (I know, it’s not the latest version. I had trouble compiling it myself but I’m currently working on it.)

    Is there a way to copy the album art (or entire tag, if need be) from songs with an identical name in one folder to the songs in the new folder ?

    I.E. C:\Folder1\song.mp3C:\Folder2\song.m4a

    Thanks.

  • Révision 18614 : Utiliser la fonction objet_modifier_champs au lieu de modifier_contenu

    17 octobre 2011, par cedric -

    et utiliser son message d’erreur eventuel en retour pour le faire remonter vers l’interface utilisateur (CVT) quand il y a lieu

  • lavfi : get rid of bespoke double scalar products

    29 mai 2024, par Rémi Denis-Courmont
    lavfi : get rid of bespoke double scalar products
    
    • [DH] libavfilter/aap_template.c
    • [DH] libavfilter/anlms_template.c
    • [DH] libavfilter/arls_template.c