i've been trying to encode a 700mb avi file to dvd. if i use ffpeg, there's no sound so i tried mpeg2enc.
every time I try to encode it, it eats up all the available space on my startup drive by creating these files Volumes>drivename>stream.yuv and audio dump.wav in the base system package.
both the source file and destination are on an external drive.
Does anyone know how to avoid this?
Also, is there a guide that tells which kind of files you should use ffpeg and which you should use mpeg2enc?
Results 1 to 6 of 6
-
-
Normally stream.yuv should be seen as a 0 bytes file (as it is not a file but an Unix pipe). If it is not 0 bytes, then there may be some permission problem and you may want to avoid using mpeg2enc. ffmpeg should be used unless your player does not like the streams it creates (VBR while mpeg2enc is quite CBR).
-
yeah, the stream.yuv just eats up whatever I have avail. like 20GB
If i use ffmpeg, and play the video ts folder with dvd player, there's no sound.
any suggestions?
-
it won't play continuously in vlc everytime i click "play" it pauses but it doesn't seem like there's sound and the muxed mpg file doesn't have sound.
in the past when sound wouldn't output using ffmpeg, i used mpeg2enc and it worked but now there's this problem with the stream eating up all my disk space so it fails. is there a way to repair the permissions?
Similar Threads
-
AVI files make DVD huge
By dishwater63 in forum Authoring (DVD)Replies: 6Last Post: 13th Dec 2010, 19:09 -
Making XVID videos with VirtualDub: output files w/huge file sizes (~1GB+)
By maskingtape in forum Newbie / General discussionsReplies: 11Last Post: 4th Mar 2010, 23:50 -
Help me reduce these huge video files! How does the "scene" do it
By AnitaPeterson in forum Video ConversionReplies: 10Last Post: 9th Dec 2009, 18:32 -
creating DVD files
By zippedspark in forum Video ConversionReplies: 5Last Post: 2nd Aug 2009, 22:09 -
Huge avi files in Virtual Mod
By KayAt in forum Newbie / General discussionsReplies: 3Last Post: 25th Oct 2007, 19:08