I've had a look around and can't find the answer to this one.
I am in a Community Radio Station and we have a new news feed that arrives via FTP. I want to add and Intro and an Outro to the track to make one track, and play the resultant track to air.
I have three files I want to join together, one after the other.
AIRNewsINTRO.mp3 + airnews.mp3 + AIRNewsOUTRO.mp3 ==> AIRNEWS1.mp3
All files are mp3's at 128kbps sample rate.
The command line I have is:
c:\Zeranoe\bin\ffmpeg.exe -i concat:"AIRNewsINTRO.mp3|airnews.mp3|AIR
NewsOUTRO.mp3" -codec copy AIRNEWS1.mp3
The problem I am having is that the resultant audio track (AIRNEWS1.mp3) shows the correct length at 5m:23s but playing the file it stops after the end of what was the first track (4.55s)

Audacity plays it just fine. Windows Media Player has the problem and so does RadioDJ.
Any suggestions please ?
Regards,
Chris
I get the following onscreen response:
= = = = QUOTE = = = =
ffmpeg version N-69861-g2bae7b3 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.9.2 (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-libbs2b --enable-libcaca --
enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
--enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enab
le-zlib
libavutil 54. 18.100 / 54. 18.100
libavcodec 56. 22.100 / 56. 22.100
libavformat 56. 22.100 / 56. 22.100
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 11.100 / 5. 11.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100
[mp3 @ 0440bc00] Estimating duration from bitrate, this may be inaccurate
Input #0, mp3, from 'concat:AIRNewsINTRO.mp3|airnews.mp3|AIRNewsOUTRO.mp3':
Metadata:
album : 5.5s
title : Timepips And NEWS Intro 1
artist : AIRNewsINTRO
date : 2015
Duration: 00:05:23.95, start: 0.023021, bitrate: 128 kb/s
Stream #0:0: Audio: mp3, 48000 Hz, mono, s16p, 128 kb/s
Metadata:
encoder : LAME3.99r
File 'AIRNEWS1.mp3' already exists. Overwrite ? [y/N] y
Output #0, mp3, to 'AIRNEWS1.mp3':
Metadata:
TALB : 5.5s
TIT2 : Timepips And NEWS Intro 1
TPE1 : AIRNewsINTRO
TDRC : 2015
TSSE : Lavf56.22.100
Stream #0:0: Audio: mp3, 48000 Hz, mono, 128 kb/s
Metadata:
encoder : LAME3.99r
= = = = = = UNQUOTE = = = = = = =