1
Avisynth Development / Re: FFMS2 (The Fabulous FM Source 2)
« on: February 26, 2012, 11:02:22 AM »
At least on Windows, using a fullpath (cachefile="J:\cache.ffindex") worked fine for me.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
NrChannels=2
SampleRate=48000
NrSeconds=1
# above parameters can be changed as appropriate
ffmpeg -ar $SampleRate -acodec pcm_s16le -f s16le -ac $NrChannels \
-i <(dd if=/dev/zero bs=$(($SampleRate * $NrChannels * 2)) count=$NrSeconds) \
silence.wav
a=directshowsource("file1")
b=directshowsource("file2")
w=a.width
h=a.height
stackhorizontal(a.crop(0,0,w/-2,0),b.crop(w/-2,0,0,0))
what that result mean?What it means is that you don't really need to set --threads or --thread-input, because x264 itself detects those automatically.
if the admin stabs his own people in the back the first time they make a mistake.( ゚∀゚)アハハ八八ノヽノヽノヽノ \ / \/ \
thanks again!Yes it can, use builds with L-SMASH patched onto them, like Jeeb's.
one more question. is it possible to have x264 output to .mp4? i don't see it anywhere. since mp4box is still broken muxing raw avc, even with the patch trahald just posted on d9.