Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (106)

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

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (13665)

  • mpegts muxer, DVB subtitles encoder : common DVB subtitles payload

    11 janvier 2014, par Serhii Marchuk
    mpegts muxer, DVB subtitles encoder : common DVB subtitles payload
    

    Improved DVB subtitles encoder to generate AVPacket.data in the same
    format as generates MPEGTS demuxer + DVB subtitles parser. So now single
    format of DVB subtitles data is used across all the components of FFmpeg :
    only subtitles payload WITHOUT 0x20 0x00 bytes at the beginning and 0xFF
    trailing byte.

    Improved MPEGTS muxer to support format of DVB subtitles in
    AVPacket.data described above : while muxing we add two bytes 0x20 0x00 to
    the beginning of and 0xFF to the end of DVB subtitles payload.

    The patch fixes DVB subtitle copy problems : tickets #2989 fully and #2024
    partly.

    Signed-off-by : Clément Bœsch <u@pkh.me>

    • [DH] libavcodec/dvbsub.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/mpegtsenc.c
    • [DH] libavformat/version.h
  • How to quote a file name with a single quote in ffmpeg movie= filter notation ? [closed]

    26 mai, par PieterV

    I am trying to run ffmpeg using a file that contains a single quote &#x27; in the filename.

    &#xA;

    I tried to follow the docs that say I should replace a &#x27; with &#x27;\&#x27;&#x27;.
    &#xA;And a ticket that says I should replace a &#x27; with \\\\\&#x27;.

    &#xA;

    I've tried both, and can't get get it working.

    &#xA;

    E.g. docs format :

    &#xA;

    ./ffprobe -loglevel error -read_intervals %00:30 -select_streams s:0 -f lavfi -i "movie=&#x27;D\:\\Test\\Interlaced - Dragons&#x27;\&#x27;&#x27; Den - S14E02 - Episode 2.mkv&#x27;[out0&#x2B;subcc]" -show_packets -print_format json&#xA;&#xA;{&#xA;[Parsed_movie_0 @ 00000222a2f82200] Failed to avformat_open_input &#x27;D:\Test\Interlaced - Dragons Den - S14E02 - Episode 2.mkv&#x27;&#xA;[AVFilterGraph @ 00000222a2f76ec0] Error processing filtergraph: No such file or directory&#xA;movie=&#x27;D\:\\Test\\Interlaced - Dragons&#x27;\&#x27;&#x27; Den - S14E02 - Episode 2.mkv&#x27;[out0&#x2B;subcc]: No such file or directory&#xA;

    &#xA;

    E.g. ticket format :

    &#xA;

    ./ffprobe -loglevel error -read_intervals %00:30 -select_streams s:0 -f lavfi -i "movie=&#x27;D\:\\Test\\Interlaced - Dragons\\\\\&#x27; Den - S14E02 - Episode 2.mkv&#x27;[out0&#x2B;subcc]" -show_packets -print_format json&#xA;&#xA;{&#xA;[Parsed_movie_0 @ 00000158613d2080] Failed to avformat_open_input &#x27;D:\Test\Interlaced - Dragons\\ Den - S14E02 - Episode 2.mkv[out0&#x2B;subcc]&#x27;&#xA;[AVFilterGraph @ 00000158613c6ec0] Error processing filtergraph: No such file or directory&#xA;movie=&#x27;D\:\\Test\\Interlaced - Dragons\\\\\&#x27; Den - S14E02 - Episode 2.mkv&#x27;[out0&#x2B;subcc]: No such file or directory&#xA;

    &#xA;

    > dir "D:\Test\Interlaced - Dragons&#x27; Den - S14E02 - Episode 2.mkv"&#xA;&#xA;    Directory: D:\Test&#xA;&#xA;Mode                 LastWriteTime         Length Name&#xA;----                 -------------         ------ ----&#xA;-a---           4/20/2025 11:38 AM       18059051 Interlaced - Dragons&#x27; Den - S14E02 - Episode 2.mkv&#xA;

    &#xA;

    This is on Win11 using FFmpeg7.
    &#xA;Any ideas ?

    &#xA;

    [Update]
    &#xA;I found a doc on escape filtergraph strings, did not help, I tried 0 to 7 \.

    &#xA;

    I also found and tried the ffescape utility, the output it produces just uses a single \&#x27; and does not work.

    &#xA;

    > echo "D:\Test\Interlaced - Dragons&#x27; Den - S14E02 - Episode 2.mkv" | ./ffescape.exe&#xA;=> D:\\Test\\Interlaced - Dragons\&#x27; Den - S14E02 - Episode 2.mkv\&#xA;&#xA;> ./ffprobe -loglevel error -read_intervals %00:30 -select_streams s:0 -f lavfi -i "movie=&#x27;D:\\Test\\Interlaced - Dragons\&#x27; Den - S14E02 - Episode 2.mkv\&#x27;[out0&#x2B;subcc]" -show_packets -print_format json&#xA;{&#xA;[Parsed_movie_0 @ 0000021348f12200] Failed to avformat_open_input &#x27;D&#x27;&#xA;[AVFilterGraph @ 0000021348f06ec0] Error processing filtergraph: No such file or directory&#xA;movie=&#x27;D:\\Test\\Interlaced - Dragons\&#x27; Den - S14E02 - Episode 2.mkv\&#x27;[out0&#x2B;subcc]: No such file or directory&#xA;

    &#xA;

    [Update]
    &#xA;I found docs for ffmpeg filter script where I can place commands in a file.

    &#xA;

    I tried ./ffprobe -loglevel error -read_intervals %00:01 -select_streams s:0 -f lavfi -/i "d:\filtergraph.txt" -show_packets -print_format json, and it load the script.

    &#xA;

    Works : movie=test.mkv[out0&#x2B;subcc]\ if test.mkv is in ffprobe dir.&#xA;Works : movie=test\&#x27;.mkv[out0&#x2B;subcc]\ if test&#x27;.mkv is in ffprobe dir.
    &#xA;Not : movie=D:\test.mkv[out0&#x2B;subcc]
    &#xA;Not : movie=D\:\\test.mkv[out0&#x2B;subcc]
    &#xA;Not : movie=test space.mkv[out0&#x2B;subcc]
    &#xA;Not : movie=&#x27;test space.mkv[out0&#x2B;subcc]&#x27;
    &#xA;Not : movie="test space.mkv[out0&#x2B;subcc]"
    &#xA;Not : &#x27;movie=test space.mkv[out0&#x2B;subcc]&#x27;
    &#xA;Not : "movie=test space.mkv[out0&#x2B;subcc]"

    &#xA;

     :(

    &#xA;

    Update with working answer

    &#xA;

  • How to dump ALL metadata from a media file, including cover image title ? [closed]

    9 avril, par Unideal

    I have an MP3 song :

    &#xA;

    # ffprobe -hide_banner -i filename.mp3&#xA;Input #0, mp3, from &#x27;filename.mp3&#x27;:&#xA;  Metadata:&#xA;    composer        : Music Author&#xA;    title           : Song Name&#xA;    artist          : Singer&#xA;    encoder         : Lavf61.7.100&#xA;    genre           : Rock&#xA;    date            : 2025&#xA;  Duration: 00:03:14.04, start: 0.023021, bitrate: 208 kb/s&#xA;  Stream #0:0: Audio: mp3 (mp3float), 48000 Hz, stereo, fltp, 192 kb/s&#xA;      Metadata:&#xA;        encoder         : Lavc61.19&#xA;  Stream #0:1: Video: png, rgb24(pc, gbr/unknown/unknown), 600x600 [SAR 1:1 DAR 1:1], 90k tbr, 90k tbn (attached pic)&#xA;      Metadata:&#xA;        title           : Cover&#xA;        comment         : Cover (front)&#xA;

    &#xA;

    The task is to save its metadata to a text file and restore from that file later. Both goals should be accomplished with ffmpeg.

    &#xA;

    The simpliest method is to run :

    &#xA;

    # ffmpeg -i filename.mp3 -f ffmetadata metadata.txt&#xA;

    &#xA;

    After that, metadata.txt contains :

    &#xA;

    ;FFMETADATA1&#xA;composer=Music Author&#xA;title=Song Name&#xA;artist=Singer&#xA;date=2025&#xA;genre=Rock&#xA;encoder=Lavf61.7.100&#xA;

    &#xA;

    I got global metadata only, but stream-specific info (cover image title and comment in my case) are missing.

    &#xA;

    Google suggested a more complex form of the command above to extract all metadata fields without any exclusions :

    &#xA;

    # ffmpeg -y -i filename.mp3 -c copy -map_metadata 0 -map_metadata:s:v 0:s:v -map_metadata:s:a 0:s:a -f ffmetadata metadata.txt&#xA;

    &#xA;

    But the output is exactly the same :

    &#xA;

    ;FFMETADATA1&#xA;composer=Music Author&#xA;title=Song Name&#xA;artist=Singer&#xA;date=2025&#xA;genre=Rock&#xA;encoder=Lavf61.7.100&#xA;

    &#xA;

    Again, no info about the attached image.

    &#xA;

    Please explain what am I doing wrong.

    &#xA;