Quantcast Video is "Mirrored" on Playback Via Windows Media Player? - digitalFAQ.com Forums [Archives]
  #1  
07-24-2004, 05:58 PM
tommyboy tommyboy is offline
Free Member
 
Join Date: Jun 2004
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Does anyone know why, when I create scripts, whether it is with Moviestacker, FitCD or SwiftAVS, the video is "mirrored" on playback via Windows media player?
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
07-24-2004, 06:13 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
because you use wmp

use zplayer or bsplayer and ask it the list of filters used during the playback of the script. Give us this list.
Reply With Quote
  #3  
07-24-2004, 06:23 PM
tommyboy tommyboy is offline
Free Member
 
Join Date: Jun 2004
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
not heard of them players but I have others i may be able to use- script is below.


## DLL Section ##
#
LoadPlugin("O:\Programs\TOK\Avisynthscripts&DLLs\M PEG2Dec3.dll")
#LoadPlugin("O:\Programs\TOK\Avisynthscripts&DLLs\ GripFit_YV12.dll")
LoadPlugin("O:\Programs\TOK\Avisynthscripts&DLLs\S TMedianFilter.dll")
LoadPlugin("O:\Programs\TOK\Avisynthscripts&DLLs\a sharp.dll")
LoadPlugin("O:\Programs\TOK\Avisynthscripts&DLLs\u nfilter.dll")
LoadPlugin("O:\Programs\TOK\Avisynthscripts&DLLs\u ndot.dll")
#
####
## Main section and static filters ###
#
AviSource("O:\xxxxxxxTEST.avi")
#GripCrop(352, 240, overscan=1, source_anamorphic=false)
#GripSize(resizer="BilinearResize")
#GripBorders()
#
undot()
asharp(1, 4)
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

#GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####
Reply With Quote
  #4  
07-24-2004, 06:40 PM
tommyboy tommyboy is offline
Free Member
 
Join Date: Jun 2004
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
checked in BSPlayer - still upside down and mirrored!
Reply With Quote
  #5  
07-24-2004, 08:03 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I didn't say the player was the guilty ! Read the end of my previous post and ANSWER MY QUESTION please !
Reply With Quote
  #6  
07-25-2004, 04:11 AM
tommyboy tommyboy is offline
Free Member
 
Join Date: Jun 2004
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
sorry - could not figure how to do that. As i have only ever used BSplayer this one time can you advise please?

when I right click on the tray icon I can see a filters button. when i click on this nothing happens.

edit- ahh! i see a list when it plays of:-

default directsound device with quartz.dll
Morgan Stream switcher
avi decompressor quartz.dll


cannot see any others
Reply With Quote
  #7  
07-25-2004, 05:26 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by tommyboy
default directsound device with quartz.dll
Morgan Stream switcher
avi decompressor quartz.dll
That sounds strange. Your problem is generally due to DS filters that enter in the chain of rendering but that you don't have here (DG400 or DirectVobSub generally).
But as the video can't flip by itself then it MUST be a filter that is used but do not appear in the list

I'm not sure Gspot can give more information but try to open your avs with it and see if it can tell you more on what is used for the rendering.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Does media player support Video For Windows (VFW) or DirectShow Rico Video Encoding and Conversion 1 09-17-2004 03:31 AM
BBMpeg: Audio "pops" in my player, any ideas? irshliquor Video Encoding and Conversion 6 04-19-2003 01:11 AM
Playback problems - Windows XP and Windows Media Player el_mero_zooter Authoring VCD, DVD, Blu-ray 4 04-17-2003 01:11 PM
in Windows media player, the video looks noisy? Reno Video Encoding and Conversion 13 01-24-2003 02:45 AM
in windows media player I get audio but no video? andybno1 Players, DVRs, Media Centers 4 01-10-2003 03:26 PM

Thread Tools



 
All times are GMT -5. The time now is 04:22 AM  —  vBulletin © Jelsoft Enterprises Ltd