logo [Gallery] [Linux] [Links] [Stuff]


dvgrab --format dv2 --opendml --autosplit
  • Transcode
  • Just transcodeing for PC playback using divx (a 1min file in dv2 ~ 225Mb becomes 14Mb with Divx encodeing) 57Mb with for mpeg layer1)

    transcode 	-i dvgrab-date.avi -x dv,avi /
    		-I5 -C3 -z -k /
    		-o divx-date.avi -y divx5
    
  • For Creating SVCD for play back in a DVD player or on a PC it has been suggested (but I havent tested this for myself) that it wont help to de-interlace the filefor playback on a TV as interlacing is expected, the -I5 and -C3 can be removed if you want an interlaced version Also sound should be mpeg layer 2 but dvd players seem to be ok with mp3
  • transcode 	-i dvgrab-date.avi -x dv,avi /
    		-I5 -C3 /
    		-o svcd-date -y mpeg,raw -Fd /
    		-m test.mp3
    
    ==>outputs svc-date.m2v
    tcpmplex 	-o test.mpg -i svcd-date.m2v /
    		-p test.mp3 -m s
    
    ==>outputs test.mpg
    vcdimager -t svcd test.mpg
    
    ==>outputs videocd.cue videocd.bin
    cdrdao write videocd.cue
    


    Photographs that appear on this site may not be reproduced in any form without the express permission of the author.
    All photographs Copyright © 1999-2001 by Ian M. Hayhurst - All Rights Reserved.