This forum is deprecated. Please visit https://github.com/smplayer-dev/smplayer/discussions

A Problem With Playing A MP4 Movie

Problems, bugs, suggestions... anything related to SMPlayer.

A Problem With Playing A MP4 Movie

Postby DavidASmith72 » Sat Sep 15, 2018 10:17 pm

I am using SMPlayer version: 18.9.0 (revision 9113)
Using Qt 5.4.2 (compiled with Qt 5.3.2)
Using MPV 0.22.0 for OpenSUSE 13.2 32 bit Linux OS.

I am having a problem with playing a large MP4 movie that I have purchased and downloaded from youtube.com using the youtube-dl utility version 2018.09.10 for OpenSUSE 13.2 32 bit Linux OS.

I am getting a window, which says:

MPlayer/mpv Error

Oops, something went wrong
MPlayer/mpv has finished unexpectedly. Exit code: 2

Show Log:

/usr/bin/mpv --no-config --no-quiet --terminal --no-msg-color --input-file=/dev/stdin --no-fs --hwdec=no --sub-auto=fuzzy --no-input-default-bindings --input-vo-keyboard=no --no-input-cursor --cursor-autohide=no --no-keepaspect --wid=98566180 --monitorpixelaspect=1 --osd-level=2 --osd-scale=1 --osd-bar-align-y=0.6 --sub-ass --embeddedfonts --sub-ass-line-spacing=0 --sub-scale=1 --sub-font=Arial --sub-color=#ffffffff --sub-shadow-color=#ff000000 --sub-border-color=#ff000000 --sub-border-size=0.75 --sub-shadow-offset=2.5 --sub-font-size=50 --sub-bold=no --sub-italic=no --sub-codepage=ISO-8859-1 --sub-pos=100 --volume=53 --cache=auto --screenshot-template=cap_%F_%p_%02n --screenshot-format=jpg --screenshot-directory=/home/davids/images/smplayer_screenshots --af-add=lavfi=[acompressor] --audio-pitch-correction=yes --volume-max=110 --term-playing-msg=MPV_VERSION=${=mpv-version:}
INFO_VIDEO_WIDTH=${=width}
INFO_VIDEO_HEIGHT=${=height}
INFO_VIDEO_ASPECT=${=video-aspect}
INFO_VIDEO_FPS=${=container-fps:${=fps}}
INFO_VIDEO_FORMAT=${=video-format}
INFO_VIDEO_CODEC=${=video-codec}
INFO_AUDIO_FORMAT=${=audio-codec-name}
INFO_AUDIO_CODEC=${=audio-codec}
INFO_AUDIO_RATE=${=audio-params/samplerate}
INFO_AUDIO_NCH=${=audio-params/channel-count}
INFO_LENGTH=${=duration:${=length}}
INFO_DEMUXER=${=current-demuxer:${=demuxer}}
INFO_SEEKABLE=${=seekable}
INFO_TITLES=${=disc-titles}
INFO_CHAPTERS=${=chapters}
INFO_TRACKS_COUNT=${=track-list/count}
METADATA_TITLE=${metadata/by-key/title:}
METADATA_ARTIST=${metadata/by-key/artist:}
METADATA_ALBUM=${metadata/by-key/album:}
METADATA_GENRE=${metadata/by-key/genre:}
METADATA_DATE=${metadata/by-key/date:}
METADATA_TRACK=${metadata/by-key/track:}
METADATA_COPYRIGHT=${metadata/by-key/copyright:}
INFO_MEDIA_TITLE=${=media-title:}
INFO_STREAM_PATH=${stream-path}
--audio-client-name=SMPlayer --term-status-msg=STATUS: ${=time-pos} / ${=duration:${=length:0}} P: ${=pause} B: ${=paused-for-cache} I: ${=core-idle} VB: ${=video-bitrate:0} AB: ${=audio-bitrate:0} /home/davids/Movies/American-Garffiti/American_Graffiti-cHbP7IOL5Ss.f227 (copy).mp4

