+ Reply to Thread
Results 1 to 4 of 4

Thread: Does nobody know or can't you be bothered helping?

  1. #1

    Does nobody know or can't you be bothered helping?

    Hi

    I just need to know how to handle Vdub concerning the problem mentioned below. I'm sure its not difficult to do and would really, really, REALLY appreciate a teany bit of help. After all I am a woman and don't know much!!


    I know another boring audio sync problem but would appreciate some help

    Can someone please tell me how I go about decompressing audio stream to uncompressed wav file and then recompressing with a constant bitrate enoder?
    I'm getting the usual VBR warning causing 3318 ms of audio skew.
    If you could give me info on a guide or a quick explanation would be even better
    I've already converted the video using Tempgenc, however if i can just fix the audio to match I'd be able to author and burn
    Thanks
    Quote Quote  

  2. #2
    Member
    Join Date
    Jun 2002
    Location
    MO, US
    Posts
    1,204

    Under the Audio menu select "Full Processing Mode". Under the File menu select "Save WAV". Wait a few minutes while it runs.

    If you're making VCD/SVCD and already have the video encoded you just need to make sure the audio is 44.1kHz, encode it to MP2, and multiplex it with your video stream. In the future you can just use the wav file as the audio source in tmpgenc.
    Quote Quote  

  3. #3
    Member
    Join Date
    Sep 2002
    Location
    Australia
    Posts
    665

    Whenever audio is giving me trouble I extract it as a WAV file using VirtualDub (e.g. 'audio.wav'), then create a batch file ('audio.bat') with the 'BeSweet' command line shown below and then run the BAT file to create a clean 'MP2' file with the required conversions. I then merge this with the video file using the TMPGenc 'MPEG Tools'.

    BAT file command:
    Code:
    "E:\Program Files\BeSweet\BeSweet.exe" -core( -input d:\audio.wav -output d:\audio.mp2 -logfile d:\audio.log ) -ota( -g max ) -ssrc( --rate 44100 ) -2lame( -e -b 224 -m s )
    The '44100' is the output frequency you want and the '224' is the output bit rate (you can change these to anything you need).

    This seems to cleanup most audio problems, however if it's a frame rate conversion problem (e.g. from a 30fps capture to a 29.97fps encode) I use Avisynth scripts to frameserve with video/audio framerate conversion with forced audio sync enabled).
    Quote Quote  

  4. #4
    Member Laddydaddy's Avatar
    Join Date
    May 2002
    Location
    Philly
    Posts
    896

    Give 'em hell lady!
    Quote Quote  

+ Reply to Thread

Similar Threads

  1. Need helping hook up stereo to HDTV?
    By DM616 in forum DVB / IPTV
    Replies: 5
    Last Post: 12th Feb 2012, 22:22
  2. Any chance of CUDA helping BluRay to MKV?
    By Raycaster in forum Blu-ray Ripping
    Replies: 1
    Last Post: 15th Jul 2009, 21:39
  3. Any software to convert WMV to MPEG? Thanks for helping.
    By seymoria in forum Video Conversion
    Replies: 2
    Last Post: 18th Apr 2009, 09:18
  4. Replies: 31
    Last Post: 6th Jan 2008, 18:06
  5. Helping with hooking things up..
    By Superstar24 in forum Newbie / General discussions
    Replies: 18
    Last Post: 23rd Jul 2007, 22:05

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts