Page 1 of 1

DeVeDe error

PostPosted: Jul 18th, '12, 08:18
by nigelc
Hello,
Using Mageia 2 I am Unable to copy a .avi file to the dvd.
It gets error "Conversion Failed. It seems a bug a Mencoder."
Is there another way to make a dvd from an avi file?

cheers
Nigel

Re: DeVeDe error

PostPosted: Jul 18th, '12, 10:31
by tom_
Hi,
devede will tell you (us) more about the error if you run it from a terminal.

BTW you can use growisofs (from a terminal) and its friends to make a dvd,
but you have to do some steps manullay

here some guideline:
http://tuxicity.wordpress.com/2006/12/0 ... dvdauthor/

Re: DeVeDe error

PostPosted: Jul 19th, '12, 03:05
by nigelc
Here is error after running from a terminal:

Code: Select all
frame=  794 fps= 34  q=2.0 size=    2630kB time=00:00:31.71 bitrate= 679.4kbits/frame=  811 fps  frame=  825 fps= 34 q=2.0 Lsize=    2730kB time=00:00:32.96 bitrate= 678.5kbits/s   
video:1923kB audio:516kB global headers:0kB muxing overhead 11.918124%
Launch: spumux "/home/ewok/movie/movie_menu_0.xml"
Launching shell program: spumux "/home/ewok/movie/movie_menu_0.xml" < "/home/ewok/movie/movie_menu_0.mpg" > "/home/ewok/movie/movie_menu2_0.mpg"

delete menu temp
Segundos 0
Addbars True resx_o 720 resy_o 544
resx_i 720 resy_i 576
Launching program:  ffmpeg -i /home/ewok/Downloads/Random Harvest (1942).DVDRip.XviD/Random Harvest (1942).DVDRip.XviD.avi -vf scale=720:576,fifo,pad=720:576:0:0:0x000000 -y -target film-dvd -sn -g 12 -ac 2 -s 720x576 -trellis 1 -mbd 2 -b 4018000 -ab 224000 -aspect 4:3 /home/ewok/movie/movie_01_01.mpg -newaudio
elemento:  /usr/bin
ffmpeg version 0.10.4 Copyright (c) 2000-2012 the FFmpeg developers
  built on Jun 16 2012 22:56:39 with gcc 4.6.3
  configuration: --prefix=/usr --enable-shared --libdir=/usr/lib --shlibdir=/usr/lib --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --enable-libspeex --enable-libfreetype --enable-libnut --enable-libgsm --enable-libcelt --enable-libopencv --enable-libopenjpeg --enable-libxavs --enable-frei0r --enable-libmodplug --enable-libass --enable-gnutls --enable-libcdio --enable-libpulse --enable-libdirac --enable-libv4l2 --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libxvid
  libavutil      51. 35.100 / 51. 35.100
  libavcodec     53. 61.100 / 53. 61.100
  libavformat    53. 32.100 / 53. 32.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 61.100 /  2. 61.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, avi, from '/home/ewok/Downloads/Random Harvest (1942).DVDRip.XviD/Random Harvest (1942).DVDRip.XviD.avi':
  Metadata:
    encoder         : VirtualDubMod 1.5.4.1 (build 2178/release)
    IAS1            : English
    IAS2            : Francais
  Duration: 02:06:28.80, start: 0.000000, bitrate: 814 kb/s
    Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 720x544 [SAR 1:1 DAR 45:34], 23.98 tbr, 23.98 tbn, 23.98 tbc
    Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 32000 Hz, mono, s16, 32 kb/s
    Stream #0:2: Audio: mp3 (U[0][0][0] / 0x0055), 32000 Hz, mono, s16, 40 kb/s
Please use -b:a or -b:v, -b is ambiguous
Missing argument for option 'newaudio'
Creating window /usr/share/devede/werror_dialog.ui


Re: DeVeDe error

PostPosted: Jul 19th, '12, 10:43
by tom_
Well,

I'm not an audio expert,
but it seems that ffmpeg as not more the -newaudio option

http://ffmpeg.org/pipermail/ffmpeg-user ... 03213.html

but devede is still using it

also ffmpeg could have changed name but the problem could be in the file itself

https://groups.google.com/forum/?fromgr ... cJDBGswkAJ

I think you should fill a bug:
https://wiki.mageia.org/en/How_to_report_a_bug_properly

Re: DeVeDe error

PostPosted: Jul 22nd, '12, 14:19
by nigelc
A bug report will be filed.
I managed to copy it to a dvd using puppy linux.

cheers