Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] OT: what audio file format / container to play on Android.
Date: Fri, 01 Jul 2016 22:10:55
Message-Id: 84A5DF80-3883-46CD-A0C6-896F0A72A19A@stellar.eclipse.co.uk
1 I've only recently started using my Android device for playing audio.
2
3 About once a week I listen to a podcast, which is usually an MP3 I've downloaded from NPR.org.
4
5 On my laptop I copy these to Google Drive (big shout to net-misc/drive) and then I can access then via Drive on my Android phone.
6
7 Google Drive on Android seems to play these audio files on a built-in player; its only controls are to skip forwards or backwards 30 seconds, but this is adequate for podcasts.
8
9 I have here a BBC radio show that I downloaded a couple of weeks ago with net-misc/youtube-dl.
10
11 When downloaded it saves as an .mp4 file. I have also tried renaming it to .m4a but, either way, Google Drive complains "unable to process this video".
12
13 How do I need to process this audio to get it to play, please?
14
15 I'd obviously prefer to keep the same audio stream, rather than transcoding it. I assume that the player can handle AAC (??), it just needs to be in another container.
16
17 Thanks in advance for any suggestions,
18
19 Stroller.
20
21
22
23 Details:
24
25
26 $ youtube-dl http://www.bbc.co.uk/programmes/b07fl5bh
27 [bbc.co.uk] b07fl5bh: Downloading video page
28 [bbc.co.uk] b07fl2qw: Downloading media selection XML
29 [bbc.co.uk] b07fl2qw: Downloading m3u8 information
30 [bbc.co.uk] b07fl2qw: Downloading m3u8 information
31 [bbc.co.uk] b07fl2qw: Downloading m3u8 information
32 [hlsnative] Downloading m3u8 manifest
33 [hlsnative] Total fragments: 390
34 [download] Destination: The Bronze Age Collapse, In Our Time - BBC Radio 4-b07fl2qw.mp4
35 [download] 100% of 40.56MiB in 01:42
36 [ffmpeg] Fixing malformated aac bitstream in "The Bronze Age Collapse, In Our Time - BBC Radio 4-b07fl2qw.mp4"
37 $ file The\ Bronze\ Age\ Collapse\,\ In\ Our\ Time\ -\ BBC\ Radio\ 4-b07fl2qw.mp4
38 The Bronze Age Collapse, In Our Time - BBC Radio 4-b07fl2qw.mp4: ISO Media, MP4 Base Media v1 [IS0 14496-12:2003]
39 $ midentify The\ Bronze\ Age\ Collapse\,\ In\ Our\ Time\ -\ BBC\ Radio\ 4-b07fl2qw.mp4
40 ID_AUDIO_ID=0
41 ID_AID_0_LANG=eng
42 ID_CLIP_INFO_NAME0=major_brand
43 ID_CLIP_INFO_VALUE0=isom
44 ID_CLIP_INFO_NAME1=minor_version
45 ID_CLIP_INFO_VALUE1=512
46 ID_CLIP_INFO_NAME2=compatible_brands
47 ID_CLIP_INFO_VALUE2=isomiso2mp41
48 ID_CLIP_INFO_NAME3=encoder
49 ID_CLIP_INFO_VALUE3=Lavf56.25.101
50 ID_CLIP_INFO_N=4
51 ID_FILENAME=The\ Bronze\ Age\ Collapse,\ In\ Our\ Time\ -\ BBC\ Radio\ 4-b07fl2qw.mp4
52 ID_DEMUXER=lavfpref
53 ID_AUDIO_FORMAT=MP4A
54 ID_AUDIO_BITRATE=128000
55 ID_AUDIO_RATE=48000
56 ID_AUDIO_NCH=2
57 ID_START_TIME=0.00
58 ID_LENGTH=2495.91
59 ID_SEEKABLE=1
60 ID_CHAPTERS=0
61 ID_AUDIO_BITRATE=128000
62 ID_AUDIO_RATE=48000
63 ID_AUDIO_NCH=2
64 ID_AUDIO_CODEC=ffaac
65 ID_EXIT=EOF
66 $

Replies