gnebehay / OpenTLD

A C++ implementation of OpenTLD

Home Page:http://gnebehay.github.com/OpenTLD/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opentld.exe says "Unable to open video" with various AVI containers

AlexEdgcomb opened this issue · comments

I'm on Windows 7 using the pre-compiled opentld.exe from OpenTLD_1.3.0. I'd like to run opentld.exe on some AVI files. When I use the following command line, I receive the error "Error: Unable to open video":
opentld.exe -d VID -z 0 -i cam1.avi

This error is generated from "ImAcq.cpp" on line 56 when the video capture is NULL.

I've converted my AVI files to each of the pre-loaded AVI formats provided in "Any Video Converter 5". Same error is observed.

opentld.exe runs perfectly with a webcam (great job btw!).

How should I proceed?

Thank you,
Alex

Hi,

OpenTLD can use only codecs that are registered with Windows, so maybe
installing a codec pack might help? If everything fails, you could try
converting the video to a sequences of images, there are tools that can
do that for you.

Georg

On 2013-03-05 20:07, AlexEdgcomb wrote:

I'm on Windows 7 using the pre-compiled opentld.exe from
OpenTLD_1.3.0. I'd like to run opentld.exe on some AVI files. When I
use the following command line, I receive the error "Error: Unable to
open video":
opentld.exe -d VID -z 0 -i cam1.avi

This error is generated from "ImAcq.cpp" on line 56 when the video
capture is NULL.

I've converted my AVI files to each of the pre-loaded AVI formats
provided in "Any Video Converter 5". Same error is observed.

opentld.exe runs perfectly with a webcam (great job btw!).

How should I proceed?

Thank you,
Alex


Reply to this email directly or view it on GitHub
#34.