LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 11-01-2005, 01:33 PM   #1
sweetnsourbkr
Member
 
Registered: Aug 2005
Location: Bay
Distribution: Zenwalk, OpenBSD, Slackware
Posts: 167

Rep: Reputation: 30
Creating DVDs


I've looked through the LQ DVD walkthru for this task, but I can't seem to ./configure mjpegtools. I don't think my processor is supported. Something about a k8 cpu not valid.

So I'm on the hunt for an alternative. Anyone know of anything that'll do the job? I'm trying to convert AVIs into playable DVDs.
 
Old 11-01-2005, 04:02 PM   #2
cormack
Member
 
Registered: Oct 2005
Location: Scotland, UK
Distribution: Kubuntu 9.10, ubuntu 8.04.2 server
Posts: 156

Rep: Reputation: 30
K3B does it for me i think. tries that? its very good
 
Old 11-02-2005, 10:39 AM   #3
sweetnsourbkr
Member
 
Registered: Aug 2005
Location: Bay
Distribution: Zenwalk, OpenBSD, Slackware
Posts: 167

Original Poster
Rep: Reputation: 30
I believe K3B is only made for burning, not decoding video and audio and re-encoding them. I don't think this is what I'm looking for. Any more ideas?
 
Old 11-02-2005, 11:06 AM   #4
cormack
Member
 
Registered: Oct 2005
Location: Scotland, UK
Distribution: Kubuntu 9.10, ubuntu 8.04.2 server
Posts: 156

Rep: Reputation: 30
hmm the version of k3b i have has the option to encode video, and lets you choose video codec, audio codec, bit rates and sample streams for audio for dvds. and it also lets you chagne the res's of the videos?
oir maby you looking for more complex vid editing?

ryan
 
Old 11-02-2005, 09:35 PM   #5
apachedude
Member
 
Registered: Aug 2004
Location: California
Distribution: SuSE 10.0 (SUPER)
Posts: 356

Rep: Reputation: 31
I think K3b can encode videos from DVDs, but it can't decode videos back to DVDs.
 
Old 11-02-2005, 10:24 PM   #6
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
K3b can burn a video DVD if you have the VIDEO_TS structure produced ahead of time. It will produce a SVCD from individual mpegs.

Here is a web site that might interest you:
http://www.yolinux.com/TUTORIALS/Lin...rialVideo.html
It has an overview on encoding, non-linear editing, and authoring. Also try googling for other information.
 
Old 11-03-2005, 10:25 AM   #7
sweetnsourbkr
Member
 
Registered: Aug 2005
Location: Bay
Distribution: Zenwalk, OpenBSD, Slackware
Posts: 167

Original Poster
Rep: Reputation: 30
It seems like there's nothing else but mjpegtools that does the job ...

jschiwal what did you mean by this:

Quote:
K3b can burn a video DVD if you have the VIDEO_TS structure produced ahead of time.
So it's possible to use K3B without mjpegtools?
 
Old 11-09-2005, 06:49 AM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Not being at a linux computer right now, I'm not sure which packages need to be installed for K3b to burn a video DVD. Some programs are required and some are optional. K3b is a graphical front end for programs that run in the shell. The actual burning of the disk is done in the background.

K3b will not import mpeg videos to produce a DVD video. You will need to do that ahead of time using other tools. It can import mpeg videos to produce a VCD or SVCD. You may need to run the K3b configuration to see if you need other tools installed, such as tcprobe, etc.
 
Old 11-09-2005, 11:58 AM   #9
Cogar
Senior Member
 
Registered: Oct 2005
Location: It varies, but usually within 100 feet of a keyboard.
Distribution: Fedora 10, Kubuntu 8.04, Puppy 4.1.2, openSUSE 11.2
Posts: 1,126

Rep: Reputation: 52
Quote:
Originally posted by jschiwal
K3b can burn a video DVD if you have the VIDEO_TS structure produced ahead of time. It will produce a SVCD from individual mpegs.

Here is a web site that might interest you:
http://www.yolinux.com/TUTORIALS/Lin...rialVideo.html
It has an overview on encoding, non-linear editing, and authoring. Also try googling for other information.
That is a great link. Thank you.
 
Old 03-14-2006, 12:15 AM   #10
bayvista
LQ Newbie
 
Registered: Jul 2005
Location: Sydney, Australia
Distribution: Ubuntu Breezy Badger 5.10
Posts: 24

Rep: Reputation: 15
Creating DVDs

I am trying to get Varsha working. Has anyone had any success with this? I cant get off the ground. Log follows:

david@linuxpc:~/Downloads$ sudo java -jar varsha.jar
Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit
at java.awt.Toolkit.getDefaultToolkit() (/usr/lib/libgcj.so.6.0.0)
at java.awt.EventQueue.invokeLater(java.lang.Runnable) (/usr/lib/libgcj.so.6.0.0)
at javax.swing.SwingUtilities.invokeLater(java.lang.Runnable) (/usr/lib/libgcj.so.6.0.0)
at javax.swing.RepaintManager.addInvalidComponent(javax.swing.JComponent) (/usr/lib/libgcj.so.6.0.0)
at javax.swing.JComponent.revalidate() (/usr/lib/libgcj.so.6.0.0)
at javax.swing.JComponent.setOpaque(boolean) (/usr/lib/libgcj.so.6.0.0)
at javax.swing.JPanel.JPanel(java.awt.LayoutManager, boolean) (/usr/lib/libgcj.so.6.0.0)
at javax.swing.JPanel.JPanel() (/usr/lib/libgcj.so.6.0.0)
at javax.swing.JRootPane.createGlassPane() (/usr/lib/libgcj.so.6.0.0)
at javax.swing.JRootPane.getGlassPane() (/usr/lib/libgcj.so.6.0.0)
at javax.swing.JRootPane.JRootPane() (/usr/lib/libgcj.so.6.0.0)
at javax.swing.JFrame.createRootPane() (/usr/lib/libgcj.so.6.0.0)
at javax.swing.JFrame.getRootPane() (/usr/lib/libgcj.so.6.0.0)
at javax.swing.JFrame.frameInit() (/usr/lib/libgcj.so.6.0.0)
at javax.swing.JFrame.JFrame() (/usr/lib/libgcj.so.6.0.0)
at varsha.ui.Varsha.Varsha() (Unknown Source)
at varsha.ui.Varsha.main(java.lang.String[]) (Unknown Source)
at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
Caused by: java.lang.ClassNotFoundException: gnu.java.awt.peer.gtk.GtkToolkit not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:varsha.jar,file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgcj.so.6.0.0)
at java.lang.ClassLoader.loadClass(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.6.0.0)
at java.lang.Class.forName(java.lang.String) (/usr/lib/libgcj.so.6.0.0)
at java.awt.Toolkit.getDefaultToolkit() (/usr/lib/libgcj.so.6.0.0)
...18 more
david@linuxpc:~/Downloads$
 
  


Reply



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
unable to see DVDs torresma Linux - Software 1 10-16-2004 03:35 PM
Xine and DVDs frode Linux - Newbie 1 06-19-2004 05:15 PM
DVDs and Xine NyT3HaWk Linux - Software 1 04-06-2004 07:53 AM
how do i play dvds? h/w Linux - Hardware 7 10-20-2003 10:25 PM
dvds with mplayer WanglessOlasov Linux - Software 2 08-17-2003 01:07 PM

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

All times are GMT -5. The time now is 07:16 AM.

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