I want to migrate my VHS collection to DVD5. I have a Hauppauge PVR 350 card in my SuSE PC. I can capture video through a regular cat-command (cat /dev/video0 > /mnt/hdb1/TV/recordings/tmp.mpg). But the file is app. 5 times too large. How can I shrink it 5 times in order to be able to fit 8 hours of VHS-video onto a 4.37 GB DVD5 without too much loss of video- and audio-quality? I want to be able to play the video-files (mpeg, avi, divx, xvid... which ever format offers the best quality at a 5:1 compression ratio) both on Linux and Windows.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 6 of 6
			
		- 
	SuSE 9.3 Pro
- 
	expecting good quality at 8 hours on a dvd5 is asking too much.. 
 
 you should probably shoot for 3 dvd's, maybe even 4.. 2 would be stretching it quite a bit.. 
- 
	Xvid would be your best option for 8 hours -> 4.35GB, but even that's a stretch. 4 hours per DVD in Xvid would be ideal. 
- 
	Use H.264 with 1Mb/s 
 
 It is more than enough for VHS quality video...
- 
	Hi, 
 
 The previous command will work better using 48KHz audio (standard for DVD) instead of 44.1KHz (standard for SVCD):
 
 Also since your source is VHS, you may consider using less resolution (Half-D1: PAL 352 x 576 or NTSC 352x480):Code:ffmpeg -i inputfile -target dvd -acodec mp2 -ac 2 -ab 224k -ar 48000 outputfile 
 
 Code:ffmpeg -i inputfile -target dvd-pal -s 352x576 -size -acodec mp2 -ac 2 -ab 224k -ar 48000 outputfile Code:ffmpeg -i inputfile -target dvd-ntsc -s 352x480 -size -acodec mp2 -ac 2 -ab 224k -ar 48000 outputfile 
Similar Threads
- 
  Re-compressing many times with lossless codec in Vdub introduces colorbleedBy Mephesto in forum Newbie / General discussionsReplies: 21Last Post: 19th Feb 2012, 07:39
- 
  Huffyuv can be edited multiple times without loss of quality?By brassplyer in forum Video ConversionReplies: 1Last Post: 29th Jan 2011, 09:51
- 
  Is this VHS Quality Acceptable?By cfelicio in forum RestorationReplies: 34Last Post: 5th Dec 2010, 14:22
- 
  Long Encoding Times - MPEG2 --> XviD?By onesikgypo in forum Newbie / General discussionsReplies: 16Last Post: 13th Oct 2009, 08:06
- 
  Compressing with the highest qualityBy guitarscn in forum Newbie / General discussionsReplies: 6Last Post: 26th Apr 2008, 15:02


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 Visit Homepage
				Visit Homepage
			 
 
			
			

 Quote
 Quote 
			