LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 02-03-2016, 07:15 AM   #1
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Rep: Reputation: 11
Post Convert .mkv or .mp4 to .VOB and write via K3b.


Hello.
I used "AVS Video Converter" on Windows OS for convert .mkv or .mp4 to .VOB and after convert, "AVS Video Converter" make some files as below :

VIDEO_TS.BUP
VIDEO_TS.IFO
VTS_01_0.BUP
VTS_01_0.IFO
VTS_01_1.VOB
VTS_01_2.VOB
VTS_01_3.VOB

When I convert another .mkv or .mp4 to .VOB, The program make files with the same names in another directory and when I want write them via K3b, I got a message for replace files because of same names. I changed the names of second video files manually to :

VTS_02_0.BUP
VTS_02_0.IFO
VTS_02_1.VOB
VTS_02_2.VOB
VTS_02_3.VOB

and write them via K3b but DVD Player can't show the second video files and just show first videos.Any idea to solve it?

Tnx.
 
Old 02-03-2016, 11:43 AM   #2
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243
I'm not sure how it is set up to do, but creating a different dierctory and putting them into that would solve your problem becuse it is now working in an empty directory again, as it names all of the selections in sequence. like
Code:
Movie_name/CD1
Movie_name/CD2
Question: DVD Player, they are no longer on a DVD but files in hdd/directory,

vlc ~ as I've only delt with VOB a little bit, I just loaded the "whole directory" at once and it plays it like a DVD giving me that option on the screen like it was on a TV using a remote, that is kind of cool, but why are you doing this may I ask, as in mkv you can just play the move, unless you're dooing something keewler then that.

Last edited by BW-userx; 02-03-2016 at 11:48 AM.
 
Old 02-03-2016, 12:46 PM   #3
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Debian/Ubuntu,CentOS
Posts: 848

Rep: Reputation: 231Reputation: 231Reputation: 231
http://winff.org/html_new/downloads.html

see if winff is in your repos


edit: well this can help to convert to different format not really for making dvd type files

Last edited by erik2282; 02-03-2016 at 12:51 PM.
 
Old 02-03-2016, 03:56 PM   #4
brockm789
LQ Newbie
 
Registered: Feb 2016
Posts: 17

Rep: Reputation: 3
@ hack3rcon

What you need is a dvd authoring program. A dvd authoring program can handle the video conversions, adding more than one video and creating the final dvd filesystem either to a directory or an image. All you have to do is burn the image or point to the directory where the dvd authoring program created the dvd filesystem files ( *.VOB, *.BUP,*.IFO ).

I use Bombono DVD and it is cross-platform for windows and linux. I use the linux version. It can make a simple dvd menu of your video(s) or you can be very creative with fancy fonts, menu borders, motion thumbnails and backgrounds and etc.

http://www.bombono.org/cgi-bin/wiki/Download

Youtube has some videos on using Bombono to get familiar with it.

Here is a basic video on bombono dvd.
https://www.youtube.com/watch?v=mCG2B9a7TOE

Last edited by brockm789; 02-03-2016 at 04:22 PM.
 
Old 02-04-2016, 03:19 PM   #5
Golf4Fun
Member
 
Registered: Jan 2009
Posts: 34

Rep: Reputation: 2
DeVeDe works well to convert any video to a DVD.
 
Old 02-06-2016, 03:06 AM   #6
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by BW-userx View Post
I'm not sure how it is set up to do, but creating a different dierctory and putting them into that would solve your problem becuse it is now working in an empty directory again, as it names all of the selections in sequence. like
Code:
Movie_name/CD1
Movie_name/CD2
Question: DVD Player, they are no longer on a DVD but files in hdd/directory,

vlc ~ as I've only delt with VOB a little bit, I just loaded the "whole directory" at once and it plays it like a DVD giving me that option on the screen like it was on a TV using a remote, that is kind of cool, but why are you doing this may I ask, as in mkv you can just play the move, unless you're dooing something keewler then that.
I mean is DVD Player device not software.
 
Old 02-06-2016, 03:07 AM   #7
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by erik2282 View Post
http://winff.org/html_new/downloads.html

see if winff is in your repos


edit: well this can help to convert to different format not really for making dvd type files
"AVS Video Converter" work very fine but problem is that it make same names
 
Old 02-06-2016, 06:55 AM   #8
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by BW-userx View Post
I'm not sure how it is set up to do, but creating a different dierctory and putting them into that would solve your problem becuse it is now working in an empty directory again, as it names all of the selections in sequence. like
Code:
Movie_name/CD1
Movie_name/CD2
Question: DVD Player, they are no longer on a DVD but files in hdd/directory,

vlc ~ as I've only delt with VOB a little bit, I just loaded the "whole directory" at once and it plays it like a DVD giving me that option on the screen like it was on a TV using a remote, that is kind of cool, but why are you doing this may I ask, as in mkv you can just play the move, unless you're dooing something keewler then that.
By default K3b create two directories, "VIDEO_TS" and "AUDIO_TS". You mean is that I should create directories under "VIDEO_TS" ?
 
Old 02-06-2016, 07:16 AM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243
Quote:
Originally Posted by hack3rcon View Post
By default K3b create two directories, "VIDEO_TS" and "AUDIO_TS". You mean is that I should create directories under "VIDEO_TS" ?
skip this post and read my other one.

Last edited by BW-userx; 02-06-2016 at 07:34 AM.
 
