I use the program "Handbrake" for my linux mint build here. That is a great DVD converter tool for linux. You can find that app and the .deb for it at this link here.
http://handbrake.fr/downloads.phpThat program handles any conversion format you need on your videos. For burning I use the included burning app called "Brasero."
DeVeDe is yet another good video converter for a DVD format on linux. It makes the proper VOB and Audio files in that app you can drag and drop to the above burning application. All of these apps above and below are native linux apps. I do not promote Wine.
~~~~~~~~~~~~~~`
For high definition to a blu ray disk or a regular dvd disk I use the linux version called "TsMuxeR" at this link here.
http://www.videohelp.com/tools/tsMuxeRYou will have to use the CLI
- Code: Select all
sudo apt-get install lib32*
- Code: Select all
sudo apt-get update
for this above program to work correctly if you are using a 64 bit linux build. These are your 32 bit libraries you will need for "TsmuxeR." The program only runs in a 32 bit mode. This is just a demux and remux tool for .mkv files that are common through the interwebs and torrents.
For an MKV extractor GUI check this link here. This will apply the correct audio codecs for your video projects under high definition using TsMuxer, you will need to convert the DTS audio codec to a AC3 using this tool if you are into 720p or 1080p to play correctly on a stand alone blu ray player or PS3. Here is the link for that .
http://www.iloveubuntu.net/mkv-extracto ... -mkv-filesFinally I also have yet another audio codec conversion app called "WinFF" you can download for converting the audio for your video files. WinFF can be found here.
http://winff.org/html_new/Remember to download your video codecs through apt-get for the above tools. I fetch my video codecs through the CLI (command line interface.)
- Code: Select all
sudo apt-get install ffdshow
- Code: Select all
sudo apt-get update
If the above code is not working try this link called ffdshow tryouts.
http://ffdshow-tryout.sourceforge.net/download.phpHave fun
