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

FFmpeg trac at avcodec.org
Tue Nov 12 07:40:09 CET 2013


#3125: \\ 'separator' in id3tag causes unwanted truncation of ffprobe output
-------------------------------------+-----------------------------------
             Reporter:  ginjaninja   |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  FFprobe
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by ginjaninja):

 yes ffmpeg also trunacates artist tag if it contains !\\
 {{{
 C:\New folder>ffmpeg.exe -v 99 -i "01. Ring Ring.flac" test.mp3
 ffmpeg version N-57057-g024bf3a Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Oct 11 2013 18:01:59 with gcc 4.8.1 (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-libvidstab --enable-
 libvo-aa
 cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-
 libwavp
 ack --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
   libavutil      52. 46.101 / 52. 46.101
   libavcodec     55. 35.100 / 55. 35.100
   libavformat    55. 19.100 / 55. 19.100
   libavdevice    55.  4.100 / 55.  4.100
   libavfilter     3. 88.101 /  3. 88.101
   libswscale      2.  5.101 /  2.  5.101
   libswresample   0. 17.103 /  0. 17.103
   libpostproc    52.  3.100 / 52.  3.100
 Splitting the commandline.
 Reading option '-v' ... matched as option 'v' (set logging level) with
 argument
 '99'.
 Reading option '-i' ... matched as input file with argument '01. Ring
 Ring.flac'
 .
 Reading option 'test.mp3' ... matched as output file.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option v (set logging level) with argument 99.
 Successfully parsed a group of options.
 Parsing a group of options: input file 01. Ring Ring.flac.
 Successfully parsed a group of options.
 Opening an input file: 01. Ring Ring.flac.
 [flac @ 0254a000] Format flac probed with size=2048 and score=50
 [flac @ 0254a000] File position before avformat_find_stream_info() is 8628
 [flac @ 0242ebe0] sample/frame number mismatch in adjacent frames
     Last message repeated 126 times
 [flac @ 0254a000] max_analyze_duration 5000000 reached at 5015510
 microseconds
 [flac @ 0254a000] File position after avformat_find_stream_info() is
 745472
 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, 56, 1/44100: Audio: flac, 44100 Hz, stereo, s16
 Successfully opened the file.
 }}}

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


More information about the FFmpeg-trac mailing list