Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (93)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11565)

  • avformat/http: dont fail with unknown Content-Encodings

    26 octobre 2013, par Michael Niedermayer
    avformat/http: dont fail with unknown Content-Encodings
    

    Fixes : http://m1.file.xiami.com/282/23282/343749/1769075752_709488_l.mp3

    Based-on-patch-by : Crossle Song <sxm@yixia.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/http.c
  • Isolating/separating vocals from audio by FFMPEG

    21 février 2023, par Jony

    I remove the vocals from music via

    &#xA;

    ffmpeg -i song.mp3 -af pan="stereo|c0=c0|c1=-1*c1" -ac 1 karaoke.mp3

    &#xA;

    The output is the music without vocals (not completely but fairly good).

    &#xA;

    I wonder what is the command to make the output separated vocals (vocal only) ?

    &#xA;

    I mean how to save the separated vocals in an audio file ?

    &#xA;

    I mean how to save the separated vocals in an audio file ?&#xA;I want to remove only instrumental music without vocal from audio file by ffmpeg.&#xA;Please someone help me.

    &#xA;

  • How to encode specific metadata version in FFMPEG ?

    11 février 2021, par Charlie Britton

    I am batch converting lots of songs into shorter "Advert" songs for SHOUTcast and to be recognised as adverts by the server. The song must have ":Advert" for both the title and the artist metadata tags. When I use the following command :

    &#xA;&#xA;

    ffmpeg -i "$i" -c copy -vn -map_metadata -1 -metadata title=":Advert" -metadata artist=":Advert" -t 120 "adverts/ADVERT_$i"&#xA;

    &#xA;&#xA;

    I would expect it to output the song with only ":Advert" as title and artist metadata but when I import it into the radio playout software (using ID3 1.x tagging) the metadata has not copied across and is therefore lost. Output from ffmpeg :

    &#xA;&#xA;

    ffmpeg version 3.0.2 Copyright (c) 2000-2016 the FFmpeg developers&#xA;  built with Apple LLVM version 9.0.0 (clang-900.0.37)&#xA;  configuration: --prefix=/usr/local/Cellar/ffmpeg/3.0.2 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-opencl --enable-libx264 --enable-libmp3lame --enable-libxvid --disable-lzma --enable-vda&#xA;  libavutil      55. 17.103 / 55. 17.103&#xA;  libavcodec     57. 24.102 / 57. 24.102&#xA;  libavformat    57. 25.100 / 57. 25.100&#xA;  libavdevice    57.  0.101 / 57.  0.101&#xA;  libavfilter     6. 31.100 /  6. 31.100&#xA;  libavresample   3.  0.  0 /  3.  0.  0&#xA;  libswscale      4.  0.100 /  4.  0.100&#xA;  libswresample   2.  0.101 /  2.  0.101&#xA;  libpostproc    54.  0.100 / 54.  0.100&#xA;[mp3 @ 0x7feba6800000] Skipping 0 bytes of junk at 230934.&#xA;[mjpeg @ 0x7feba7000600] Changing bps to 8&#xA;Input #0, mp3, from &#x27;Joakim Karud - Vibe With Me.mp3&#x27;:&#xA;  Metadata:&#xA;    major_brand     : dash&#xA;    minor_version   : 0&#xA;    compatible_brands: iso6mp41&#xA;    encoder         : Lavf56.40.101&#xA;    artist          : Joakim Karud&#xA;    title           : Vibe With Me&#xA;  Duration: 00:02:53.06, start: 0.025056, bitrate: 138 kb/s&#xA;    Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s&#xA;    Metadata:&#xA;      encoder         : Lavc56.60&#xA;    Stream #0:1: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 1280x720 [SAR 1:1 DAR 16:9], 90k tbr, 90k tbn, 90k tbc&#xA;    Metadata:&#xA;      comment         : Cover (front)&#xA;Output #0, mp3, to &#x27;adverts/ADVERT_Joakim Karud - Vibe With Me.mp3&#x27;:&#xA;  Metadata:&#xA;    TIT2            : :Advert&#xA;    TPE1            : :Advert&#xA;    TSSE            : Lavf57.25.100&#xA;    Stream #0:0: Audio: mp3, 44100 Hz, stereo, 128 kb/s&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (copy)&#xA;Press [q] to stop, [?] for help&#xA;size=    1876kB time=00:02:00.00 bitrate= 128.1kbits/s speed=1.44e&#x2B;03x&#xA;video:0kB audio:1876kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.024837%&#xA;

    &#xA;&#xA;

    I believe this is happening because the tag names are different (e.g. title should be title, but is TIT2 when output. Please could someone specify how I could ensure that the metadata is encoded in the ID3 1.x format so that it is readable by the radio playout software. Many thanks.

    &#xA;