search for: kino_export

Displaying 2 results from an estimated 2 matches for "kino_export".

2004 Oct 29
1
Kino exports in theora format
Kino, a non-linear video editor for Linux, now exports in ogg theora format. I just posted a feature request at http://kino.schirmacher.de/ for a future version of Kino to edit video in native ogg theora format in addition to dv format. John
2004 Dec 16
0
[patch] ffmpeg2theora A/V sync
...----------- next part -------------- Index: Makefile.am =================================================================== --- Makefile.am (revision 8373) +++ Makefile.am (working copy) @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS = 1.6 dist-bzip2 no-dist-gzip +AUTOMAKE_OPTIONS = 1.6 dist-bzip2 SUBDIRS = kino_export Index: ffmpeg2theora.c =================================================================== --- ffmpeg2theora.c (revision 8373) +++ ffmpeg2theora.c (working copy) @@ -150,6 +150,18 @@ int64_t frame_number=0; double fps = 0.0; + /* 20041216/DK variables that help us keep track of A/V sync */...