-
Have a look in /usr/include/libdv/dv.h for the new declarations.
extern dv_decoder_t *dv_decoder_new (int ignored, int clamp_luma, int clamp_chroma);
extern void dv_init (int clamp_luma, int clamp_chroma);
You can call these methods dv_decoder_new(0, 0, 0) and dv_init(0, 0).
2007-10-11 08:57:36 UTC by pander
-
stream video ( xvid )
StreamPlug is a full Mpeg4, Ogg, and now Theora and MPEG4-AVC
streaming plug-in delivering ogg vorbis, divx, xvid content and much
more to you instantly. It achieves to do so with a very light sofware
(240Kb) that will take you only seconds to install.
With the v2.04 release and the integration of H264, StreamPlug also
brings video to a completely new level of...
2007-07-30 10:58:56 UTC by erencexor
-
Feel free to close if you don't necessarily consider a
segfault as a bug, I don't know where the avi file
comes from.
dv2jpg file1.avi file2.avi
#0 0x0805803f in dv_mb411_rgb ()
#1 0x0805354b in dv_decode_full_frame ()
#2 0x0804bb14 in main (ac=3, av=0xbffff7b4) at
dv2jpg.c:139
file says about input file :
Smashing Pumpkins - Vieuphoria CD1.avi: RIFF
(little-endian) data...
2004-06-25 23:19:27 UTC by alain_tesio
-
# gmake
gcc -s -O3 -march=i686 -I/opt/gdk-pixbuf/lib
-I/usr/include -I/usr/include/libdv
-I/usr/local/include/gdk-pixbuf-1.0 `glib-config
--cflags` `gtk-config --cflags` -DNTSC -g -c dv2jpg.c
dv2jpg.c: In function `main':
dv2jpg.c:69: error: too few arguments to function
`dv_decoder_new'
dv2jpg.c:70: error: too few arguments to function `dv_init'
dv2jpg.c:139: warning: passing arg 5 of...
2004-04-23 19:15:17 UTC by pierre42
-
Write JPG files with EXIF data like capture date/time
http://sourceforge.net/projects/libexif/.
2002-11-28 09:26:32 UTC by pander
-
I've a patch for it, please drop me a line for the code.
Maybe this code can be merged into a new version of dv2jpg.
2002-11-27 22:47:15 UTC by nobody
-
Hi there,
I sampled some DV video (in 16:9) using dvgrab, and I
cannot get dv2jpg to recognize my resulting files. When I
issue the command "dv2jpg myfile.avi output.mpg" I get
the following output:
$ dv2jpg myfile.avi output.mpg
reading myfile.avi
Compressor: WHAT
fps: 29.970629
video_frames: 0
video_strn: 0
audio_bytes: 53551148
audio_strn: 1
width...
2002-11-11 00:32:49 UTC by dooglio
-
This patch fixes compilation problems with dv2jpg 1.1
against libdv 0.98. It also adds command-line options
for setting the exported mjpeg video resolution.
2002-08-31 19:37:47 UTC by jpavel
-
support creation of svcd compliant mpegs.
2002-03-06 16:49:36 UTC by nobody
-
Patch submitted by: Chris Emerson <chris@tartarus.org>
Hi,
I'm using dv2jpg on Linux/ppc to convert DV avis
captured by kino into
mpegs via the MJPEG tools. I've attached the patch I
needed to get it
to work. Mostly it's include/library path
differences. I put an #if 0
around the code which carefully redefines the
width/height which came
from the DV AVI to the PAL/NTSC...
2001-11-19 02:48:09 UTC by cajun