Support and General Use > Plugins/Viewers

ipod video mpeg player

<< < (9/17) > >>

xlarge:
Ok.. i'm going to give it a go;

1; copy your mpg movie to c:\program files\videolan\vlc\ with your windows explorer and rename the file to input.mpg.
2;Start - run - cmd - ok (You get the cmd-prompt - do NOT enter "command", enter cmd)
3; enter these lines;
cd \
cd "program files"
cd videolan
cd vlc
vlc input.mpg --sout=#transcode{vcodec=mp2v,vb=600,width=320,height=240}:es{access-video=file,mux-video=es,dst-video=output.m2v}

The part "input.mpg" is the movie you want to "convert".
The part "output.m2v" is the result.
It doesn't matter if that last line spills over on two lines, just keep on typing but no NOT press "enter" until the last character i wrote, ie "}".
Like this ([enter] is the KEY you should press, do NOT type [enter]);
cd \ [enter]
cd "program files" [enter]
cd videolan [enter]
cd vlc [enter]
vlc input.mpg --sout=#transcode{vcodec=mp2v,vb=600,width=320,height=240}:es{access-video=file,mux-video=es,dst-video=output.m2v} [enter]


in the end you WILL have a output.m2v that is 320x240px....

If you still have problems copy the whole output from cmd-prompt and paste in a reply.


soap:

--- Quote from: mnhnhyouh on November 15, 2006, 09:55:42 PM ---Make sure you are not putting the " marks in!!!

h

--- End quote ---

Quotes never hurt, and are needed in some instances.

jacobts, you never answered (or did I miss it?) what version of Windows are you using?
For if you are using 98/ME it appears your config.sys is improperly set up.

Febs:

--- Quote from: jacobts on November 15, 2006, 07:51:32 PM ---Specified COMMAND search directory bad
--- End quote ---

Perhaps the problem lies here?

jacobts, what happens if you type "dir" from your command prompt?

RadioactiveMan:
Before you eventually have even more trouble with vlc, why don't you try another program?
I didn't have much luck with vlc either, but with HC together with a little Avisynth-Skript (for resizing) it was very easy. Take a look at doom9.org, there you will find everything.

jacobts:
ok this is alot to answer, i've told you already, i using windows XP home edition.

alright xlarge got it right but,

when i paste the code in it automaticly goes, i dont hit enter

here is what i put and vlc opens and tells me "unable to open 'input.mpg"

here is what i put in the command prompt

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Scratchy> cd "program files"
The system cannot find the path specified.

C:\Documents and Settings\Scratchy>cd \

C:\>cd "program files"

C:\Program Files> cd videolan

C:\Program Files\VideoLAN> cd vlc

C:\Program Files\VideoLAN\VLC>vlc input.mpg --sout=#transcode{vcodec=mp2v,vb=600
,width=320,height=240}:es{access-video=file,mux-video=es,dst-video=output.m2v}

C:\Program Files\VideoLAN\VLC>

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version