Become a part of the TranceAddict community!Frequently Asked Questions - Please read this if you haven'tSearch the forums
TranceAddict Forums > Main Forums > Chill Out Room > Video conversion question
Pages (2): [1] 2 »   Last Thread   Next Thread
Share
Author
Thread    Post A Reply
woscar
Starstuff



Registered: Nov 2004
Location: Guatemala, Guatemala
Video conversion question

Does anyone know how I can convert an .mkv file to a format that can be burned to a DVD on a Mac without loss in quality?


___________________

My Set Archive - MY BLOG

Old Post Sep-05-2010 01:36 
Click Here to See the Profile for woscar Click here to Send woscar a Private Message Visit woscar's homepage! Add woscar to your buddy list Report this Post Reply w/Quote Edit/Delete Message
infiniteJEST
solipsist sitcom



Registered: Mar 2008
Location: frolicking w/ minstrels, online.

To cheap to buy your Blu-rays eh?

I've been wanting to know this for a while too.


___________________
When a wise man gives thee better counsel, give me mine again: I would have none but knaves follow it, since a fool gives it.

Old Post Sep-05-2010 01:41 
Click Here to See the Profile for infiniteJEST Click here to Send infiniteJEST a Private Message Add infiniteJEST to your buddy list Report this Post Reply w/Quote Edit/Delete Message
woscar
Starstuff



Registered: Nov 2004
Location: Guatemala, Guatemala

quote:
Originally posted by couch-potato
To cheap to buy your Blu-rays eh?

I've been wanting to know this for a while too.


It's a Discovery Channel program I downloaded in HD.


___________________

My Set Archive - MY BLOG

Old Post Sep-05-2010 01:43 
Click Here to See the Profile for woscar Click here to Send woscar a Private Message Visit woscar's homepage! Add woscar to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Chris Crossland
Duke Silver



Registered: Jul 2003
Location: London

http://pwn3d.com/2009/06/14/mkv2vob...with-crossover/


___________________
Figure out what to do, then take a nap.

Old Post Sep-05-2010 01:43 
Click Here to See the Profile for Chris Crossland Click here to Send Chris Crossland a Private Message Add Chris Crossland to your buddy list Report this Post Reply w/Quote Edit/Delete Message
woscar
Starstuff



Registered: Nov 2004
Location: Guatemala, Guatemala

Thanks mate, but I don't see a link to download. There's only a link to a forum that probably has the link but I have to join in order to see it. I really hate signing up to forums I'll never again use in my life.

Do you have another link?


___________________

My Set Archive - MY BLOG

Old Post Sep-05-2010 02:13 
Click Here to See the Profile for woscar Click here to Send woscar a Private Message Visit woscar's homepage! Add woscar to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Mr.Mystery
Static Guru



Registered: Dec 2001
Location: Vantaa

Just wait for the next swarm of spambots.


___________________
Latest releases:
Endless Cycles [Capital Heaven]
The Charlatan [Morphosis]

Old Post Sep-05-2010 02:13  Finland
Click Here to See the Profile for Mr.Mystery Click here to Send Mr.Mystery a Private Message Add Mr.Mystery to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Sushipunk
Flickering, I roam



Registered: Sep 2006
Location: Chateau Verdafloor

quote:
Originally posted by Mr.Mystery
Just wait for the next swarm of spambots.


That's what I was going to say


___________________

Old Post Sep-05-2010 02:45  Australia
Click Here to See the Profile for Sushipunk Click here to Send Sushipunk a Private Message Visit Sushipunk's homepage! Add Sushipunk to your buddy list Report this Post Reply w/Quote Edit/Delete Message
igottaknow
PerfectTeeth R4 Dinosaurs



Registered: Feb 2001
Location: The Future

quote:
Originally posted by Mr.Mystery
Just wait for the next swarm of spambots.

Old Post Sep-05-2010 02:56 
Click Here to See the Profile for igottaknow Click here to Send igottaknow a Private Message Add igottaknow to your buddy list Report this Post Reply w/Quote Edit/Delete Message
KilldaDJ
birth.school.trance.death



Registered: Sep 2001
Location: tranceaddict wants to know your location

quote:
Originally posted by Sushipunk
That's what I was going to say


+1

wheres a bot when u actually need one?


___________________


Found Atlantis - Mixography [mix archive/mokumentary/my soul]?
i writed a song.

Old Post Sep-05-2010 13:44 
Click Here to See the Profile for KilldaDJ Click here to Send KilldaDJ a Private Message Visit KilldaDJ's homepage! Add KilldaDJ to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Chris Crossland
Duke Silver



