LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-31-2025, 08:32 AM   #1
grizdog
LQ Newbie
 
Registered: Jun 2008
Posts: 17

Rep: Reputation: 0
Devede won't produce dvds


[Log in to get rid of this advertisement]
I have been trying to use devede to create a video dvd. I found a number of threads in this forum and in the slackware subforum on the topic, and while I found some useful information, none of it solved my problem.

I have a good mp4 file. When I started up devede and used the "preview" feature, it worked fine. I also tried converting the file into an mp2 file, but nothing changed, except for a lower quality preview.

My drive has a clean 4.7GB DVD+R in it, but I never got to the burn stage. I have k3b installed and have burned data DVDs with it (yes, I know no one uses dvds anymore, but I am trying to do a favor for some people)

I looked for the dependencies and am pretty sure I have everything. I installed DVDauthor and vcdimager just in case.

I ran devede both from the application launcher and from the command line with /usr/lib/devede/devede_ng.py Same result, in particular, no error messages.

I followed the instructions to make a DVD I found at https://mozai.com/writing/devede

Every time, I get a dialog box that suggests there are 5 steps and it fails on the third step. The dialog box goes away when it fails, so I can't read whatever pops up there, but another box appears that says "There was an error while creating the disc" and that is all I have for error messages.

I am not wedded to devede, I would like to get it working, but if there is another utility I could use I would be happy to try it.

Thanks for any help
 
Old 09-01-2025, 12:56 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,898

Rep: Reputation: 8168Reputation: 8168Reputation: 8168Reputation: 8168Reputation: 8168Reputation: 8168Reputation: 8168Reputation: 8168Reputation: 8168Reputation: 8168Reputation: 8168
k3b, brasero, .... We have a few tools to do that.
Have you installed all the dependencies? https://rastersoft.com/programas/devede.html
Anyway you need to check logs or look for messages, without any info hard to help. You may also try to contact the author.
 
Old 09-01-2025, 01:10 PM   #3
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,599
Blog Entries: 7

Rep: Reputation: 2055Reputation: 2055Reputation: 2055Reputation: 2055Reputation: 2055Reputation: 2055Reputation: 2055Reputation: 2055Reputation: 2055Reputation: 2055Reputation: 2055
A video DVD is mpeg2 video, ac3 audio. Or it can be wav. Then you'll need to make a menu for the DVD player.

I can give you an example, or the basic format how to make one, if it helps you to understand the process. Use your own parameters and whatever software you wish. I always did it manually.

Code:
#Make mpeg2/ac3 video
ffmpeg -i Input.mp4 -c:a ac3 -b:a 196k -c:v mpeg2video -target ntsc-dvd -b:v 2000k test.mpg

#Make the DVD structure (everyting goes into ~/mydvd)
export VIDEO_FORMAT=NTSC
dvdauthor -t -o mydvd -f test.mpg

ls -l ~/mydvd/VIDEO_TS
total 12640
-rw-r--r-- ...     6144 Dec  2 08:50 VIDEO_TS.BUP
-rw-r--r-- ...     6144 Dec  2 08:50 VIDEO_TS.IFO
-rw-r--r-- ...    12288 Dec  2 08:49 VTS_01_0.BUP
-rw-r--r-- ...    12288 Dec  2 08:49 VTS_01_0.IFO
-rw-r--r-- ... 12900352 Dec  2 08:49 VTS_01_1.VOB
Then if you want to make a menu for the video DVD.
Code:
#Grab a screenshot 720x480
ffmpeg -f x11grab -video_size 720x480 -i $DISPLAY -vframes 1 1.png

#Make video out of it
jpeg2yuv -n 50 -I p -f 29.97 -j 1.jpg | mpeg2enc -n n -f 8 -o menu.m2v

#Make 1 sec blank audio
ffmpeg -f lavfi -i anullsrc=channel_layout=5.1:sample_rate=48000 -t 1 menu.mp2

#Merge them
mplex -f 8 -o menu.mpg menu.m2v menu.mp2

#make menu.xml
spumux menu.xml < menu.mpg > menu_final.mpg
Or use a fancy graphical application that does it all for you.

I haven't made a video dvd in a good while.
 
1 members found this post helpful.
Old Yesterday, 04:41 AM   #4
pmv
Member
 
Registered: Apr 2018
Location: Germany
Distribution: OpenSuSE 15.4 Ubuntu 24.10 Archlinux 2022.08.05 Slackware 15.0 Debian 12.8 Fedora 42 slackware64-cur
Posts: 140
Blog Entries: 5

Rep: Reputation: 50
To make a Video DVD structure you can use QDVDAuthor https://sourceforge.net/projects/qdvd, there are packages for Slackware 15.0. I burn the DVDs with K3b.

Last edited by pmv; Yesterday at 05:14 AM.
 
1 members found this post helpful.
Old Today, 07:09 PM   #5
exerceo
Member
 
Registered: Oct 2022
Posts: 143

Rep: Reputation: 30
Have you tried creating an ISO image first and then mounting it? If that works, it seems to be OK on the software side.
 
  


Reply

Tags
devede, dvd, video



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How to Burn DVDs with DeVeDe and Brasero on Linux LXer Syndicated Linux News 0 06-26-2018 04:00 AM
LXer: DeVeDe NG Review Create Video DVDs and CDs LXer Syndicated Linux News 0 09-21-2017 06:54 AM
devede does not produce dvd th1bill Linux - Software 3 09-13-2013 01:21 PM
LXer: Using DeVeDe to create DVDs on Linux LXer Syndicated Linux News 0 01-27-2012 03:10 PM
LXer: DeVeDe 3.16.8, create DVDs from video files LXer Syndicated Linux News 0 07-19-2010 01:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration