Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  ipod video mpeg player
« previous next »
  • Print
Pages: 1 2 [3] 4 5 6

Author Topic: ipod video mpeg player  (Read 21043 times)

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #30 on: November 15, 2006, 09:04:04 PM »
well i tried using tabs and still same results

Specified COMMAND search directory bad
Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.

C>cd progra~1   cd videolan     cd vlc
Too many parameters - cd

Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: ipod video mpeg player
« Reply #31 on: November 15, 2006, 09:08:55 PM »
I didn't say use tabs. I even put them on seperate lines to indicate that you hit enter between them.

Please, have you EVER used the command prompt before? You should really try learning basic computer knowledge.
Logged

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #32 on: November 15, 2006, 09:14:43 PM »
i know, i tried something else and it worked here is what i put

Specified COMMAND search directory bad
Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.

C>cd progra~1
Invalid directory

C>cd videolan
Invalid directory

C>cd vlc
Invalid directory

C>CD program files
Too many parameters - files

C>CD C\Progra~1\videolan\vlc
Invalid directory

C>cd C
Invalid directory

C>c:\progra~1\videolan\vlc
'c:\progra~1\videolan\vlc' is not recognized as an internal or external command,

operable program or batch file.

C>cd \proga~1\vidolan\vlc
Invalid directory

C>cd\progra~1\videolan\vlc

Logged

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #33 on: November 15, 2006, 09:28:12 PM »
it  wont all fit on one line ----WHAt do i do--




vlc < input > --sout=#transcode{vcodec=mp2v,vb=600,width=< the width >,height=< the height >}:es{access-video=file,mux-video=es,dst-video=< filename >.m2v}

ok, you still havent answered my problem sorry if that sounds rude.

when i have the command prompt open and i have cd the directory to videolan/vlc

i enter vlc < input > --sout=#transcode{vcodec=mp2v,vb=600,width=< the width >,height=< the height >}:es{access-video=file,mux-video=es,dst-video=< filename >.m2v}  and it doesnt fit it only gets to here

C>vlc --sout=#transcode{vcodec=mp2v,vb=600,width=%320%
,height=%240%}:es{access-video=file,mux-video=es,






« Last Edit: November 15, 2006, 09:36:52 PM by jacobts »
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: ipod video mpeg player
« Reply #34 on: November 15, 2006, 09:31:42 PM »
Can you please stop double posting? You can use the edit button instead, to add more to the post if nobody's responded yet.
Logged

Offline scorche

  • Administrator
  • Member
  • *
  • Posts: 666
Re: ipod video mpeg player
« Reply #35 on: November 15, 2006, 09:38:13 PM »
Quote from: Llorean on November 15, 2006, 08:54:30 PM
I thought windows XP had tab completion enabled at the command prompt by default.

It does.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: ipod video mpeg player
« Reply #36 on: November 15, 2006, 09:45:10 PM »
So, something's wrong with his command prompt, something I guessed because of the C> rather than C:\> and that whole "Specified COMMAND search directory bad" bit...
Logged

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #37 on: November 15, 2006, 09:49:44 PM »
still, why wont it all fit on the command prompt?

« Last Edit: November 15, 2006, 09:55:42 PM by jacobts »
Logged

Offline mnhnhyouh

  • Artist
  • Member
  • *
  • Posts: 333
Re: ipod video mpeg player
« Reply #38 on: November 15, 2006, 09:55:42 PM »
Make sure you are not putting the " marks in!!!

h
Logged

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #39 on: November 15, 2006, 09:57:25 PM »
there arent any quotes here!

vlc < input > --sout=#transcode{vcodec=mp2v,vb=600,width=< the width >,height=< the height >}:es{access-video=file,mux-video=es,dst-video=< filename >.m2v}
« Last Edit: November 15, 2006, 10:09:12 PM by jacobts »
Logged

Offline xlarge

  • Member
  • *
  • Posts: 191
Re: ipod video mpeg player
« Reply #40 on: November 16, 2006, 02:59:30 AM »
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.


« Last Edit: November 16, 2006, 11:32:00 AM by xlarge »
Logged

Offline soap

  • Member
  • *
  • Posts: 1678
  • Creature of habit.
Re: ipod video mpeg player
« Reply #41 on: November 16, 2006, 06:07:18 AM »
Quote from: mnhnhyouh on November 15, 2006, 09:55:42 PM
Make sure you are not putting the " marks in!!!

h

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.
« Last Edit: November 16, 2006, 06:09:22 AM by soap »
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: ipod video mpeg player
« Reply #42 on: November 16, 2006, 07:35:30 AM »
Quote from: jacobts on November 15, 2006, 07:51:32 PM
Specified COMMAND search directory bad

Perhaps the problem lies here?

jacobts, what happens if you type "dir" from your command prompt?
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

RadioactiveMan

  • Guest
Re: ipod video mpeg player
« Reply #43 on: November 16, 2006, 10:17:28 AM »
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.
Logged

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #44 on: November 16, 2006, 07:31:35 PM »
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>
« Last Edit: November 16, 2006, 07:39:20 PM by jacobts »
Logged

  • Print
Pages: 1 2 [3] 4 5 6
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  ipod video mpeg player
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.112 seconds with 14 queries.