Hello,
I am nearly done with thing I am doing, and last step is to get audio going. Now, the problem is that I have several different sources:
Source 1 - the one which I used to make video, has AC3 and AAC - but my output file is not in sync with this (needs delay of few seconds, but I'd like to get it perfect).
Source 2 - this one is DVD, which has DTS audio - but DVD is PAL, therefore it's speedup. I want to pull it down to proper speed and keep DTS. Any ideas? Eac3to outputs me with .wav files.
Source 3 - DVD, which has one AC3 audio - needs pulldown and proper syncing.
Got any tips for beginner? How should I start syncing audios to video?
+ Reply to Thread
Results 1 to 7 of 7
-
-
Video pulldown removal from NTSC 29.970 to 23.976fps doesn't change the duration so you can use the AC3 audio from the DVD as-is if your current file is 23.976 (assuming the video is edited exactly the same and it matches).
eac3to can re-encode while changing the duration (PAL slowdown). The command line option is -slowdown or there's a GUI dedicated to using eac3to for audio encoding here. http://www.afterdawn.com/software/audio_video/convert_audio/eac3to_conversion_utility.cfm
I think it converts to AC3 by default but you can change the output to another format by changing extension for the output file name (it's been a while since I've used it).
Or MeGUI's audio converter can be configured for slowdown and it'll convert to several different formats.
Both MeGUI and eac3to can add a specified amount of silence to the beginning when re-encoding. In the case of eac3to, if the output format is the same as the input format it'll add silence without re-encoding.Last edited by hello_hello; 27th Nov 2015 at 13:23.
-
-
If you specify dts as the output extension (I tested using EAC3to Conversion utility) you can add silence to the beginning by specifying a delay, but if you specify a bitrate (or probably any other option that'd require the audio to be re-encoded) you get six wave files. I assume that's because the dts encoder requires the individual wave file as input so without the dts encoder the process stops there.
I tried that, and the log file confirmed it.
DTS-ES, 5.1 channels, 2:11:43, 1509kbps, 48kHz
Decoding with libDcaDec DTS Decoder...
Applying RAW/PCM delay...
Writing WAVs...
Creating file "E:\movie.LFE.wav"...
Creating file "E:\movie.C.wav"...
Creating file "E:\movie.SR.wav"...
Creating file "E:\movie.L.wav"...
Creating file "E:\movie.SL.wav"...
Creating file "E:\movie.R.wav"...
Encoding DTS <1536kbps> with Surcode...
Surcode DTS Encoder doesn't seem to be installed. <ERROR>
25/24 = 1.0416666666666666666666666666667
Is your finished video 23.976fps or 24fps? If it's 24fps I don't think eac3to can apply that sort of slowdown. MeGUI's audio encoder configuration can. Or you could use the eac3to -slowdown option and when you mux the encoded audio with the video, change the video frame rate to 23.976fps (assuming it's currently 24fps).
It's possible the DVD versions were edited slightly differently, even if the DVD has the same frame rate as your source. All it takes is a missing frame or two at the end of a scene now and then and the audio might appear to be gradually losing sync but's really losing sync in distinct steps. I've seen that happen several times and the only way to fix it would be to edit the audio as required, but I can only guess as to what's happening. -
You think wrong
There exists ffdcaenc, which accepts mono .WAVs as input.
Surcode is outdated AND rather limited.
DTS itself is not limited to only 2 bitrates, 2 sampling frequencies and 6 channels.
ffdcaenc is the closest thing to a full-featured DTS encoder that we have until now.Last edited by El Heggunte; 28th Nov 2015 at 10:59. Reason: complete info
-
You learn something new every day. I didn't know ffdcaenc existed. So why is it such a secret? It's not listed in VideoHelp's software section (I couldn't find dcaenc either) and no encoder GUIs I know of use it. That doesn't mean none do, just that I'm not aware of any.
Using the command line here I got it working in foobar2000 easily enough.
Cheers.
Edit: You might need to explain to the OP how to input multiple mono wave files. I haven't got that far yet.Last edited by hello_hello; 30th Nov 2015 at 07:07.
Similar Threads
-
Syncing (audio speed change and more)
By Ranching in forum AudioReplies: 11Last Post: 22nd Sep 2015, 20:44 -
Trouble with audio speed and syncing
By Solowing in forum AudioReplies: 15Last Post: 13th Aug 2014, 23:35 -
Video/audio syncing problem
By copo in forum EditingReplies: 2Last Post: 7th Dec 2013, 19:20 -
Video and Audio Syncing
By pboong in forum Newbie / General discussionsReplies: 1Last Post: 5th Feb 2013, 09:09 -
Audio syncing problem...
By Huntr777 in forum MacReplies: 3Last Post: 1st Aug 2011, 16:30