At 7:01 AM -0700 6/23/2010, John Carmonne wrote:
I have a movie that's a .mkv file 4.46 GBs I want to burn it to a DVD but I can't get Toast 10 to see it as an image I also tried Toast 8 and 6 still no cigar. Is this spometing I can do?
Convert the mpeg4 video contained in the mkv file into mpeg2 with ffmpeg. Then build the DVD-Video with Sizzle and burn the resulting dmg with Disk Utility. Or, if you don't care about how pretty the DVD be, then skip Sizzle and use Burn.
Not sure if Burn will recognize the mkv directly - if it does, then it will run ffmpeg and do the burning for you.
The command line to run ffmpeg directly would be: ffmpeg -i "My Video.mkv" -target ntsc-dvd -b 4000k "My Video.mpg" - Dan. -- - Psychoceramic Emeritus; South Jersey, USA, Earth. -- You received this message because you are a member of G-Group, a group for those using G3, G4, and G5 desktop Macs - with a particular focus on Power Macs. The list FAQ is at http://lowendmac.com/lists/g-list.shtml and our netiquette guide is at http://www.lowendmac.com/lists/netiquette.shtml To post to this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/g3-5-list
