user-1578
16-03-2017, 09:35 PM
Audio (radio) files downloaded using the --pid approach are much larger than they used to be.
I'm using get_iplayer 2.99, running under Windows 7 SP 1.
Earlier this week, during the time that the xml metadata was reported as being unavailable, I tried downloading a two-hour show. I downloaded it again today after the problem was reported as having been solved. In both cases this week, the file sizes were over 300 MB, while the file size for that show is usually around 48 MB. That's how I discovered the problem. What I report below in greater detail is another, smaller example displaying similar symptoms (though not as high a ratio of file size increase).
On February 27, I downloaded the program at http://www.bbc.co.uk/programmes/p04t64xs, which is a 14-minute Radio 3 essay. I used get_iplayer 2.94, and I downloaded it using the --pid p04t64xs command. The resulting file was 5,400 KB. Not having any problems at that time, I did not save any logs.
Today, I downloaded it again, using version 2.99 and this command:
The resulting audio file was 13,142 KB. In both cases, the files were downloaded in .m4a format.
I have attached the output of the command which I ran today, including the ffmpeg output.
Using ffprobe, I looked for obvious differences between the two files. The one downloaded in February includes this characteristic:
Duration: 00:13:49.23, start: 0.000000, bitrate: 53 kb/s
The one downloaded today includes this characteristic:
Duration: 00:13:50.91, start: 0.000000, bitrate: 129 kb/s
The ratio of bitrates matches the ratio of file sizes. I don't have any tools that can conveniently tell me whether there is actually any difference in audio quality or just some kind of padding.
I'm using get_iplayer 2.99, running under Windows 7 SP 1.
Earlier this week, during the time that the xml metadata was reported as being unavailable, I tried downloading a two-hour show. I downloaded it again today after the problem was reported as having been solved. In both cases this week, the file sizes were over 300 MB, while the file size for that show is usually around 48 MB. That's how I discovered the problem. What I report below in greater detail is another, smaller example displaying similar symptoms (though not as high a ratio of file size increase).
On February 27, I downloaded the program at http://www.bbc.co.uk/programmes/p04t64xs, which is a 14-minute Radio 3 essay. I used get_iplayer 2.94, and I downloaded it using the --pid p04t64xs command. The resulting file was 5,400 KB. Not having any problems at that time, I did not save any logs.
Today, I downloaded it again, using version 2.99 and this command:
Code:
get_iplayer --pid p04t64xs --type=radio --force --verbose > E:\temp\Bloated.txt
The resulting audio file was 13,142 KB. In both cases, the files were downloaded in .m4a format.
I have attached the output of the command which I ran today, including the ffmpeg output.
Using ffprobe, I looked for obvious differences between the two files. The one downloaded in February includes this characteristic:
Duration: 00:13:49.23, start: 0.000000, bitrate: 53 kb/s
The one downloaded today includes this characteristic:
Duration: 00:13:50.91, start: 0.000000, bitrate: 129 kb/s
The ratio of bitrates matches the ratio of file sizes. I don't have any tools that can conveniently tell me whether there is actually any difference in audio quality or just some kind of padding.