Package: kino
Version: 0.75-7
Severity: wishlist

The ffmpeg divx export scripts export a valid mpeg4 file but
tag this file as "FMP4".  This causes problems with some
free software video players which don't understand that "FMP4"
is functionally identical to "DIVX".

test.avi is tagged as "FMP4"

[EMAIL PROTECTED]:~$ wxvlc kino/test.avi
VLC media player 0.8.2-svn Janus
libhal.c 767 : org.freedesktop.DBus.Error.ServiceDoesNotExist raised
"Service "org.freedesktop.Hal" does not exist"

[00000245] main playlist: adding playlist item `kino/test.avi' (
kino/test.avi )[00000264] main decoder error: no suitable decoder module
for fourcc `FMP4'.
VLC probably does not support this sound or video format.
[00000245] main playlist: deleting playlist item `kino/test.avi'


test5.avi is tagged as "DIVX"

[EMAIL PROTECTED]:~$ wxvlc kino/test5.avi
VLC media player 0.8.2-svn Janus
libhal.c 767 : org.freedesktop.DBus.Error.ServiceDoesNotExist raised
"Service "org.freedesktop.Hal" does not exist"

[00000245] main playlist: adding playlist item `kino/test5.avi' (
kino/test5.avi )
[00000245] main playlist: deleting playlist item `kino/test5.avi'


The fix for this problem is a trivial change to the export scripts.

  "2" )   ffmpeg -f dv -i - -f avi -deinterlace -s 320x240 -b 500 -acodec 
"$acodec" -ab 64 -y "$file".avi ;;
                
Should be changed to:

  "2" )   ffmpeg -f dv -i - -f avi -deinterlace -s 320x240 -b 500 -acodec 
"$acodec" -ab 64 -vtag divx -y "$file".avi ;;

The only change to the output with "-vtag divx" is the "FMP4" tag.

[EMAIL PROTECTED]:~$ ls -al kino/test*.avi
-rw-r--r--  1 john john 1941318 2005-05-11 14:47 kino/test5.avi
-rw-r--r--  1 john john 1941318 2005-05-11 14:32 kino/test.avi

[EMAIL PROTECTED]:~$ xdelta delta kino/test.avi kino/test5.avi diffs
[EMAIL PROTECTED]:~$ ls -al diffs
-rw-r--r--  1 john john 217 2005-05-11 15:11 diffs

Some discussion about this issue in the Kino forums:

http://kino.schirmacher.de/dcforum/dcforum?az=show_topic&forum=101&topic_id=3194&mesg_id=3194&page=

Thanks for your excellent packaging work on Kino.

John

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kino depends on:
ii  libart-2.0-2         2.3.17-1            Library of functions for 2D graphi
ii  libatk1.0-0          1.8.0-4             The ATK accessibility toolkit
ii  libavc1394-0         0.4.1-2             control IEEE1394 audio/video devic
ii  libbonobo2-0         2.8.1-2             Bonobo CORBA interfaces library
ii  libbonoboui2-0       2.8.1-2             The Bonobo UI library
ii  libc6                2.3.2.ds1-21        GNU C Library: Shared libraries an
ii  libdv4               0.103-2             software library for DV format dig
ii  libgcc1              1:3.4.3-13          GCC support library
ii  libgconf2-4          2.8.1-6             GNOME configuration database syste
ii  libglade2-0          1:2.4.2-2           library to load .glade files at ru
ii  libglib1.2           1.2.10-10           The GLib library of C routines
ii  libglib2.0-0         2.6.4-1             The GLib library of C routines
ii  libgnome2-0          2.8.1-2             The GNOME 2 library - runtime file
ii  libgnomecanvas2-0    2.8.0-1             A powerful object-oriented display
ii  libgnomeui-0         2.8.1-3             The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0       2.8.4-3             The GNOME virtual file-system libr
ii  libgtk2.0-0          2.6.4-2             The GTK+ graphical user interface 
ii  libice6              4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  liborbit2            1:2.12.2-1          libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0        1.8.1-1             Layout and rendering of internatio
ii  libpopt0             1.7-5               lib for parsing cmdline parameters
ii  libquicktime1        0.9.3-2             A library for reading and writing 
ii  libraw1394-5         0.10.1-1.1          library for direct access to IEEE 
ii  libsamplerate0       0.1.1-2             audio rate conversion library
ii  libsm6               4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5           1:3.3.6-4           The GNU Standard C++ Library v3
ii  libx11-6             4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6             4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxml2              2.6.16-7            GNOME XML library
ii  libxv1               4.3.0.dfsg.1-12.0.1 X Window System video extension li
ii  xlibs                4.3.0.dfsg.1-12     X Keyboard Extension (XKB) configu
ii  zlib1g               1:1.2.2-4           compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to