Playing: /home/davids/Movies/American-Garffiti/American_Graffiti-cHbP7IOL5Ss.f227 (copy).mp4
[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: Concatenated H.264 or H.265 might not play correctly.
[ffmpeg] mov,mp4,m4a,3gp,3g2,mj2: ignoring multiple glbl
[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: Version 255 is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: error reading header
[lavf] avformat_open_input() failed
[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: Concatenated H.264 or H.265 might not play correctly.
[ffmpeg] mov,mp4,m4a,3gp,3g2,mj2: ignoring multiple glbl
[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: Version 255 is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: error reading header
[lavf] avformat_open_input() failed
Failed to recognize file format.
Exiting... (Errors when loading file)

---

This MP4 movie file is 1 hour and 52 minutes. The attachment is the header description of this MP4 file.

David Smith
DavidASmith72
 
Posts: 6
Joined: Sat Jan 13, 2018 10:10 pm

Re: A Problem With Playing A MP4 Movie

Postby rvm » Sat Sep 15, 2018 10:47 pm

According to the log it seems that format is not supported by ffmpeg.
rvm
Site Admin
 
Posts: 3787
Joined: Wed Dec 23, 2009 1:25 am
Location: España

Re: A Problem With Playing A MP4 Movie

Postby DavidASmith72 » Tue Sep 18, 2018 4:53 am

Hmm! This is odd because if I use ffplay -report to play this mp4 file, it starts playing fine but begins to fall apart within five seconds and the attached file is the report log that ffplay generated during play back of the mp4 file. My question is: does this really mean that this is a unique mp4 video format or is the mp4 file getting corrupted during the download processes?

David Smith
DavidASmith72
 
Posts: 6
Joined: Sat Jan 13, 2018 10:10 pm

Re: A Problem With Playing A MP4 Movie

Postby DavidASmith72 » Tue Feb 12, 2019 12:02 am

Hmm! This is odd because if I use ffplay -report to play this mp4 file, it starts playing fine but begins to fall apart within five seconds and the following is the first couple of pages of the report log that ffplay generated during play back of the mp4 file:

ffplay started on 2018-09-17 at 23:02:47
Report written to "ffplay-20180917-230247.log"
Command line:
ffplay -report ./American_Graffiti-cHbP7IOL5Ss.mp4
ffplay version 3.0.5 Copyright (c) 2003-2016 the FFmpeg developers
built with gcc 4.8 (SUSE Linux)
configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --incdir=/usr/include/ffmpeg --extra-cflags='-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fs
tack-protector -funwind-tables -fasynchronous-unwind-tables -g' --optflags='-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasync
hronous-unwind-tables -g' --disable-htmlpages --enable-pic --disable-stripping --enable-shared --disable-static --enable-runtime-cpudetect --enable-gpl --disable-openssl --enable-avresample --enable-libcdio --
enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libcelt --enable-libcdio --enable-libdc1394 --enable-libfreetype --enable-libgsm --enable-libopenjpeg --enable-libopus --enable-libpuls
e --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-pic --enable-pthreads --enable-vaapi --enable-vdpau --enable-l libavutil 55. 1
7.103 / 55. 17.103
libavcodec 57. 24.102 / 57. 24.102
libavformat 57. 25.100 / 57. 25.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 31.100 / 6. 31.100
libavresample 3. 0. 0 / 3. 0. 0
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
[file @ 0xae802d00] Setting default whitelist 'file,crypto' f=0/0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] ISO: File Type Major Brand: isom
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] Unknown dref type 0x08206c7275 size 12
nan : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
nan : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
nan : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] Unknown dref type 0x08206c7275 size 12
nan : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
nan : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
[mov,mp4, : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
m4a,3gp,3g2,mj2 @ 0xae8026c0] rfps: 23.916667 0.004905
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] rfps: 23.916667 0.004905
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] rfps: 24.000000 0.000800
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] rfps: 24.000000 0.009910
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] rfps: 24.083333 0.016030
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] rfps: 48.000000 0.003201
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] rfps: 48.000000 0.011320
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] rfps: 23.976024 0.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] rfps: 47.952048 0.000000
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] Before avformat_find_stream_info() pos: 6998596916 bytes read:6965164 seeks:1
[h264 @ 0xae803d00] no picture 0KB vq= 0KB sq= 0B f=0/0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] All info found
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xae8026c0] After avformat_find_stream_info() pos: 1287 bytes read:6997932 seeks:2 frames:3
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './American_Graffiti-cHbP7IOL5Ss.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf57.25.100
Duration: 01:52:57.91, start: 0.000000, bitrate: 8260 kb/s
Stream #0:0(und), 2, 1/90000: Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/smpte170m/bt709), 1920x1080 [SAR 1:1 DAR 16:9], 7996 kb/s, 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(und), 1, 1/44100: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 255 kb/s (default)
Metadata:
handler_name : SoundHandler
detected 2 logical cores
[ffplay_abuffer @ 0xae8282a0] Setting 'sample_rate' to value '44100'
[ffplay_abuffer @ 0xae8282a0] Setting 'sample_fmt' to value 'fltp'
[ffplay_abuffer @ 0xae8282a0] Setting 'channels' to value '2'
[ffplay_abuffer @ 0xae8282a0] Setting 'time_base' to value '1/44100'
[ffplay_abuffer @ 0xae8282a0] Setting 'channel_layout' to value '0x3'
[ffplay_abuffer @ 0xae8282a0] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x3
[ffplay_abuffersink @ 0xae828540] auto-inserting filter 'auto-inserted resampler 0' between the filter 'ffplay_abuffer' and the filter 'ffplay_abuffersink'
[AVFilterGraph @ 0xae80aa80] query_formats: 2 queried, 0 merged, 3 already done, 0 delayed
[auto-inserted resampler 0 @ 0xae828ba0] [SWR @ 0xae828ee0] Using fltp internally between filters
[auto-inserted resampler 0 @ 0xae828ba0] ch:2 chl:stereo fmt:fltp r:44100Hz -> ch:2 chl:s
tereo fmt:s16 r:44100Hz
Audio frame changed from rate:44100 ch:2 fmt:fltp layout:stereo serial:-1 to rate:44100 c
h:2 fmt:fltp layout:stereo serial:1
[ffplay_abuffer @ 0xaf5b6dc0] Setting 'sample_rate' to value '44100'
[ffplay_abuffer @ 0xaf5b6dc0] Setting 'sample_fmt' to value 'fltp'
[ffplay_abuffer @ 0xaf5b6dc0] Setting 'channels' to value '2'
[ffplay_abuffer @ 0xaf5b6dc0] Setting 'time_base' to value '1/44100'
[ffplay_abuffer @ 0xaf5b6dc0] Setting 'channel_layout' to value '0x3'
[ffplay_abuffer @ 0xaf5b6dc0] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x3
[ffplay_abuffersink @ 0xaf5b7640] auto-inserting filter 'auto-inserted resampler 0' betwe
en the filter 'ffplay_abuffer' and the filter 'ffplay_abuffersink'
[AVFilterGraph @ 0xaf5b6c60] query_formats: 2 queried, 0 merged, 3 already done, 0 delaye
d
[auto-inserted resampler 0 @ 0xaf5b72a0] [SWR @ 0xaf5b7fc0] Using fltp internally between
filters
[auto-inserted resampler 0 @ 0xaf5b72a0] ch:2 chl:stereo fmt:fltp r:44100Hz -> ch:2 chl:s
tereo fmt:s16 r:44100Hz
[h264 @ 0xae89a780] no picture 30KB vq= 3KB sq= 0B f=0/0
Video frame changed from size:0x0 format:none serial:-1 to size:1920x1080 format:yuv420p
serial:1
[ffplay_buffer @ 0x872b4c0] Setting 'video_size' to value '1920x1080'
[ffplay_buffer @ 0x872b4c0] Setting 'pix_fmt' to value '0'
[ffplay_buffer @ 0x872b4c0] Setting 'time_base' to value '1/90000'
[ffplay_buffer @ 0x872b4c0] Setting 'pixel_aspect' to value '1/1'
[ffplay_buffer @ 0x872b4c0] Setting 'frame_rate' to value '24000/1001'
[ffplay_buffer @ 0x872b4c0] w:1920 h:1080 pixfmt:yuv420p tb:1/90000 fr:24000/1001 sar:1/1
sws_param:
[ffplay_crop @ 0x872be40] Setting 'out_w' to value 'floor(in_w/2)*2'
[ffplay_crop @ 0x872be40] Setting 'out_h' to value 'floor(in_h/2)*2'
[AVFilterGraph @ 0x872b120] query_formats: 3 queried, 2 merged, 0 already done, 0 delayed
[ffplay_crop @ 0x872be40] w:1920 h:1080 sar:1/1 -> w:1920 h:1080 sar:1/1
0.79 A-V: 0.425 fd= 8 aq= 20KB vq= 19KB sq= 0B f=0/0
1.21 A-V: 0.420 fd= 20 aq= 22KB vq= 90KB sq= 0B f=0/0
1.65 A-V: 0.414 fd= 32 aq= 25KB vq= 235KB sq= 0B f=0/0
2.07 A-V: 0.416 fd= 44 aq= 28KB vq= 422KB sq= 0B f=0/0
2.53 A-V: -0.079 fd= 53 aq= 35KB vq= 710KB sq= 0B f=0/0
3.03 A-V: -0.018 fd= 53 aq= 36KB vq= 948KB sq= 0B f=0/0
3.53 A-V: -0.016 fd= 53 aq= 34KB vq= 1176KB sq= 0B f=0/0
3.91 A-V: -0.011 fd= 54 aq= 31KB vq= 1335KB sq= 0B f=0/0
4.32 A-V: 0.015 fd= 62 aq= 32KB vq= 1387KB sq= 0B f=0/0
4.72 A-V: 0.019 fd= 71 aq= 29KB vq= 1161KB sq= 0B f=0/0
5.08 A-V: -0.002 fd= 79 aq= 24KB vq= 1016KB sq= 0B f=0/0
5.47 A-V: -0.003 fd= 85 aq= 23KB vq= 886KB sq= 0B f=0/0
5.85 A-V: 0.013 fd= 93 aq= 22KB vq= 969KB sq= 0B f=0/0
6.23 A-V: 0.014 fd= 103 aq= 23KB vq= 1017KB sq= 0B f=0/0
6.64 A-V: 0.012 fd= 113 aq= 22KB vq= 1004KB sq= 0B f=0/0
7.04 A-V: 0.019 fd= 121 aq= 20KB vq= 1199KB sq= 0B f=0/0
7.40 A-V: 0.005 fd= 131 aq= 23KB vq= 1294KB sq= 0B f=0/0
7.78 A-V: 0.017 fd= 138 aq= 20KB vq= 1263KB sq= 0B f=0/0
8.13 A-V: 0.002 fd= 146 aq= 20KB vq= 1310KB sq= 0B f=0/0
8.52 A-V: 0.004 fd= 154 aq= 20KB vq= 1321KB sq= 0B f=0/0
8.90 A-V: 0.005 fd= 160 aq= 20KB vq= 1362KB sq= 0B f=0/0
9.30 A-V: 0.013 fd= 167 aq= 20KB vq= 1387KB sq= 0B f=0/0
9.72 A-V: 0.008 fd= 175 aq= 20KB vq= 1315KB sq= 0B f=0/0
[aac @ 0xae8048c0] channel element 2.2 is not allocated 0B f=0/0
[aac @ 0xae8048c0] Sample rate index in program config element does not match the sample
rate index configured by the container.
[aac @ 0xae8048c0] Inconsistent channel configuration. 0B f=0/0
[aac @ 0xae8048c0] get_buffer() failed
[aac @ 0xae8048c0] stereo with SCE
[aac @ 0xae8048c0] Reserved bit set.
[aac @ 0xae8048c0] Number of bands (5) exceeds limit (2).
[aac @ 0xae8048c0] stereo with SCE
[aac @ 0xae8048c0] Reserved bit set.
[aac @ 0xae8048c0] Number of bands (10) exceeds limit (8).
[aac @ 0xae8048c0] channel element 2.6 is not allocated
[aac @ 0xae8048c0] channel element 3.8 is not allocated
[aac @ 0xae8048c0] Prediction is not allowed in AAC-LC.
[aac @ 0xae8048c0] Reserved bit set.
[aac @ 0xae8048c0] Number of bands (42) exceeds limit (32).
[aac @ 0xae8048c0] ChannelElement 3.0 missing
[aac @ 0xae8048c0] ChannelElement 3.2 missing
[aac @ 0xae8048c0] ChannelElement 2.0 missing
[aac @ 0xae8048c0] ChannelElement 2.1 missing
[aac @ 0xae8048c0] ChannelElement 2.2 missing
[aac @ 0xae8048c0] ChannelElement 2.3 missing
[aac @ 0xae8048c0] ChannelElement 2.5 missing
[aac @ 0xae8048c0] ChannelElement 2.6 missing
[aac @ 0xae8048c0] ChannelElement 2.7 missing
[aac @ 0xae8048c0] ChannelElement 1.2 missing
[aac @ 0xae8048c0] ChannelElement 1.4 missing
[aac @ 0xae8048c0] ChannelElement 1.5 missing
[aac @ 0xae8048c0] ChannelElement 1.6 missing
[aac @ 0xae8048c0] ChannelElement 1.7 missing
[aac @ 0xae8048c0] ChannelElement 1.8 missing
[aac @ 0xae8048c0] ChannelElement 0.4 missing
[aac @ 0xae8048c0] ChannelElement 0.5 missing
[aac @ 0xae8048c0] ChannelElement 0.6 missing
[aac @ 0xae8048c0] ChannelElement 0.7 missing
[aac @ 0xae8048c0] ChannelElement 0.8 missing
[aac @ 0xae8048c0] stereo with SCE
[aac @ 0xae8048c0] Reserved bit set.
[aac @ 0xae8048c0] Number of bands (47) exceeds limit (44).
[aac @ 0xae8048c0] Inconsistent channel configuration. 0B f=0/0
[aac @ 0xae8048c0] get_buffer() failed
[aac @ 0xae8048c0] channel element 3.15 is not allocated
[aac @ 0xae8048c0] channel element 2.7 is not allocated
[aac @ 0xae8048c0] channel element 3.8 is not allocated
[aac @ 0xae8048c0] Reserved bit set.
[aac @ 0xae8048c0] invalid band type
[aac @ 0xae8048c0] channel element 3.7 is not allocated
[aac @ 0xae8048c0] ChannelElement 3.0 missing
[aac @ 0xae8048c0] ChannelElement 3.2 missing
[aac @ 0xae8048c0] ChannelElement 2.0 missing
[aac @ 0xae8048c0] ChannelElement 2.1 missing
[aac @ 0xae8048c0] ChannelElement 2.2 missing
[aac @ 0xae8048c0] ChannelElement 2.3 missing
[aac @ 0xae8048c0] ChannelElement 2.5 missing
[aac @ 0xae8048c0] ChannelElement 2.6 missing
[aac @ 0xae8048c0] ChannelElement 2.7 missing
[aac @ 0xae8048c0] ChannelElement 1.1 missing
[aac @ 0xae8048c0] ChannelElement 1.2 missing
[aac @ 0xae8048c0] ChannelElement 1.3 missing
[aac @ 0xae8048c0] ChannelElement 1.4 missing
[aac @ 0xae8048c0] ChannelElement 1.5 missing
[aac @ 0xae8048c0] ChannelElement 1.6 missing
[aac @ 0xae8048c0] ChannelElement 1.7 missing
[aac @ 0xae8048c0] ChannelElement 1.8 missing
[aac @ 0xae8048c0] ChannelElement 1.9 missing
[aac @ 0xae8048c0] ChannelElement 1.11 missing
[aac @ 0xae8048c0] ChannelElement 1.12 missing
[aac @ 0xae8048c0] ChannelElement 1.13 missing
[aac @ 0xae8048c0] ChannelElement 0.2 missing
[aac @ 0xae8048c0] ChannelElement 0.4 missing
[aac @ 0xae8048c0] ChannelElement 0.5 missing
[aac @ 0xae8048c0] ChannelElement 0.6 missing
[aac @ 0xae8048c0] ChannelElement 0.7 missing
[aac @ 0xae8048c0] ChannelElement 0.8 missing
[aac @ 0xae8048c0] ChannelElement 0.10 missing
[aac @ 0xae8048c0] ChannelElement 0.11 missing
[aac @ 0xae8048c0] ChannelElement 0.12 missing
[aac @ 0xae8048c0] ChannelElement 0.13 missing
[aac @ 0xae8048c0] channel element 3.12 is not allocated
[aac @ 0xae8048c0] stereo with SCE
[aac @ 0xae8048c0] invalid band type
[aac @ 0xae8048c0] Reserved bit set.
[aac @ 0xae8048c0] Number of scalefactor bands in group (62) exceeds limit (49).
[aac @ 0xae8048c0] channel element 2.8 is not allocated
[aac @ 0xae8048c0] channel element 2.1 is not allocated
[aac @ 0xae8048c0] ChannelElement 3.0 missing
[aac @ 0xae8048c0] ChannelElement 3.2 missing
[aac @ 0xae8048c0] ChannelElement 2.0 missing
[aac @ 0xae8048c0] ChannelElement 2.1 missing
[aac @ 0xae8048c0] ChannelElement 2.2 missing
[aac @ 0xae8048c0] ChannelElement 2.3 missing
[aac @ 0xae8048c0] ChannelElement 2.5 missing
[aac @ 0xae8048c0] ChannelElement 2.6 missing
[aac @ 0xae8048c0] ChannelElement 2.7 missing
[aac @ 0xae8048c0] ChannelElement 1.1 missing
[aac @ 0xae8048c0] ChannelElement 1.2 missing
[aac @ 0xae8048c0] ChannelElement 1.3 missing
[aac @ 0xae8048c0] ChannelElement 1.4 missing
[aac @ 0xae8048c0] ChannelElement 1.5 missing
[aac @ 0xae8048c0] ChannelElement 1.6 missing
[aac @ 0xae8048c0] ChannelElement 1.7 missing
[aac @ 0xae8048c0] ChannelElement 1.8 missing
[aac @ 0xae8048c0] ChannelElement 1.9 missing
[aac @ 0xae8048c0] ChannelElement 1.11 missing
[aac @ 0xae8048c0] ChannelElement 1.12 missing
[aac @ 0xae8048c0] ChannelElement 1.13 missing
[aac @ 0xae8048c0] ChannelElement 0.2 missing
[aac @ 0xae8048c0] ChannelElement 0.4 missing
[aac @ 0xae8048c0] ChannelElement 0.5 missing
[aac @ 0xae8048c0] ChannelElement 0.6 missing
[aac @ 0xae8048c0] ChannelElement 0.7 missing
[aac @ 0xae8048c0] ChannelElement 0.8 missing
[aac @ 0xae8048c0] ChannelElement 0.10 missing
[aac @ 0xae8048c0] ChannelElement 0.11 missing
[aac @ 0xae8048c0] ChannelElement 0.12 missing
[aac @ 0xae8048c0] ChannelElement 0.13 missing
[aac @ 0xae8048c0] Sample rate index in program config element does not match the sample
rate index configured by the container.
[aac @ 0xae8048c0] Inconsistent channel configuration. 0B f=0/0
[aac @ 0xae8048c0] get_buffer() failed
[aac @ 0xae8048c0] ChannelElement 3.0 missing
[aac @ 0xae8048c0] ChannelElement 3.2 missing
[aac @ 0xae8048c0] ChannelElement 2.0 missing
[aac @ 0xae8048c0] ChannelElement 2.1 missing
[aac @ 0xae8048c0] ChannelElement 2.2 missing
[aac @ 0xae8048c0] ChannelElement 2.3 missing
[aac @ 0xae8048c0] ChannelElement 2.5 missing
[aac @ 0xae8048c0] ChannelElement 2.6 missing
[aac @ 0xae8048c0] ChannelElement 2.7 missing
[aac @ 0xae8048c0] ChannelElement 1.0 missing
[aac @ 0xae8048c0] ChannelElement 1.1 missing
[aac @ 0xae8048c0] ChannelElement 1.2 missing
[aac @ 0xae8048c0] ChannelElement 1.3 missing
[aac @ 0xae8048c0] ChannelElement 1.4 missing
[aac @ 0xae8048c0] ChannelElement 1.5 missing
[aac @ 0xae8048c0] ChannelElement 1.6 missing
[aac @ 0xae8048c0] ChannelElement 1.7 missing
[aac @ 0xae8048c0] ChannelElement 1.8 missing
[aac @ 0xae8048c0] ChannelElement 1.9 missing
[aac @ 0xae8048c0] ChannelElement 1.10 missing
[aac @ 0xae8048c0] ChannelElement 1.11 missing
[aac @ 0xae8048c0] ChannelElement 1.12 missing
[aac @ 0xae8048c0] ChannelElement 1.13 missing
[aac @ 0xae8048c0] ChannelElement 0.0 missing
[aac @ 0xae8048c0] ChannelElement 0.1 missing
[aac @ 0xae8048c0] ChannelElement 0.2 missing
[aac @ 0xae8048c0] ChannelElement 0.3 missing
[aac @ 0xae8048c0] ChannelElement 0.4 missing
[aac @ 0xae8048c0] ChannelElement 0.5 missing
[aac @ 0xae8048c0] ChannelElement 0.6 missing
[aac @ 0xae8048c0] ChannelElement 0.7 missing
[aac @ 0xae8048c0] ChannelElement 0.8 missing
[aac @ 0xae8048c0] ChannelElement 0.9 missing
[aac @ 0xae8048c0] ChannelElement 0.10 missing
[aac @ 0xae8048c0] ChannelElement 0.11 missing
[aac @ 0xae8048c0] ChannelElement 0.12 missing
[aac @ 0xae8048c0] ChannelElement 0.13 missing
[aac @ 0xae8048c0] stereo with SCE
[aac @ 0xae8048c0] Reserved bit set.
[aac @ 0xae8048c0] Prediction is not allowed in AAC-LC.
[aac @ 0xae8048c0] stereo with SCE
[aac @ 0xae8048c0] Prediction is not allowed in AAC-LC.
[aac @ 0xae8048c0] channel element 2.15 is not allocated
[aac @ 0xae8048c0] Number of scalefactor bands in group (54) exceeds limit (49).
[aac @ 0xae8048c0] Sample rate index in program config element does not match the sample
rate index configured by the container.
[aac @ 0xae8048c0] Remapped id too large
[aac @ 0xae8048c0] is not implemented. Update your FFmpeg version to the newest one from
Git. If the problem still occurs, it means that your file has a feature which has not be
en implemented.
[aac @ 0xae8048c0] If you want to help, upload a sample of this file to ftp://upload.ffmp
eg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[aac @ 0xae8048c0] stereo with SCE
[aac @ 0xae8048c0] Prediction is not allowed in AAC-LC.
[aac @ 0xae8048c0] ChannelElement 3.0 missing
[aac @ 0xae8048c0] ChannelElement 3.2 missing
[aac @ 0xae8048c0] ChannelElement 2.0 missing
[aac @ 0xae8048c0] ChannelElement 2.1 missing
[aac @ 0xae8048c0] ChannelElement 2.2 missing
[aac @ 0xae8048c0] ChannelElement 2.3 missing
[aac @ 0xae8048c0] ChannelElement 2.5 missing
[aac @ 0xae8048c0] ChannelElement 2.6 missing
[aac @ 0xae8048c0] ChannelElement 2.7 missing
[aac @ 0xae8048c0] ChannelElement 1.1 missing
[aac @ 0xae8048c0] ChannelElement 1.2 missing
[aac @ 0xae8048c0] ChannelElement 1.3 missing
[aac @ 0xae8048c0] ChannelElement 1.4 missing
[aac @ 0xae8048c0] ChannelElement 1.5 missing
[aac @ 0xae8048c0] ChannelElement 1.6 missing
[aac @ 0xae8048c0] ChannelElement 1.7 missing
[aac @ 0xae8048c0] ChannelElement 1.8 missing
[aac @ 0xae8048c0] ChannelElement 1.9 missing
[aac @ 0xae8048c0] ChannelElement 1.10 missing
[aac @ 0xae8048c0] ChannelElement 1.11 missing
[aac @ 0xae8048c0] ChannelElement 1.12 missing
[aac @ 0xae8048c0] ChannelElement 1.13 missing
[aac @ 0xae8048c0] ChannelElement 0.1 missing


My question is: does this really mean that this is a unique mp4 video format or is the mp4 file getting corrupted during the download processes?

David Smith


Last bumped by DavidASmith72 on Tue Feb 12, 2019 12:02 am.
DavidASmith72
 
Posts: 6
Joined: Sat Jan 13, 2018 10:10 pm


Return to General

Who is online

Users browsing this forum: Bing [Bot] and 33 guests