Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#7729 closed defect (invalid)

Unsupported codec with id 100357 for input stream 0

Reported by: James Evans Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I encountered this bug with handbrake and they told me to submit it here.

ffprobe output:
ffprobe version N-93094-g7f8bfbee36 Copyright (c) 2007-2019 the FFmpeg developer
s
built with gcc 8.2.1 (GCC) 20181201
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfi
g --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libb
luray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enab
le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --e
nable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable
-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 -
-enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enab
le-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --en
able-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --en
able-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --e
nable-dxva2 --enable-avisynth --enable-libopenmpt
libavutil 56. 26.100 / 56. 26.100
libavcodec 58. 46.100 / 58. 46.100
libavformat 58. 26.100 / 58. 26.100
libavdevice 58. 6.101 / 58. 6.101
libavfilter 7. 48.100 / 7. 48.100
libswscale 5. 4.100 / 5. 4.100
libswresample 3. 4.100 / 3. 4.100
libpostproc 55. 4.100 / 55. 4.100
Input #0, mpeg, from 'VTS_01_1.VOB':
Duration: 01:27:48.60, start: 0.266667, bitrate: 1630 kb/s
Stream #0:0[0x1bf]: Data: dvd_nav_packet
Stream #0:1[0x1e0]: Video: mpeg1video, yuv420p(tv), 352x240 [SAR 200:219 DAR
880:657], Closed Captions, 1283 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 29.97 tbc
Stream #0:2[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 256 kb/s
Unsupported codec with id 100357 for input stream 0

The handbrake error was "VOB files will not encode, "No valid source or titles found."" although that is not relevant here, but I am providing it for reference.

I converted 32 VHS tapes to DVDs and was able to encode 30 but 2 of them have this error. I believe the issue may be corrupted subtitles.

Attachments (2)

errorlog.txt (65.3 KB ) - added by James Evans 5 years ago.
Handbrake error log
52524825-2d5cc000-2c80-11e9-8eed-9031251cf2d9.PNG (32.9 KB ) - added by James Evans 5 years ago.
VLC codec tab display

Download all attachments as: .zip

Change History (5)

by James Evans, 5 years ago

Attachment: errorlog.txt added

Handbrake error log

by James Evans, 5 years ago

VLC codec tab display

comment:1 by James Evans, 5 years ago

Component: undeterminedffmpeg
Version: unspecifiedgit-master

comment:2 by Carl Eugen Hoyos, 5 years ago

Component: ffmpegundetermined
Resolution: invalid
Status: newclosed

To report a valid ticket here, you would have to provide an ffmpeg command line including its complete, uncut console output. But FFmpeg cannot decode AV_CODEC_ID_DVD_NAV (0x18805), this is not a bug, the demuxer is expected to return the packets. In general, I think HandBrake is supposed to ignore all data streams (not just dvdnav packets).

comment:3 by James Evans, 5 years ago

This turned out to be an issue with handbrake: https://github.com/HandBrake/HandBrake/issues/1880

Note: See TracTickets for help on using tickets.