NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 151 152 153 154 155 … 193 Next »
MOV / Quicktime

 
  • 0 Vote(s) - 0 Average
MOV / Quicktime
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#1
2005-05-19, 09:02 PM
Is there a way to get GBPVR to play quicktime files?
If you want to know why nPVR is the bomb, ask my wife!
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#2
2005-05-19, 11:12 PM
download quicktime alternative, and then youll be able to play mov files (of course this wont work with the 350, xcard, and probably the mvp)
capone
Offline

Posting Freak

Posts: 1,756
Threads: 190
Joined: Jan 2005
#3
2005-05-20, 02:07 PM
there is also a Real alt, which is preferable to that bloated pig of a Real Player install.
dwestbrook
Offline

Junior Member

Posts: 41
Threads: 7
Joined: Feb 2005
#4
2005-05-23, 08:36 PM
I use a batch file to convert my .mov files to .mpg so i can watch them on the MVP ... Here i'm using mencoder, but VLC is another option as well.
Code:
cd "C:\Program Files\mplayer\codecs"
  "C:\Program Files\mplayer\mencoder.exe" c:\foo\bar.mov -o c:\foo\bar.mpg -of mpeg -ovc lavc -lavcopts vcodec=mpeg2video -oac lavc -lavcopts acodec=mp2
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#5
2005-05-24, 06:17 AM
does this work for *.mov or does it have to be one file at a time?
If you want to know why nPVR is the bomb, ask my wife!
dwestbrook
Offline

Junior Member

Posts: 41
Threads: 7
Joined: Feb 2005
#6
2005-05-24, 01:35 PM
ydekmekji Wrote:does this work for *.mov or does it have to be one file at a time?

One at a time, but you can just loop. Something like:
Code:
cd "C:\Program Files\mplayer\codecs"
FOR %%f IN (C:\Foo\*.mov) DO  "C:\Program Files\mplayer\mencoder.exe" "%%f" -o "%%f.mpg" -of mpeg -ovc lavc -lavcopts vcodec=mpeg2video -oac lavc -lavcopts acodec=mp2
darisb
Offline

Member

Posts: 117
Threads: 16
Joined: May 2005
#7
2005-05-27, 12:36 AM
dwestbrook,

Looking at your post I downloaded and got mencoder running. When I modified and pass it the following command:

..\mencoder.exe pict0157.mov -o pict0157.mpg -of mpeg -ovc lavc -lavcopts vcodec=mpeg2video -oac lavc -lavcopts acodec=mp2

from the c:\program files\mplayer\codecs directory mencoder returns:

[mp2 @ 00A268B8]Sampling rate 7832 is not allowed in mp2
Couldn't open codec mp2, br=224

It creates a 0k output file.

Any suggestions?

Thanks,
Daris
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  iPod video (Quicktime 7) Support aviator 0 1,343 2005-10-13, 01:21 PM
Last Post: aviator
  Quicktime 7 (especially H.264/AVC support) aviator 2 1,617 2005-09-26, 06:43 AM
Last Post: GoodGuys

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode