digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   video is "mirrored" on playback via Windows media player? (http://www.digitalfaq.com/archives/encode/11105-video-mirrored-playback.html)

tommyboy 07-24-2004 05:58 PM

video is "mirrored" on playback via Windows media player?
 
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?

Dialhot 07-24-2004 06:13 PM

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.

tommyboy 07-24-2004 06:23 PM

Moviestacker
 
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
}

#
####

tommyboy 07-24-2004 06:40 PM

Moviestacker
 
checked in BSPlayer - still upside down and mirrored!

Dialhot 07-24-2004 08:03 PM

I didn't say the player was the guilty ! Read the end of my previous post and ANSWER MY QUESTION please !

tommyboy 07-25-2004 04:11 AM

Moviestacker
 
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

Dialhot 07-25-2004 05:26 AM

Re: Moviestacker
 
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.


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.