NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 80 81 82 83 84 … 115 Next »
Anyone tried playing .avs files yet (AviSynth)?

 
  • 0 Vote(s) - 0 Average
Anyone tried playing .avs files yet (AviSynth)?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#1
2005-09-19, 07:27 PM
Just wondering if anyone has tried playing an AviSynth .avs file yet?

These are small text files that can be used during the playback of AVI files to describe changes that should be applied. A couple of examples of what you'd use them for with GB-PVR on the MVP include dynamically resizing AVI files so they play fullscreen on the MVP, or altering the frame rate play correctly on the MVP (e.g. playing NTSC video on PAL MVP).

AviSynth seems really powerful to me. Its got some great features which I'm sure most people are not aware of.
stoenjes
Offline

Member

Posts: 90
Threads: 23
Joined: Mar 2005
#2
2005-09-21, 02:09 AM
When I try to play this .avs file:

DirectShowSource("101Act1 enemy unknown pt 1.mov")

on my MVP, I get the video on the TV, and the audio usually comes through the computer running the server (not running the client). In addition, it usually stops after about 20 seconds, the same amount of time I am able to pla DVI .avis.


(The .mov is from http://www.hiddenfrontier.org/ - a fan star trek series.)

Stan

v0.94.12 GBPVR, 2.5.23207 MVP
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#3
2005-09-21, 02:17 AM
I havnt tried a .mov file, but I'm downloading one from hiddentfrontier now to try.

Quote:In addition, it usually stops after about 20 seconds, the same amount of time I am able to pla DVI .avis.
What speed CPU is in your machine?
LilY0da
Offline

Senior Member

Posts: 442
Threads: 25
Joined: Jul 2005
#4
2005-09-21, 03:14 AM
What is thy bidding, my master? Command, and I will obey
Use the dark avisynth of the force to crush the rebel MVP into submission? Done!

Seriously, it works like a charm
I took a small clip from "Along came a spider", which was 576*256 and 23.976FPS (so something the MVP really can't play correctly) and here goes

Code:
AVISource("Along Came A Spider.avi")
ConvertToYUY2
BilinearResize(352,152)
AddBorders(0,44,0,44)
This resizes to 352*240. Plays with a correct aspect ratio on the MVP, however I get audio out of sync.
No problem, let's change the FPS
Code:
AVISource("Along Came A Spider.avi")
ConvertToYUY2
ConvertFPS(29.97)
BilinearResize(352,152)
AddBorders(0,44,0,44)
Voilà! plays flawlessly.
As long as I was there I thought I'd check on that 720*480 vs 640*480 question we had the other day
Code:
AVISource("Along Came A Spider.avi")
ConvertToYUY2
ConvertFPS(29.97)
AddBorders(0,64,0,64)
LanczosResize(720,480)
OK it does play, and no letterboxing is added by the MVP. However, whereas the aspect ratio is right on the PC, but wrong on the MVP. Image is stretched vertically, so I do suspect the MVP is reconverting that to 640*480
So to confirm, I did:
Code:
AVISource("Along Came A Spider.avi")
ConvertToYUY2
ConvertFPS(29.97)
AddBorders(0,88,0,88)
LanczosResize(640,480)
And bam, works fine again. Good aspect ratio, crisper image than the 352*240 one, and audio stays in sync.

Now all I have to figure out is why the colors in the avisynth file are off both on the PC and the MVP (looks like the blue green and red palettes have been switched around.

DISCLAIMER: don't try this until your MVP can correctly play a AVI file at 640*480 and 29.97FPS (or 640*576 at 25 FPS for PAL). If you aren't there yet, there's a thread called MVP and AVIs that can help you achieve that.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#5
2005-09-21, 03:24 AM
Great. That sounds very successful then.
LilY0da
Offline

Senior Member

Posts: 442
Threads: 25
Joined: Jul 2005
#6
2005-09-21, 03:27 AM
It does to me... All I got to find out is why avisynth is screwing up the colors, but that's a windows issue. Happens when I just play the AVS with media player as well...
EDIT: congrats on hitting the 10K posts Smile
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#7
2005-09-21, 03:38 AM
Quote:EDIT: congrats on hitting the 10K posts
Doh! I should get a life. I hadnt noticed.
stoenjes
Offline

Member

Posts: 90
Threads: 23
Joined: Mar 2005
#8
2005-09-21, 01:27 PM
sub Wrote:I havnt tried a .mov file, but I'm downloading one from hiddentfrontier now to try.

What speed CPU is in your machine?
1.5 G (AMD Athlon XP 1800)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#9
2005-09-21, 04:50 PM
You're CPU speed is unlikely to be able to transcode to MPEG2 in realtime, which is why you're only getting 20 seconds or so. The playback position in the file is catching up to the encoding position in the file.

I couldnt get AviSynth to play a .mov on my PC, let alone through GB-PVR and MVP.
Spartan
Offline

Senior Member

Posts: 457
Threads: 28
Joined: Mar 2005
#10
2005-09-21, 11:17 PM (This post was last modified: 2005-09-21, 11:24 PM by Spartan.)
So I downloaded an avi and want to play it using avi synth. I installed AviSynth, set up a script as above, and the .avs file does not show up. How can I play it?

EDIT: Just found it on Video Library. VA still needs to support this file extension, methinks.
GBPVR v1.0.16 | Comskip | SportsScores | Weather | I-XmlTV

Server: Tyan Thunder h1000E | 2 x Opteron 2210 | 2GB PC2-5300 DDR2 ECC
LSI MegaRAID 300-8X SATA RAID
1x 73GB SCSI @ 10K RPM (OS)
3x 500GB SATA @ 7.2K RPM (RAID 5) (4 Partitions: Docs, Still Pics, Home Movies, Music)
2x 160GB IDE @ 7.2K RPM (RAID 0) (Recordings)
Hauppauge HVR-1600

Client: Gigabyte GA-MA69GM-S2H | Athlon x2 5000+ BE | 2GB PC-6400 DDR2
1x 320GB SATA @ 7.2K RPM
Antec NSX2480 Case
MCE Remote
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mucic not playing complete tracks Jaggy 8 6,934 2017-03-18, 12:53 AM
Last Post: Jaggy
  Problems Playing on PCH-A100 but OK on the PC jksmurf 34 22,975 2014-09-09, 05:23 AM
Last Post: jksmurf
  No audio on MKV files on the PCH pcostanza 3 3,729 2011-11-22, 02:21 AM
Last Post: pcostanza
  MVP Crashes when playing some video files szkoda 7 4,676 2011-06-30, 11:16 AM
Last Post: HtV
  NMT A100 stopped playing video srhutch 12 5,446 2011-04-30, 02:14 PM
Last Post: srhutch
  Freeze to black screen when stopping wmv, mkv, some avi files jksmurf 6 3,270 2010-03-18, 09:24 PM
Last Post: mvallevand
  Watching .TS files on my MVP, not in GBPVR emulation mode Probedude 1 1,896 2010-03-16, 11:32 AM
Last Post: mvallevand
  No sound playing trailers or other .mpg files through mvp navyblue 3 2,731 2009-05-16, 03:51 AM
Last Post: Pengu
  playing divx file on the PCH (and MVP too)? jksmurf 5 2,415 2009-02-22, 04:29 AM
Last Post: mvallevand
  mvp crash when playing mpg1 karfan 2 1,795 2009-01-07, 05:29 PM
Last Post: karfan

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

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

Linear Mode
Threaded Mode