Handbrake crashes during video scan

Archive of historical bug reports.
Please use the GitHub link above to report issues.
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
tshepp
New User
Posts: 1
Joined: Wed Apr 26, 2017 10:39 am

Handbrake crashes during video scan

Post by tshepp »

Please describe the problem in as much detail as possible:
Both HandBrake and HandBrakeCLI crash when opening a specific avi file during scanning the file.
The avi file was created using Virtual Dub.
The avi file was created from bmp files without compression. The avi can be played using VLC or MediaPlayer without problems as expected.

Other video files can be opened without problem, so that is not a general problem. We could say the avi has problems, but it can be played using different video players without problems just as expected.

What are the steps to reproduce this problem:
Using HandBrake I just try to open the described avi file.

What version of HandBrake you are running:
1.0.7

What operating system and version and you running (e.g. OSX 10.11, Windows 7, Ubuntu 14):
Windows 10

Where did you download HandBrake from? handbrake.fr or somewhere else?
from handbrake.fr

If there was any error, exception or crash report displayed, please copy it and paste it here:

nothing specific, just
"HandBrakeCLI.exe has stopped working"

Please include the scan or encode log:

Code: Select all

C:\tmp\avideo>handbrakecli.exe -w600  -ex264 -q23.0 -ia.avi -oa.mp4
[12:45:17] hb_init: starting libhb thread
[12:45:17] thread 1 started ("libhb")
HandBrake 20170422070957-a63785e-master (2017042601) - MinGW i686 - https://handbrake.fr
6 CPUs detected
Opening a.avi...
[12:45:17] CPU: AMD Phenom(tm) II X6 1090T Processor
[12:45:17]  - logical processor count: 6
[12:45:17] Intel Quick Sync Video support: no
[12:45:17] hb_scan: path=a.avi, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
src/libbluray/disc/disc.c:274: failed opening UDF image a.avi
src/libbluray/disc/disc.c:352: error opening file BDMV\index.bdmv
src/libbluray/disc/disc.c:352: error opening file BDMV\BACKUP\index.bdmv
[12:45:17] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 5.0.1
libdvdread: Encrypted DVD support unavailable.
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[12:45:17] dvd: not a dvd - trying as a stream/file instead
Input #0, avi, from 'a.avi':
  Duration: 00:00:01.00, start: 0.000000, bitrate: 769206 kb/s
    Stream #0:0: Video: rawvideo
      bgr24, 974x548
      60 fps, 60 tbn
[12:45:17] scan: decoding previews for title 1
and here crashes the program...
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: Handbrake crashes during video scan

Post by BradleyS »

Can you provide a small sample AVI that reproduces the problem?
Post Reply