Registered: Jul 2003
Location: London

http://www.3r1c.eu/mkv2vob/mkv2vob.exe

1. get darwine from http://www.kronenberg.org/darwine/ (or latest at the moment http://www.kronenberg.org/download.php?d...-day.co.jp )
2. copy darwine folder and TriX to Applications
3. run trix and open the "terminal" app (inside utilities in applications folder)
4. in trix, tick "visual basic 6 runtime" and "windows scripting host 5.6" and hit install
5. in that terminal shell, after trix has run, type this:
# curl -O http://www.3r1c.eu/mkv2vob/mkv2vob.exe
# wine mkv2vob.exe INSTALLDIR="C:\\mkv2vob"

in order to run mkv2vob use this command in the "terminal" app:
# /Applications/Darwine/Wine.bundle/Contents/bin/wine ~/.wine/drive_c/mkv2vob/mkv2vob.exe

Until we have a more "robust" system for wine (such as crossover has ...) we need to do this "by hand" - maybe crossover works too... don't know yet

You can also make a shell script with that line above, and double click on it. Just create a file with that line inside, do "chmod +x that_file" in terminal, and you should be able to double click that file in order to run mkv2vob.


___________________
Figure out what to do, then take a nap.

Old Post Sep-05-2010 14:01 
Click Here to See the Profile for Chris Crossland Click here to Send Chris Crossland a Private Message Add Chris Crossland to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Omega_Blue
Someone Changed My Custom



Registered: Dec 2003
Location: Gone

quote:
Originally posted by Chris Crossland
http://www.3r1c.eu/mkv2vob/mkv2vob.exe

1. get darwine from http://www.kronenberg.org/darwine/ (or latest at the moment http://www.kronenberg.org/download.php?d...-day.co.jp )
2. copy darwine folder and TriX to Applications
3. run trix and open the "terminal" app (inside utilities in applications folder)
4. in trix, tick "visual basic 6 runtime" and "windows scripting host 5.6" and hit install
5. in that terminal shell, after trix has run, type this:
# curl -O http://www.3r1c.eu/mkv2vob/mkv2vob.exe
# wine mkv2vob.exe INSTALLDIR="C:\\mkv2vob"

in order to run mkv2vob use this command in the "terminal" app:
# /Applications/Darwine/Wine.bundle/Contents/bin/wine ~/.wine/drive_c/mkv2vob/mkv2vob.exe

Until we have a more "robust" system for wine (such as crossover has ...) we need to do this "by hand" - maybe crossover works too... don't know yet

You can also make a shell script with that line above, and double click on it. Just create a file with that line inside, do "chmod +x that_file" in terminal, and you should be able to double click that file in order to run mkv2vob.


lol, macs suck and so does this overly complicated process. couldn't you just use a conversion program or something?

Old Post Sep-05-2010 14:07  United States
Click Here to See the Profile for Omega_Blue Click here to Send Omega_Blue a Private Message Add Omega_Blue to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Chris Crossland
Duke Silver



Registered: Jul 2003
Location: London

quote:
Originally posted by Omega_Blue
lol, macs suck and so does this overly complicated process. couldn't you just use a conversion program or something?


Lol they do suck that's all gibberish to me.

Good luck! haha


___________________
Figure out what to do, then take a nap.

Old Post Sep-05-2010 14:22 
Click Here to See the Profile for Chris Crossland Click here to Send Chris Crossland a Private Message Add Chris Crossland to your buddy list Report this Post Reply w/Quote Edit/Delete Message

TranceAddict Forums > Main Forums > Chill Out Room > Video conversion question
Post New Thread    Post A Reply

Pages (2): [1] 2 »  
Last Thread   Next Thread
Click here to listen to the sample!Pause playbacksasha zen after party 1996...sample 1 [2004] [0]

Click here to listen to the sample!Pause playbackBasic Dawn - "Pure Thrust" (Nu-Nrg Mix) [2004]

Show Printable Version | Subscribe to this Thread
Forum Jump:

All times are GMT. The time now is 18:57.

Forum Rules:
You may not post new threads
You may not post replies
You may not edit your posts
HTML code is ON
vB code is ON
[IMG] code is ON
 
Search this Thread:

 
Contact Us - return to tranceaddict

Powered by: Trance Music & vBulletin Forums
Copyright ©2000-2026, Jelsoft Enterprises Ltd.
Privacy Statement / DMCA
Support TA!