Support and General Use > Plugins/Viewers
VLC-transcode.bat output options
johnson4:
I really like using this .bat file http://www.rockbox.org/twiki/pub/Main/PluginMpegplayer/VLC-transcode.bat
Im just wondering how to code the output, currently
--- Code: ---url=%1.mpg
--- End code ---
to output the new mpg file to the same dir that the bat file is in.
That way I can leave the bat file on my Gigabeat and add usable videos from any computer that I might be using. Is this possible?
I searched the web for a while but couldn't come up with anything.
Thanks for any hints,
PaulJam:
Hi,
you could try if it works if you replace the part with:
--- Code: ---url="%~dp0%~n1.mpg"
--- End code ---
johnson4:
works great, except that the
--- Code: ---vlc:quit
--- End code ---
doesn't seem to be doing it's job. After the file is made, VLC stays running. But thats not really a huge deal.
Thanks a ton.
gnu:
Use mencoder, it quits all by itself after it's finished.
johnson4:
I've never used that program b4, How does it compare with VLC for speed and quality?
can I use the same bat file(obviously pointed to mencoder)?
Navigation
[0] Message Index
[#] Next page
Go to full version