Old 02-06-2016, 07:31 AM   #10
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243
Quote:
Originally Posted by hack3rcon View Post
Hello.
I used "AVS Video Converter" on Windows OS for convert .mkv or .mp4 to .VOB and after convert, "AVS Video Converter" make some files as below :

VIDEO_TS.BUP
VIDEO_TS.IFO
VTS_01_0.BUP
VTS_01_0.IFO
VTS_01_1.VOB
VTS_01_2.VOB
VTS_01_3.VOB




When I convert another
.mkv or .mp4 to .VOB,



The program make files with the same names in another directory and when I want write them (THEM now indecating both at the same time) via K3b, I got a message for replace files because of same names. I changed the names of second video files manually to :

VTS_02_0.BUP
VTS_02_0.IFO
VTS_02_1.VOB
VTS_02_2.VOB
VTS_02_3.VOB

and write them via K3b but DVD Player can't show the second video files and just show first videos.Any idea to solve it?

Tnx.
are you trying to put two movies on one DVD?

it looks like that the standard format for DVD files to be just like they are created, and the software you are using can only put one movie per DVD.

Now I have seen DVD with more then one movie on them, you'll have to research how to get that done if in fact this is what you are trying to do.

look for software that can put two or more movies on one DVD, even look a little deeper into what ever it is you are using to see if it can in fact do this too.

but if not, then one way just off the top of my head is to just join the two movies together first then have your other software split it up into the DVD format. draw back they will be seen as one movie and should play one then the other one right afterwards.

----


file -> DVD -> format is it all goes into one file structrue on DVD
Code:
movie one
|
| -- movie two
|
|--------DVD --
               |
               |
       all files for movie go here for one movie
       so it sees duplicate files for one folder that
       it uses on the DVD, the option over write the other one,
       or do not add it.
Savy?


MODDED:
I just found something that may help you in your endever.
it has not been updated in a while, but it might still work,
so if it works use it yes?


DVD Flick websight

DVD Flick SourceForge

Quote:
DVD Flick aims to be a simple but at the same time powerful DVD Authoring tool. It can take a number of video files stored on your computer and turn them into a DVD that will play back on your DVD player,

Features:

Windows Forest Awards 2007 Copper prize (4th place)

Burn near any video file to DVD
Support for over 45 file formats
Support for over 60 video codecs
Support for over 40 audio codecs
Easily add a menu
Add your own subtitles
Easy to use interface
Burn your project to disc after encoding
Completely free without any adware, spyware or limitations

Last edited by BW-userx; 02-06-2016 at 08:14 AM.
 
Old 02-06-2016, 02:15 PM   #11
brockm789
LQ Newbie
 
Registered: Feb 2016
Posts: 17

Rep: Reputation: 3
I think the OP missed my post. I told OP he needs a dvd authoring program. A dvd authoring can convert his videos and he can add more than one video for a dvd project. The dvd authoring will then take all that information and create a final dvd filesystem of *.VOB, *.BUP, and *.IFO files into a directory or an image ready to burn onto a disc.

Last edited by brockm789; 02-06-2016 at 02:23 PM.
 
Old 02-07-2016, 10:53 PM   #12
stevedey
LQ Newbie
 
Registered: Feb 2016
Posts: 4

Rep: Reputation: Disabled
BW-userx and brockm789 are correct about using a dvd authoring program. Linux has a few like the ones mentioned plus dvdstyler. Windows has a free one called WinX @ http://www.winxdvd.com/dvd-author/. A dvd authoring program is like using a WYSIWYG HTML editor. You create a layout with text and images that point to the corresponding video(s).

If you DON'T want to use a DVD GUI authoring program, here is a quick bare bones method to author a dvd in linux. ( No menus, chapters, etc )

The videos on the disc will start to play automatically. To play the next video on the disc, you'll have to press the next/forward key on the remote or the next button on a dvd player program like vlc.

first convert the video(s) to a dvd compatible format

ffmpeg -i video1.ext -threads 4 -target ntsc-dvd -q:v 1 output1.mpg

** Replace ntsc-dvd with pal-dvd if outside the usa.

Repeat the process for the other videos you want to include on the disc by adjusting the input and output filenames.

create a empty directory for the dvd files. It can be whatever name you want.

mkdir dvd

Now type

dvdauthor -o dvd/ -t output1.mpg -t output2.mpg ...etc

Next, type

dvdauthor -o dvd/ -T

You will get some messages about things missing. Just ignore it. dvdauthor uses a xml file that describes everything about the videos and instructions for the playback. Since we are not supplying a xml file, we will get some warning messages.

You can test before burning to disc, by typing

vlc dvd/

Finally, byrn the disc

growisofs -dvd-compat -Z /dev/dvd -dvd-video dvd/

** Replace /dev/dvd with your actual dvd device node.

Last edited by stevedey; 02-07-2016 at 11:24 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Convert mkv to mp4 in terminal - how? gael33 Linux - Newbie 13 11-30-2015 03:42 PM
Convert vob files to mp4(or similar) Steviepower Linux - Software 5 10-12-2012 11:29 AM
How to convert .VOB to mp4 using ffmpeg? sarbojit Linux - Newbie 2 05-12-2011 11:10 AM
Convert mkv to mp4 to play on PS3 ? robertpolson Linux - General 1 09-11-2007 03:50 PM

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

All times are GMT -5. The time now is 06:03 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