Bug in query_video() [message #84777] |
Sat, 08 June 2013 05:49  |
dg86
Messages: 118 Registered: September 2012
|
Senior Member |
|
|
Query_video() hangs when applied to a video whose format is not recognized.
Specifically, it consistently hangs on mpeg2 videos. This format is used for
the VOBs recorded by DVD recorders, for example.
The hang occurs at line 52 in query_video(), which catches an error below.
I believe that the error arises because creating the IDLffVideoRead object fails
with an unrecognized video format.
All the best,
David
|
|
|
Re: Bug in query_video() [message #84863 is a reply to message #84777] |
Fri, 14 June 2013 12:59  |
Mark Piper
Messages: 198 Registered: December 2009
|
Senior Member |
|
|
On Saturday, June 8, 2013 6:49:33 AM UTC-6, David Grier wrote:
> Query_video() hangs when applied to a video whose format is not recognized.
>
> Specifically, it consistently hangs on mpeg2 videos. This format is used for
>
> the VOBs recorded by DVD recorders, for example.
>
>
>
> The hang occurs at line 52 in query_video(), which catches an error below.
>
> I believe that the error arises because creating the IDLffVideoRead object fails
>
> with an unrecognized video format.
>
>
>
> All the best,
>
>
>
> David
Hi David,
Would you please send this info to tech support (support@exelisvis.com)? They'll be able to properly triage this bug and get it into our system.
Thanks,
mp
|
|
|