[FFmpeg-trac] #3125(FFprobe:new): \\ 'separator' in id3tag causes unwanted truncation of ffprobe output

FFmpeg trac at avcodec.org
Tue Nov 12 00:41:38 CET 2013


#3125: \\ 'separator' in id3tag causes unwanted truncation of ffprobe output
-------------------------------------+-------------------------------------
             Reporter:  ginjaninja   |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  FFprobe      |                  Version:
             Keywords:               |  unspecified
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
 Summary of the bug: ffprobe truncates artist (possibly others as well) tag
 of mp3/flac file, if it contains '\\' text 'separator' eg.
 'artist1\\artist2\\artist3' outputs as 'artist3'
 How to reproduce: amend artist tag of mp3 or flac file as
 'artist1\\artist2\\artist3'; run ffprobe against it and review output.

 C:\New folder>ffprobe.exe "01. Ring Ring.flac"
 ffprobe version N-56041-gf974289 Copyright (c) 2007-2013 the FFmpeg
 developers
   built on Sep  4 2013 18:01:17 with gcc 4.7.3 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-av
 isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls
 --enab
 le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-
 libfreetyp
 e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame
 --ena
 ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
 --enable-l
 ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr
 --enable-libsp
 eex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-
 libvo-
 amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-
 libxavs --
 enable-libxvid --enable-zlib
   libavutil      52. 43.100 / 52. 43.100
   libavcodec     55. 31.101 / 55. 31.101
   libavformat    55. 16.101 / 55. 16.101
   libavdevice    55.  3.100 / 55.  3.100
   libavfilter     3. 83.102 /  3. 83.102
   libswscale      2.  5.100 /  2.  5.100
   libswresample   0. 17.103 /  0. 17.103
   libpostproc    52.  3.100 / 52.  3.100
 Input #0, flac, from '01. Ring Ring.flac':
   Metadata:
     ALBUM           : Ring Ring
     ARTIST          : artist3
     GENRE           : Pop
     TITLE           : Ring Ring
     album_artist    : aartist1/aartist2/aartist3
     DATE            : 1973
     track           : 1
   Duration: 00:03:04.87, bitrate: 1021 kb/s
     Stream #0:0: Audio: flac, 44100 Hz, stereo, s16

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/3125>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list