Subject: qdvdauthor: wrong argument in toolame command
Package: qdvdauthor
Version: 0.1.2-0.0
Severity: important

*** Please type your report below this line ***

Hi.


Trying to create a DVD without sound in the main menu the following
process is triggered:

  This line creates an empty sound file to mix into the menu-movie.
  
  dd if=/dev/zero bs=4 count=1920 | toolame -b128 -s 48000 /dev/stdin
"/tmp/Geburtstagsgeschenk/Main Menu VMGM/menu.mp2"

Toolame fails with 

  SmpFrqIndex: 48000000 is not a legal sample rate,
  
because the -s option requires the rate in kHz. So the command has to be
corrected to

  dd if=/dev/zero bs=4 count=1920 | toolame -b128 -s 48 /dev/stdin
"/tmp/Geburtstagsgeschenk/Main Menu VMGM/menu.mp2"
  

That worked for me. Please contact me, if I can help with anything.

Thanks for the great work.

Paul

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages qdvdauthor depends on:
ii  dvd-slideshow                0.7.5-0.0   tools to create dvd
slideshow with
ii  dvdauthor                    0.6.11-4    create DVD-Video file
system
ii  libc6                        2.3.6.ds1-6 GNU C Library: Shared
libraries
ii  libgcc1                      1:4.1.1-16  GCC support library
ii  libqt3-mt                    3:3.3.6-4   Qt GUI Library (Threaded
runtime v
ii  libstdc++6                   4.1.1-16    The GNU Standard C++
Library v3
ii  libx11-6                     2:1.0.0-9   X11 client-side library
ii  libxext6                     1:1.0.1-2   X11 miscellaneous extension
librar
ii  libxine1                     1.1.2-6     the xine video/media player
librar
ii  mjpegtools                   1:1.8.0-0.3 MJPEG video
capture/editting/playb
ii  zlib1g                       1:1.2.3-13  compression library -
runtime

qdvdauthor recommends no packages.

-- no debconf information

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to