codec for stream
Vangelis forthnet
northmedia1 at the.forthnet.gr
Sat Jun 20 10:15:07 PDT 2015
On Fri Jun 19 05:08:31 BST 2015, The Kernel wrote:
> As the download completes
> and the file is created,
> I see this in the output:
>
> [mp4 @ 0x8106a0] Codec for stream 0 does not use global headers but
> container format requires global headers
> [mp4 @ 0x8106a0] Codec for stream 1 does not use global headers but
> container format requires global headers
>
> Everything works though
Hello...
I, too, started getting those ffmpeg warnings,
even for audio files (--type=radio, --pid=b05y8r96) :
---------------------------------------------------
Input #0, flv, from 'F:\GiP\Downloads\Pete Tong - 19_06_2015 - Dann
y Howard sits in[b05y8r96].partial.m4a.flv':
Metadata:
moovPosition : 28
aacaot : 2
audiochannels : 2
length : 262502400
timescale : 24000
sampletype : mp4a
Duration: 03:02:17.60, start: 0.000000, bitrate: 51 kb/s
Stream #0:0: Audio: aac (HE-AAC), 48000 Hz, stereo, fltp
[ipod @ 00b89020] Codec for stream 0 does not use global headers but
container f
ormat requires global headers
Output #0, ipod, to 'F:\Applications\FRD\Downloads\Pete Tong - 19_06_2015 -
Dann
y Howard sits in[b05y8r96].partial.m4a':
---------------------------------------------------
when I upgraded my win32 FFmpeg binary
used by GiP from v2.6.3 to v2.7 (compiled
binary courtesy of Zeranoe aka Kyle Schwarz:
http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-2.7-win32-static.7z )
The warning(s) is issued by FFmpeg >=2.7
at the one-step remuxing process from the FLV
container (downloaded by default by rtmpdump
in the "flash" modes) to the MP4 container.
For video/audio content, the files in the MP4
container come with the .mp4 extension,
in which case you receive the pair of
[mp4 @ ........] warnings; one for the video
elementary stream (0) and the other for the
audio elementary stream (1).
For audio files, these come with the (Apple
introduced) .m4a extension, these contain only
the audio elementary stream (0), hence one gets
a single [ipod @ ........] warning...
As you've stated yourself, these new ffmpeg
warnings do not affect at all file playability,
or impend GiP functionality, so they can be
safely ignored...
Many regards,
Vangelis.
More information about the get_iplayer
mailing list