Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2002 11:15:26 -0700
From:      Sean LeBlanc <seanleblanc@attbi.com>
To:        freebsd-multimedia@freebsd.org
Subject:   VCD creation questions
Message-ID:  <20020316111526.A57318@hostwiththemost>

next in thread | raw e-mail | index | archive | help
Hi, I've been trying to create a VCD from an AVI. I've found what I think
might work, and it's mjpegtools (first, I tried using ffmpeg but the file
it created didn't seem to be one that vcdimager liked). Does anyone know
different tools that are just as good as or better than mjpegtools?

If not, has anyone built this on FreeBSD? I've done what the mjpegtools
README asks me to do (unpack jpeg-mmx somewhere, and tell it where with
configure flag), but still no dice. Partway through the make, I get:

./.libs/liblavjpeg.so: undefined reference to `jpeg_set_defaults'
./.libs/liblavjpeg.so: undefined reference to `jpeg_start_decompress'
./.libs/liblavjpeg.so: undefined reference to `jpeg_alloc_huff_table'
./.libs/liblavjpeg.so: undefined reference to `jpeg_write_marker'
./.libs/liblavjpeg.so: undefined reference to `jpeg_destroy_decompress'
./.libs/liblavjpeg.so: undefined reference to `jpeg_std_error'
./.libs/liblavjpeg.so: undefined reference to `jpeg_CreateDecompress'
./.libs/liblavjpeg.so: undefined reference to `jpeg_write_raw_data'
./.libs/liblavjpeg.so: undefined reference to `jpeg_read_header'
./.libs/liblavjpeg.so: undefined reference to `jpeg_start_compress'
./.libs/liblavjpeg.so: undefined reference to `jpeg_destroy_compress'
./.libs/liblavjpeg.so: undefined reference to `jpeg_finish_decompress'
./.libs/liblavjpeg.so: undefined reference to `jpeg_resync_to_restart'
./.libs/liblavjpeg.so: undefined reference to `jpeg_CreateCompress'
./.libs/liblavjpeg.so: undefined reference to `jpeg_finish_compress'
./.libs/liblavjpeg.so: undefined reference to `jpeg_read_raw_data'
./.libs/liblavjpeg.so: undefined reference to `jpeg_set_quality'

TIA,

-- 
Sean LeBlanc:seanleblanc@attbi.com Yahoo:seanleblancathome 
ICQ:138565743 MSN:seanleblancathome AIM:sleblancathome 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020316111526.A57318>