hello,
i'm in trouble again with mencoder...
how to convert images sequence into another directory?!
i mean my tga sequence are in D:\directory and my mencoder.exe are into C:\Windows
i'm using:
mencoder "mf://*.tga" -mf fps=25 -o gggu2.flv -ovc lavc -of lavf -lavcopts vcodec=flv:vbitrate=400:autoaspect:acodec=mp3:abit rate=56 -vf scale=640:364 -srate 22050 -af lavcresample=22050 -ofps 25
mencoder "D:\directory\mf://*.tga"... don't work
mencoder D:\directory\ "mf://*.tga"... don't work
mencoder "mf://D:\directory\*.tga"... don't work
tried with // and \ and Aaaargh...
thaank you very much if you can help!
+ Reply to Thread
Results 1 to 2 of 2
-
-
indeed it just crashes.
mencoder is primarily a linux tool.
it's much to be expected with windows paths.
the solution is blindingly simple.
move mencoder into the working directory!!
or at least call mencoder from the working directory
Code:c:\windows\mencoder mf://*.tga ...
"I'll give you five dollars if you let me throw a rock at you"
Similar Threads
-
batch dvd ripping - output folder to input folder?
By mkv2avi in forum DVD RippingReplies: 5Last Post: 17th Apr 2012, 16:23 -
Wgat would be the proper folder structure to add movie cover to a folder
By VoodooEvil in forum Newbie / General discussionsReplies: 1Last Post: 9th Feb 2012, 19:09 -
WPDNSE folder inside your system Temp folder????
By MozartMan in forum ComputerReplies: 25Last Post: 27th Mar 2011, 08:35 -
mencoder: seeking to frames (or cropping start frames)
By manchurian_candidate in forum LinuxReplies: 3Last Post: 13th Dec 2010, 08:53 -
MENCODER skips frames when dealing with MPEG-2 audio
By zuja9 in forum Video ConversionReplies: 2Last Post: 19th May 2007, 15:12