wine and avs2yuv (avisynth player)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
brothermechanic
Newbie
Newbie
Posts: 1
Joined: Sat Sep 10, 2011 2:59 am

wine and avs2yuv (avisynth player)

Post by brothermechanic »

Hi. I'm working on avisynth on Gentoo OS
avs2yuv is comand line player for avisynth scripts.

Why i can't run avs2yuv in desctop dir???
(In home dir works fine)
(all premissions is same)

Code: Select all

bm@gentoo ~/Desktop $ wine avs2yuv
wine: cannot find L"C:\\windows\\system32\\avs2yuv.exe"
bm@gentoo ~/Desktop $ cd ..
bm@gentoo ~ $ wine avs2yuv
Avs2YUV 0.24
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: wine and avs2yuv (avisynth player)

Post by vitamin »

brothermechanic wrote:Why i can't run avs2yuv in desctop dir???
Because it's not there, or not anywhere else on Wine's PATH.
Locked