Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 10th November 2011, 11:07   #1  |  Link
t2nolan
Registered User
 
Join Date: Nov 2011
Posts: 9
DirectShowSource and Windows Server 2008

Hello, I'm new to AviSynth... I've had success working with it on Windows 7, but when I try to use it with Windows Server 2008 SP2, I can't get DirectShowSource to load video files. I've installed Desktop Experience, but it didn't install x264... I've read there's a Windows Update to resolve this, but only for Windows 2008 R2. I've also tried installing many codec libraries, and have been using "DirectShow Detective" to see Microsoft MPEG4 encoders ever get installed, but they don't.

Here's what I've installed:
"Desktop Extensions" - which installed Media Player, codecs, and codec
Windows Essentials Media Codec Pack
K-Lite Codec Pack Full
VLC
QuickTime

I'm sure this is a common problem, how can I get around it? Are there other non Microsoft codecs I can install that DirectShow will automatically use, or do I need update something to make this happen?

AVS Script:
video0 = DirectShowSource("video0.avi", fps=30, pixel_type="RGB24")
video1 = DirectShowSource("video1.avi", fps=30, pixel_type="RGB24")
Dissolve(video0, video1, 30)

AVS Error:
avs [error]: `test.avs' didn't return a video clip

x264 test.avs -o test.mp4 --bframes 3 --ref 3 --vbv-maxrate 2500 --vbv-bufsize=25000 --level 40 --threads

Last edited by t2nolan; 10th November 2011 at 22:17.
t2nolan is offline   Reply With Quote
 

Tags
codecs, directshowsource, windows server 2008


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 16:38.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.