What method do you use for getting source footage?
- LightningCountX
- Joined: Tue May 20, 2003 8:35 am
- Location: Bayside, NY Interests: Your Mom ^_^
- Contact:
What method do you use for getting source footage?
Well, ive just been curious lately on how people obtain their source footage, and export their videos. I know there are like 50 different ways to do it, but it never hurts to find out how the 50 different ways are done since the guides are limited.
My way is
dvd decrypter > dvd2avi(huffyuv) > virtualdub(deinterlace/huffyuv) > premiere 6.5(export uncompressed) > virtualdub(xvid bitrate 1800-2300, depends on video length)
My way is
dvd decrypter > dvd2avi(huffyuv) > virtualdub(deinterlace/huffyuv) > premiere 6.5(export uncompressed) > virtualdub(xvid bitrate 1800-2300, depends on video length)
- bum
- 17747114553
- Joined: Sat Nov 08, 2003 9:56 pm
-
trythil
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
Code: Select all
mkdir vob; cd vob; mkdir ../idx; tccat -i /dev/cdroms/cdrom0 -T [title],-1 | tcdemux -a 0 | split -b 1024m - src; for i in src*; do mpeg3toc `pwd`/$i $i.toc; mv $i.toc ../idx; done
- VegettoEX
- Joined: Wed May 23, 2001 1:23 pm
- Location: New Jersey
- Contact:
*beats Daniel to the punch* You're such a fucking dork.trythil wrote:Code: Select all
mkdir vob; cd vob; mkdir ../idx; tccat -i /dev/cdroms/cdrom0 -T [title],-1 | tcdemux -a 0 | split -b 1024m - src; for i in src*; do mpeg3toc `pwd`/$i $i.toc; mv $i.toc ../idx; done
My method?
DVD Decrypter >> DVD2AVI (project files) >> AVS scripts >> MJPEG low-qual files >> edit <<>> switch to AVS files >> export HuffyUV
:: [| Michael "VegettoEX" LaBrie |] ::
:: [| Website: Kanzenshuu |] ::
:: [| AMVs: Profile |] ::
:: [| Latest Video: Flashback (July 2022) |] ::
:: [| Website: Kanzenshuu |] ::
:: [| AMVs: Profile |] ::
:: [| Latest Video: Flashback (July 2022) |] ::
- mckeed
- Joined: Tue May 15, 2001 1:02 pm
- Location: Troy, NY
- Contact:
1) use smartripper to create my vobs
2)then i create a basic avs file to deinterlace, crop, and resize, change colorspace and get the correct framerate for premire.
3)Edit in premire
4)Change the avs file so that it also cleans the footage
5)Export from premire in huffyuv with new avs file
6)use generic resize scripts to change resolution for either xvid, mpeg and mpeg2 encodes and feed those files into the respective programs.
2)then i create a basic avs file to deinterlace, crop, and resize, change colorspace and get the correct framerate for premire.
3)Edit in premire
4)Change the avs file so that it also cleans the footage
5)Export from premire in huffyuv with new avs file
6)use generic resize scripts to change resolution for either xvid, mpeg and mpeg2 encodes and feed those files into the respective programs.
-
trythil
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
What? That's actually what I doVegettoEX wrote:*beats Daniel to the punch* You're such a fucking dork.trythil wrote:Code: Select all
mkdir vob; cd vob; mkdir ../idx; tccat -i /dev/cdroms/cdrom0 -T [title],-1 | tcdemux -a 0 | split -b 1024m - src; for i in src*; do mpeg3toc `pwd`/$i $i.toc; mv $i.toc ../idx; done
My method?
DVD Decrypter >> DVD2AVI (project files) >> AVS scripts >> MJPEG low-qual files >> edit <<>> switch to AVS files >> export HuffyUV
Make the VOB directory, switch to it, make a directory for index files, rip the VOBs and split it into 1 gig chunks whilst demuxing the audio, index each chunk, move the index file to the index file directory, repeat until done with all chunks.
It saves me from having to babysit the process
- NicholasDWolfwood
- Joined: Sun Jun 30, 2002 8:11 pm
- Location: New Jersey, US
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- BigDude
- Joined: Sun Jan 19, 2003 9:59 pm
- Location: (none)
- Contact:





