VideoHelp.com Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 44 of 44
Thread
  1. When open file, change file type.

    Required source filter/plugin should be set automatically.

    Or after adding a file set source filter/plugin (WavSource or RaWav or DirectShowSource).


    With Avisynth set as source, BeHappy expects 'ready to use' .avs script.
    With other, BeHappy uses own templates and make 'temporary' .avs script.
    VideoAudio.pl - Serwis o technologii wideo & audio
    Quote Quote  

  2. Member Benjy's Avatar
    Join Date: Oct 2009
    Location: Canada
    I've done like you said but the same error (

    < Starting job sound.wav->sound.ac3
    Found Audio Stream
    Channels=2, BitsPerSample=32 float, SampleRate=48000Hz
    encoder\Aften.exe -v 0 -b 448 -m 0 -readtoeof 1 -cmix 0 -smix 0 -dsur 0 -dnorm 31 -dynrng 5 - "C:\Documents and Settings\EMPEROR\Desktop\sound.ac3"
    Error: System.ApplicationException: Can't start encoder: The system cannot find the file specified ---> System.ComponentModel.Win32Exception: The system cannot find the file specified
    at System.Diagnostics.Process.StartWithCreateProcess( ProcessStartInfo startInfo)
    at System.Diagnostics.Process.Start()
    at BeHappy.Encoder.createEncoderProcess(AviSynthClip x)
    --- End of inner exception stack trace ---
    at BeHappy.Encoder.createEncoderProcess(AviSynthClip x)
    at BeHappy.Encoder.encode() >

    I do not what to do ((((
    Quote Quote  

  3. Member Benjy's Avatar
    Join Date: Oct 2009
    Location: Canada


    Quote Quote  

  4. It's different error...
    Code:
    Can't start encoder: The system cannot find the file specified
    Unpacked from archive and copied aften.exe file to a /BeHappy/encoder/ folder?

    VideoAudio.pl - Serwis o technologii wideo & audio
    Quote Quote  

  5. Member Benjy's Avatar
    Join Date: Oct 2009
    Location: Canada


    I feel I go crezy ((

    Do NOT work (((
    Quote Quote  

  6. Member Benjy's Avatar
    Join Date: Oct 2009
    Location: Canada
    http://www.videohelp.com/tools/Aften

    maybe this link is not good or I do not know what kind of Aften to download( there are 3-4 options here...which one ???
    Aften 0.0.8.zip , 0.0.7 a.s.o ???
    Quote Quote  

  7. Member Benjy's Avatar
    Join Date: Oct 2009
    Location: Canada
    URAAAAA
    Finaly I got the true way))
    I think is working good....I'll inform you after whole converting...
    THANKS anyway !!!!!
    Quote Quote  

  8. Member Benjy's Avatar
    Join Date: Oct 2009
    Location: Canada
    yep ,was working fine...
    THANKS my friend for your patience with me
    I obtained from a 3,9 Gb file a smaller one , of about 197 MB which is very very good...
    I've already overlaped it on the movie and work nice...
    This is MY first try...I hope the future ones would be the same ,succesfull


    Many THANKS to the admins of this site / forum ,too , especially to Baldrick !!
    It helped me a lot in solving this " firing " problem...

    I'll remain a permanent user of your site....Is very usefull !!!
    Quote Quote  

  9. Member Benjy's Avatar
    Join Date: Oct 2009
    Location: Canada
    OMG...I must come back(
    seems to be the same trouble :
    the same error:
    < Starting job sound.wav->sound.ac3
    Error: BeHappy.AviSynthException: GetChannel: Attempted to request a channel that didn't exist!
    at BeHappy.AviSynthClip..ctor(String func, String arg, AviSynthColorspace forceColorspace, AviSynthScriptEnvironment env)
    at BeHappy.Encoder.encode()>

    Unfortunatelly I don't know to interpret/perform such an error...

    Placio74 will you help me again ???
    here are the technical details of new file :
    Format : Wave
    File size : 2.10 GiB
    Duration : 1h 5mn
    Overall bit rate : 4 608 Kbps

    Audio
    Format : PCM
    Codec ID : FFFE
    Codec ID/Info : Extensible
    Duration : 1h 5mn
    Bit rate mode : Constant
    Bit rate : 4 608 Kbps
    Channel(s) : 2 channels
    Channel positions : Front: L, R
    Sampling rate : 96.0 KHz
    Resolution : 24 bits
    Stream size : 2.10 GiB (100%)

    What is now necessary to do working it ???

    thanks !!
    Quote Quote  

  10. Code:
    GetChannel: Attempted to request a channel that didn't exist!
    BeHappy can not find channels to downmix, because...

    Code:
    Channel(s)                       : 2 channels
    Channel positions                : Front: L, R
    Now you only have a stereo (2 channels) in source audio - no need to downmix (don't use Downmix option).


    BTW
    For 6 channel audio is also no need (if of course convert to audio format that supports it - AC3 for example).
    Just 8 channel is problematic (supported by E-AC3, TrueHD and DTS-HD audio formats).
    VideoAudio.pl - Serwis o technologii wideo & audio
    Quote Quote  

  11. Member Benjy's Avatar
    Join Date: Oct 2009
    Location: Canada
    here is the new error , after passing by Downmix :

    Starting job sound.wav->sound.ac3
    Found Audio Stream
    Channels=2, BitsPerSample=24 int, SampleRate=96000Hz
    encoder\Aften.exe -v 0 -b 448 -m 0 -readtoeof 1 -cmix 0 -smix 0 -dsur 0 -dnorm 31 -dynrng 5 - "E:\sound.ac3"
    Writing RIFF header to encoder's StdIn
    Writing PCM data to encoder's StdIn
    Error: System.IO.IOException: The pipe has been ended.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
    at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
    at BeHappy.Encoder.encode()
    #### Encoder StdErr ####
    invalid sample rate
    error initializing encoder
    Quote Quote  

  12. Code:
    ...
    Channels=2, BitsPerSample=24 int, SampleRate=96000Hz
    ...
    invalid sample rate
    ...
    Unsupported sampling rate for AC3 audio (too high).

    Use Resample SSRC option and set 48000 Hz.
    VideoAudio.pl - Serwis o technologii wideo & audio
    Quote Quote  

  13. Member Benjy's Avatar
    Join Date: Oct 2009
    Location: Canada
    Starting job sound.wav->sound.ac3
    Found Audio Stream
    Channels=2, BitsPerSample=24 int, SampleRate=96000Hz
    encoder\Aften.exe -v 0 -b 448 -m 0 -readtoeof 1 -cmix 0 -smix 0 -dsur 0 -dnorm 31 -dynrng 5 - "E:\sound.ac3"
    Writing RIFF header to encoder's StdIn
    Writing PCM data to encoder's StdIn
    Error: System.IO.IOException: The pipe has been ended.

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
    at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
    at BeHappy.Encoder.encode()
    Quote Quote  

  14. Member Benjy's Avatar
    Join Date: Oct 2009
    Location: Canada
    sorry for double post (
    Now , AGAIN , works )
    You are really a proffesionist !!!

    but do not forget: this BeHappy gave many times errors...
    must be stopped , or closed to start again without errors...

    above item itself is not a double post ,but the error which gave me after I made the settings you specified, and when the same command had not been taken...

    only the third time it started and worked normally..

    Thanks a lot...I hope not disturb you any more in the future
    Quote Quote  




Similar Threads

  1. Replies: 0
    Last Post: 8th Apr 2012, 10:41
  2. flac to mp3
    By angryassdrummer in forum Audio
    Replies: 4
    Last Post: 7th Mar 2011, 01:48
  3. Converting Flac to MP3
    By Alexstarfire in forum Audio
    Replies: 7
    Last Post: 28th Jun 2010, 10:59
  4. Replies: 7
    Last Post: 12th Dec 2009, 10:12
  5. flac to mp3
    By angryassdrummer in forum Audio
    Replies: 6
    Last Post: 7th May 2009, 04:18
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools