Batch Fourcc Changer » Wypoczynek a niepełnosprawność » Forum


  Users   Rejestracja   Wejście
Dzisiaj: 04.06.2025 - 05:06:02
Strony:  1  

Batch Fourcc Changer

Ogłoszenie

.
AutorWiadomość

bartoll

users




Statystyka:
Wiadomości: 2
Rejestracja: 16 kwie 2013, 21:53

Does anybody know of a Fourcc changer that would take a file list or folder and change the fourcc of all files? Thanks

---------------------
www.tv-play.pl
Wiadomość # 1 05.01.24 - 13:42:06
RE: Batch Fourcc Changer

śledź05

users




Statystyka:
Wiadomości: 412
Rejestracja: 13 maja 2018, 14:56

I have had the same Pb. Here's the way i change "dvsd" to "CDVC" fourcc, using a tiny patch tool and a unix shell. I know it's not simple, but it works ok and fast. - Step 1 - First you have to create the patcher. go to and download aPATCH v0.34 Write the folowing script in a text file (this one is to write the CDVC fourcc) ^FILECL^ ^GOTO^ 70 ^WRITE^ 43 44 56 43 ^GOTO^ BC ^WRITE^ 43 44 56 43 ^PRINT^ "Done!\n" ^END^ Of course, "43 44 56 43" is for "CDVC"; change this if you want another fourcc. Call it "cdvc.aps" for example, then run (from where you unziped apatch34.zip) : apatch cdvc.aps It creates "patch.com". Rename it to "cdvc.com" put this file in your windows directory (winnt). - step 2 - You also need a shell Get "UnxUtils.zip" at and put the sh.exe in your windows directory (winnt). - step 3 - Write the folowing script in a text file, call it "fcc.txt" for example, and put it in the same directory than your avi files: for i in *.avi do mv "$i" foo cmd /c "cdvc foo" mv foo "$i" done - step 4 - Open a command box, go to where your avi files are, run "sh fcc.txt". Well, that's all... the next time you only have to do step 4. Hope this helps... .

---------------------
Wiadomość # 2 05.01.24 - 13:48:10
RE: Batch Fourcc Changer

fotoart

users




Statystyka:
Wiadomości: 5
Rejestracja: 19 mar 2013, 11:47

Thanks! Just using "patch filename.avi" would work, right?

---------------------
http://lustrzanka.biz/
Wiadomość # 3 05.01.24 - 13:57:27
RE: Batch Fourcc Changer

rafi

users




Statystyka:
Wiadomości: 7
Rejestracja: 18 gru 2007, 22:19

Of course. I just wanted to give you a mean to patch several files at a time. .

---------------------
Wiadomość # 4 05.01.24 - 14:04:46
RE: Batch Fourcc Changer

slawkoon

users




Statystyka:
Wiadomości: 17
Rejestracja: 19 sie 2014, 8:52

Can't I just use "patch *.avi" ?

---------------------
Wiadomość # 5 05.01.24 - 14:12:55
RE: Batch Fourcc Changer

Alek

users




Statystyka:
Wiadomości: 18
Rejestracja: 06 sty 2012, 1:11

No you can't, because the patch.com created by apatch.exe doesn't allow multiple files on command line, and also doesn't handle well long filenames (reason of the "mv $i foo"). Also i rename patch.com to cdvc.com to avoid confusion with the unix util called patch comprised in the unixutils package, if you install it all. .

---------------------
Wiadomość # 6 05.01.24 - 14:16:24
RE: Batch Fourcc Changer
IfoEdit and PAL titles : Poprzedni tematNastępny temat: More rhetoric on the game plan
Strony:  1  

Administrator zabronił gościom odpowiadać na wiadomości! Aby się zarejestrować, kliknij link: rejestr


Uczestnicy