Windows 7 Powershell script x264 - mp4 - 2Pass

Topics on common programming languages
Post Reply
Mysoogal
Captain
Captain
Posts: 223
Joined: Thu Dec 17, 2009 7:15 am
Location: Planet VPS

Windows 7 Powershell script x264 - mp4 - 2Pass

Post by Mysoogal » Wed Oct 06, 2010 2:10 pm

I've just discovered a really nice Power-shell script that encodes entire directory of source folder and encodes it in windows its really sly

what you need, install

Avisynth_258.exe

in cmd, enter powershell.exe and execute this to enable the script to run,
Set-ExecutionPolicy RemoteSigned
now unzip folder video in C:\ ,

and add all your video clips in video\sources
http://www.megaupload.com/?d=TJZP6TO1

to execture the encoding script, in cmd type
powershell c:\video\encode.ps1
that's about it, i might integrate this script with my transdmin light transcoder which was built to run in linux, but we can simply just use the powershell scripts :D I'll look into it it should be possible to just execute from exec or system :D

for more info, look here http://forum.videohelp.com/threads/3146 ... ost2023361


it looks like this when you get the powershell working
Image
User avatar
Kevin
Sergeant Major
Sergeant Major
Posts: 40
Joined: Sun Jul 19, 2009 7:49 pm
Location: Sydney

Re: Windows 7 Powershell script x264 - mp4 - 2Pass

Post by Kevin » Wed Oct 13, 2010 6:16 pm

You can learn about PowerShell with eBook at https://robot.lk/viewtopic.php?f=90&t=1965
Post Reply

Return to “.Net & Other Programming”