Pocket PC Thoughts - Daily News, Views, Rants and Raves

Check out the hottest Windows Mobile devices at our Expansys store!





Go Back   Thoughts Media Forums > POCKET PC THOUGHTS > Pocket PC Multimedia

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-06-2004, 11:13 PM
Pupil
Join Date: Oct 2003
Posts: 14
Default Batch encode into wmv files

I have mpeg videos which I have encoded successfully into wmv with the windows media encoder 9 series. Now I need to be able to batch encode several files overnight. Does anyone know of a utility that will let me do this easily.

Sebastian
 
Reply With Quote
  #2 (permalink)  
Old 05-07-2004, 06:54 AM
Pupil
Join Date: Sep 2003
Posts: 49
Default Re: Batch encode into wmv files

Quote:
Originally Posted by sebjo
I have mpeg videos which I have encoded successfully into wmv with the windows media encoder 9 series. Now I need to be able to batch encode several files overnight. Does anyone know of a utility that will let me do this easily.

Sebastian

you can use windows media encoding script (part of windows media encoder) to encode a full folder.
Use the following commandline in the msdos command prompt

cscript.exe wmcmd.vbs –input C:\My Videos\video.avi -output C:\My Videos-encoded\video.wmv -loadprofile C:\My Profile\pocketpc.prx

Ike
 
Reply With Quote
  #3 (permalink)  
Old 05-07-2004, 02:47 PM
Pupil
Join Date: Oct 2003
Posts: 14

Thanks for the reply. I am not really a programmer. How easy is it to use this command. I mean where exactly would I enter the code (msdos command line??)

Seb
 
Reply With Quote
  #4 (permalink)  
Old 05-08-2004, 05:44 AM
Theorist
Join Date: Feb 2004
Posts: 303

To get a command line window, click on Start > Run or press [Win]-[R], and then type "cmd" (without the quotes) in to the text box, and press [Enter].

Ike, it's not clear how that command works. Is "video.avi" just a placeholder that will be replaced in turn with the names of each of the videos, or should it be "*.avi" (or "*.mpg" or "*.mpeg" for Sebjo, since he's doing MPEG videos)?
__________________
“Sometimes I think the surest sign of intelligent life out there is that none of it has tried to contact us.”
—Calvin & Hobbes
 
Reply With Quote
  #5 (permalink)  
Old 05-08-2004, 06:26 AM
Pupil
Join Date: Sep 2003
Posts: 49

sorry ,
the command I gave was to convert the sample file "video.avi" to video.wmv
This "video.avi" can be almost any video file type. (the same as supported by windowsmedia encoder)

To convert a whole folder you just have to specify the folder... type:

cscript.exe wmcmd.vbs –input C:\My Videos\ -output C:\My Videos-encoded\ -loadprofile C:\My Profile\pocketpc.prx

before you type in the command, make sure you are in the windowsmedia encoder directory.
in the command prompt you have to go to the directory where windowsmedia is located.
type:
cd program files\windows media components\encoder
(this is the default directory of windowsmedia)


For more details you can take a look at the help file that comes with installation of windowsmedia encoder...

Ike
 
Reply With Quote
  #6 (permalink)  
Old 05-12-2004, 10:07 AM
Pupil
Join Date: Oct 2003
Posts: 14

Thanx! I'll give that a try.

:wink:
 
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 05:19 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 RC7