I just installed everything on new computer and copied avisynth scripts (working) from old one.
And here seems to be the problem - there is no sound playing from avisynth's output videos - I tried mpc, vlc , mplayer - nothing - but each of these programs gives information about audio stream where all seems to be ok.
Monogram graphStudio shows that everything is fine but doesn't play sound (only video).
Even MediaInfo shows that there is an audio.
Why I cannot hear it?
+ Reply to Thread
Results 1 to 21 of 21
-
-
mpc (after forcing ffdshow audio filter) shows:
input: ac3, 5.1, 48000Hz, 192kbps (liba52)
output: pcm, stereo, 48000Hz, 16-bit integer
could it be that somehow audio volume was set to 0 in avisynth and that is why I hear no sound?
I'm using avsPmod for my avisynth scripts - and when I want to see the result in external program from avsPmod (mplayer in my case) I don't get any sound as well - but mplayer displays a massage that there is a sound. -
from mediaInfo:
Audio
ID : 1
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Codec ID : 2000
Duration : 4mn 4s
Bit rate mode : Constant
Bit rate : 192 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 5.59 MiB (6%)
Alignment : Aligned on interleaves
Interleave, duration : 40 ms (1.00 video frame)
Interleave, preload duration : 512 ms -
are you playing the .avs directly in the media player ?
what does info() report about the audio ?
post your avs script -
script:
DirectShowSource("e:\_libs\Videos\_tv\wonderfulLif e.ts")
crop(last,4,8,-4,0)
Spline36Resize(last,800,448)
black = blankClip(last,length=25)
video = black + trim(25,0).fadeIn(60)
audio = fadeIn(75)
black = blankClip(last,length=75)
video = video.trim(0,frameCount()-74).fadeOut(60) + black
audio = audio.fadeOut(70)
audioDub(video,audio)
convertToYUY2()
convertFPS(25,zone=242,vbi=49)
This video (the one that doesn't play sound) was already saved with vDub (I opened above script in vDub) and used xVid for encoding.
For audio I downloaded AC3ACM15 from this site and used full compression mode.
Info() says (for audio):
has audio: yes
audio channels: 6
sample type: float 32 bit
sample per second: 48000
audio lenght: 11721600 samples. 00:04:04:200 -
are you playing the video exported from vdub? is there audio there ?
when you saythere is no sound playing from avisynth's output videos
is it working now? what is the problem ?
do you have audio turned up? speakers plugged in ? soundcard enabled with drivers updated ? -
if I play avisynt script directly in media player - there is no sound
if I play video exported from vDub as xVid/ac3/avi (using above script in vDub) - no sound
but all programs tell me there is a sound.
yes: speakers plugged in, volume up, all updated - sound is working fine everywhere else -
does original file have audio ? or blank audio? can you "hear" it ?
what about other audio? like mp3 files ? or other videos ?
please answer the hardware questions asked above^ -
original video has audio (recorded with hd pvr) - I can hear it
if I use MPASource in avisytnh to import mp3 that plays fine - I hear audio
all software for hardware is installed and running fine -
original video has audio (recorded with hd pvr)
You say graphstudio reports pins connect? for audio too ?
Try different source filter for audio instead of directshow
eg.
nicac3source , bassaudiosource, or ffaudiosource for audio -
Do you still have old computer around ? Can you check if it works there ? or check on a friend's computer
-
Does the original video you're trying to frameserve play, with audio, with no problems?
Since you're using DirectShowSource in the script, there may be an issue with the DirectShow filter being used to decode AC3. (note: AC3ACM isn't a DirectShow filter, as I recall, but more of a measure for VfW players and encoders like VirtualDub. DirectShowSource has to be able to handle the video before VirtualDub can receive it through AVISynth, though.) Do you have ffdshow installed?
Edit: Never mind, I see in the second post that you do have ffdshow installed. What is it set to in the audio decoder settings, for AC-3?If cameras add ten pounds, why would people want to eat them? -
Guys, I really thank you very much - solved.
What was wrong?
Ai Haibara's post put some lights on it (when he mentioned about ffdshow I decided to recheck this) and...
First (on new system) I only installed latest SVN ffdshow from tryouts page - but I didnt install the latest stable and recommended version: Beta 7.Last edited by adom; 7th Mar 2011 at 16:53.
-
now (after installing this beta7) it works - but I'm confused - do I really need this beta7? - isn't latest SVN enough - do I have to install it on top of stable beta7 version? - looks like I do.
Anyway now it is working.Last edited by adom; 7th Mar 2011 at 16:51.
-
If you haven't installed the latest ffdshow tryouts versions, I'd recommend trying that and seeing if one of those works for you. Note that while it's been labeled as 'stable,' the 'beta 7' version is from February 12, 2010 - so it's quite a bit behind the current builds.
If cameras add ten pounds, why would people want to eat them? -
I probably confused you with my latests posts so let me explain it one more time:
I installed latest ffdshow tryouts version on new computer - everything seemed to work fine - I had these small ffdshow icons showing up near system clock, graph Edit was showing all filters with proper connections but there was no sound (one thing I noticed - when trying to run hdConvertToX - there was a message that ffdshow couldn't be found - but I forgot about it)
Then I installed that stable version beta 7 - vissually nothing changed - but everything started working - hdConvertToX didn't call for ffdshow anymore and the sound was playing fine.
So my question is :
do I have to first install that beta 7 (as a "base") and then on top of it I need to install latest tryouts edition - is it made to work this way - or maybe there is just sometthing missing in the installers of tryouts versions (maybe some reg. entries are missing) so system does.t see it in 100%.
Anyway after installing beta 7 and then latest tryouts version (order doesn't matter) I have 2 ffdshows showing in my "installed programs list" under windows 7. -
Does this
Code:DirectShowSource("e:\_libs\Videos\_tv\wonderfulLif e.ts")
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
No, you shouldn't normally need to install one version of ffdshow first (such as beta 7) and then another atop it (the latest tryouts build). You can install them however you prefer.
Of course, since there's roughly a year difference between beta 7 and the latest build, a number of things are probably handled differently inside and out, so the option the installer gives to reset the settings would likely have been a good idea. Don't get me wrong, though - while I do usually recommend the latest builds, if the beta 7 version works for you, don't worry about using it. I'm not exactly quick to update ffdshow, myself.If cameras add ten pounds, why would people want to eat them?
Similar Threads
-
Audio Sound File Saved - Canot Hear Sound - Total Recorder
By Teac23 in forum ComputerReplies: 1Last Post: 15th Apr 2011, 14:29 -
avisynth -> imageSource + sound (4min) = 40 sec video in vDub
By adom in forum Video ConversionReplies: 4Last Post: 22nd Feb 2011, 17:53 -
Need advice getting rid of buzz sound at end of every word of video sound
By OM2 in forum AudioReplies: 18Last Post: 30th Oct 2010, 11:58 -
Avisynth Picture in Picture Script Slows Down Video and Lacks Sound
By OpNash in forum EditingReplies: 2Last Post: 26th Nov 2008, 20:00 -
DVD LAB : Different sound in different movie (MIXED SOUND): NOT WORKING?
By SteamrollerLive in forum Authoring (DVD)Replies: 2Last Post: 24th Jun 2007, 18:01