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:

Rockbox Ports are now being developed for various digital audio players!

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

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

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #15 on: November 13, 2006, 10:59:24 PM »
i know this isnt but i really need help and dont want to get mixed up anywhere else,

there is an exe is the videolan\vlc  folder,

im not sure but this is it right  vlc.exe.manifest

Logged

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #16 on: November 13, 2006, 11:06:44 PM »
Specified COMMAND search directory bad
Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001

ok, i put something in bold, do you think that is whats wrong because ive tried just going C:\programfiles and nothing so i tried C:\program files and still nothing
thanks for your help in advance if this doesnt work i dunno, i guess ill just use a different program that yoyu buy but i want to see if i can get this to work before i buy an actuall program
Logged

Offline xlarge

  • Member
  • *
  • Posts: 191
Re: ipod video mpeg player
« Reply #17 on: November 14, 2006, 03:56:34 AM »
what about putting "" around c:\program files\

like this:

"c:\program files\videolan\vlc\vlc.exe"
Logged

Offline L

  • Member
  • *
  • Posts: 145
Re: ipod video mpeg player
« Reply #18 on: November 14, 2006, 07:05:18 AM »
You are supposed to put cd before the directory.

For example if you are at C:\

You are supposed to type
Code: [Select]
cd Program Files\videolan player

if that is your folder's name
Logged

Offline soap

  • Member
  • *
  • Posts: 1678
  • Creature of habit.
Re: ipod video mpeg player
« Reply #19 on: November 14, 2006, 06:32:38 PM »
Quote

Code: [Select]
cd Program Files\videolan player

1-You need to use quotes around any part of a path with a space in it -> When you are running a program.
2-You don't need to use quotes around paths including a space when you are using the CD command to change directory.
3-As xlarge said, "c:\program files\videolan\vlc\vlc.exe" (with the quotes) should run vlc.exe from anywhere.
4-Assuming he has VLC installed, his initial attempt would have worked IF he had typed "program files" instead of programfiles.  (The quotes can be around the part of the command with a space, or around the whole command I believe).


Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way

Offline L

  • Member
  • *
  • Posts: 145
Re: ipod video mpeg player
« Reply #20 on: November 15, 2006, 04:06:40 AM »
Ah sorry, I assumed that was a command prompt window and that he was just trying to reach the folder
Logged

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #21 on: November 15, 2006, 07:11:53 PM »
umm i tried both ways, programfiles and program files
Logged

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #22 on: November 15, 2006, 07:22:45 PM »
ok, this has become confusing, im talking about making the videos playable through rockbox by resizing them and making them .m2v. so im not sure what to do, when i type in "c:\program files\videolan\vlc\vlc.exe" it opens videolan player like its playing striaght from a dvd, when i try putting in
 cd programfiles\videolan\vlc the command prompt tells me too many peramaters.

again hopefully someone can explain this too me.

thanks
Logged

Offline soap

  • Member
  • *
  • Posts: 1678
  • Creature of habit.
Re: ipod video mpeg player
« Reply #23 on: November 15, 2006, 07:39:04 PM »
Quote from: jacobts on November 15, 2006, 07:22:45 PM

 cd programfiles\videolan\vlc the command prompt tells me too many peramaters.


That command (with the missing slash) will only work if you are in the root directory.
Again you need to type program files (with a space) not programfiles.
You also don't just run VLC, you need to enter all the parameters of the conversion in the command line.


So:
1- Copy the file you wish to convert to the VLC folder (not necessary, but please do to make this simpler)
2- type (from the command line):
Code: [Select]
CD \Program Files\videolan\vlc
3 - type (from the VLC folder you just CDed (changed directory) to)
Code: [Select]
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}
All one line,
replacing < input > with the name of the file you wish to convert.
replacing < the width > with the width in pixels of your player's screen
replacing < the height > with the height in pixels of your player's screen
replacing < filename > with the name you wish to call the output file.

Edited by Llorean: Remember to be careful with < and >
« Last Edit: November 15, 2006, 07:43:16 PM by Llorean »
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #24 on: November 15, 2006, 07:51:32 PM »
ok, here we go, as i have said before

here is what happened and i tried other ways

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

C>CD \Program Files\videolan\vlc
Too many parameters - Files\videolan\vlc

C>CD \Program Files\videolan\vlc
Too many parameters - Files\videolan\vlc

C>CD\program files\videolan\vlc
Too many parameters - files\videolan\vlc

C>CD \program files\videolan\vlc
Too many parameters - files\videolan\vlc

Logged

Offline soap

  • Member
  • *
  • Posts: 1678
  • Creature of habit.
Re: ipod video mpeg player
« Reply #25 on: November 15, 2006, 08:09:01 PM »
Maybe the Windows 2K prompt I have been testing on works different than yours.
One last time, try
Code: [Select]
C>CD \"Program Files"\videolan\vlc
If that doesn't work I am out of ideas.
Are you on Windows 98/ME?
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: ipod video mpeg player
« Reply #26 on: November 15, 2006, 08:16:55 PM »
cd "C:\Program Files\videolan\vlc"

Or better yet, "cd C:\pr" then hit the tab key, so that it fills in, then "cd vid" and hit the tab key, then "cd vlc".
You don't HAVE to do it as all one big cd.
Logged

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #27 on: November 15, 2006, 08:52:43 PM »
ok, im running windows xp, here are the results  

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

C>cd "C:\Program Files\videolan\vlc"
Parameter format not correct -  "C:\Program

C>cd C:\pr      "cd vid"        "cd vlc"
Too many parameters - "cd

C>CD \"Program Files"\videolan\vlc
Too many parameters - Program

Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: ipod video mpeg player
« Reply #28 on: November 15, 2006, 08:54:30 PM »
I thought windows XP had tab completion enabled at the command prompt by default.

Try:
cd progra~1
cd videolan
cd vlc
Logged

Offline jacobts

  • Member
  • *
  • Posts: 64
Re: ipod video mpeg player
« Reply #29 on: November 15, 2006, 09:01:01 PM »
like the same this as before use tabs in-between or just type them sepperate
Logged

  • Print
Pages: 1 [2] 3 4 ... 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.095 seconds with 14 queries.