diff -u dvgrab-1.6deb/filehandler.cc dvgrab-1.6debmx/filehandler.cc
--- dvgrab-1.6deb/filehandler.cc	2004-07-22 05:41:04.000000000 +0300
+++ dvgrab-1.6debmx/filehandler.cc	2004-10-20 22:12:36.000000000 +0300
@@ -454,10 +455,10 @@
 
 bool RawHandler::Create( const string& filename )
 {
-	if ( GetBaseName() == "-" )
+//	if ( GetBaseName() == "-" )
 		fd = fileno( stdout );
-	else
-		fd = open( filename.c_str(), O_CREAT | O_TRUNC | O_RDWR | O_NONBLOCK, 0644 );
+/*	else
+		fd = open( filename.c_str(), O_CREAT | O_TRUNC | O_RDWR | O_NONBLOCK, 0644 );*/
 	if ( fd != -1 )
 	{
 		FileTracker::GetInstance().Add( filename.c_str() );
