The Following bit of garbage is a snippet of command shell to make mencoder copy things into more manageable sizes…. Use it as you see fit.. oh cut and paste into a .txt and rename .bat for the noobs…
@echo off
color cb
echo READ ME FIST!!!!!!!!!
echo Welcome to (INSERT YOUR NAME HERE TO LOOK COOL)’s Intro to File Systems 101
echo In today’s lesson we will learn about FAT32 and NTFS
pause
color f4
echo.
echo.
echo But Mr. (IYNHTLC), why do we have to learn about file systems??
pause
color cb
echo.
echo.
echo Because it is important to know what size file you want to best fit your needs…
pause
color f4
echo.
echo.
echo Oooooohhhh…
pause
color cb
echo.
echo.
echo Let’s begin with a question.
echo What do you want to do with your file?
echo Play from a Computer? Play from an XBOX360? Just break it up to fit on a disc? And of course; Why does any of that matter?
echo.
echo.
echo Well children it matters a lot. So take some time to think about what you want to do with your file….
echo If you would like to play your file from a newer Computer(NTFS for PC or HFS etc…), then your file is probably fine the way it is, and you can exit the tutorial now by clicking the X at the top of the Screen…
pause
echo.
echo.
echo If you would like to play from an older computer or from an XBOX360(both read from FAT32) then we need to do some splitting.
echo For older computers and the XBOX 360 for which the file system is formatted FAT32(that’s not saying that the 360 is actually formatted Fat32, but that’s what it recognizes as a valid portable drive file system), the LARGEST READABLE FILE SIZE IS 4Gigabytes. Now just to be safe I would say 3.90Gigabytes for realocation of
sectors when transfering FROM a NTFS system, because the default block size for NTFS is smaller than FAT32, when transfering files TO a FAT32 system FROM an NTFS system, the file will ALWAYS become a little bit larger on the FAT32 end.
pause
color f4
echo.
echo.
echo Oooohhh! Continue
pause
color cb
echo.
echo.
echo Why is this important when burning to cd/dvd you ask?
echo Because, even though a standard blank dvd will hold 4.35Gigabytes, remember the FAT32 file system can only handle 4GB files, so your computer will only recognize the last logical byte range it sees, so your 4.35Gb file is now seen as a 350Megabyte file by your old computer….
echo.
echo And that’s bad, because now you’ve wasted an entire DVD!!!!
echo The same goes for a Dual Layered DVD, which is 8.5GB, even though the disc can contain 8.5Gigabytes of data, if you do not format it UDF,but you instead, leave it standard(FAT32), you will be wasting your disc!
echo.
echo So in summation, if you are unsure of your file system, then to be safe use 3.90GB or smaller…
echo.
echo Just as a side note, most all Portable Flash and Hard Drives come formatted as FAT32, this is for increased compatability, but will cause errors when transfering files larger than 4GB, and now
you know why….
echo Another side note, formatting your Flash drive as NTFS will allow you to put files larger than 4GB on the flash drive, but it will then NOT be detected by many consumer products like the XBOX, PS3, or many Home DVD players that have usb connectivity on them….
echo.
echo.
echo Thank you for joining me today, and happy encoding….
pause
color E0
echo Attempting to split WMVHD File…
pause
set title=
set dir=
set ss=
set endpos=
set /p title=What Do you want to name your file?
set /p dir=Where do you want to put your file?(Include full path: c:\blahblah\)
set /p ss=Set Start Time(Where do you want to start FROM use 0 for beginnig or HR:MN:SC for continuing.. i.e. 00:47:30 to start from the 47min, 30second mark)
set /p endpos=Set amount of conversion time(how many hrs/min/sec you want to encode FOR; like if movie is 2hrs and you want half, set for 01:00:00)
pause
C:\WMVHD\mencoder.exe -ovc copy -oac copy -ss %ss% -endpos %endpos% -o “%dir%%title%”.wmv %1
color 0E
echo WMVHD Now Split, I hope… brought to you by (INSERT YOUR NAME HERE TO LOOK COOL)…
pause
You can stop copynpasten up there at that “pause”
If any other video related info is needed please leave a comment…
****NOTE****
Much to my dismay, this actually doesn’t work for 1000fps wmv it will work fine for other formats but alas I cannot get a playable file no matter what i try…. FFMPEG results in a playable file, but I can only get it to output the first 6min and 55sec OR the entire video. I refuses to do no amount in between. Sorry.
Filed under: Encode | Tagged: Command Shell, Copy, Copying Video, FAT, FAT32, HD, HD Video, Mencoder, Mplayer, NTFS, Splitting, Video, Video Splitter, WMV | 2 Comments »