I have done searches with no luck. How do you frameserve DV type 1 to TMPGEnc?
+ Reply to Thread
Results 1 to 9 of 9
-
-
Thanks.
<font size=-1>[ This Message was edited by: Lamont Cranston on 2001-12-20 05:04:21 ]</font> -
Truman, one problem Avisynth frameserved the video but no audio. What did I miss?
-
Excuse me, I forgot to mention that. According to the updated reference guide, there is no sound support yet.
Do you have a chance to open that .avi in any program (VirtualDub, TMPG) to extract the audio? I can not test it by myself, because at the moment I don't have any DV type 1 files here.
If you can extract the audio, use a .avs like this:
video=DirectShowSource("...avi,fps")
audio=WAVSource("....wav")
AudioDub(video,audio) -
VirtualDub does not support DV type 1 audio and I don't believe you can extract audio from an avi with TMPGEnc. It seems about the only way to solve the problem is to transcode (lossless) the DV type 1 to DV type 2 and use VirtualDub to frameserve unless you have a better idea.
<font size=-1>[ This Message was edited by: Lamont Cranston on 2001-12-20 08:38:49 ]</font> -
I don't know, whether TMPG support DV type 1. If it does, load the avi, select file > output to file > wave file.
-
You can also load the DV with TMPGExe and make an audio-only MPEG (.mpa). Then you can frameserve to the TMPGExe to make the video part (.mpv). Finally, you can merge them with TMPGExe's MPEG tools.
Xesdeeni
-
Truman, you were right on the mark. I created the wave file with TMPGEnc and successfully framserved with avisynth to TMPGEnc using the script you listed. I also found that avisynth can use the DV type 2 with avisource("...avi). It looks like both transcoding or extracting the wave file will work.
Is there a way to setup avisynth to frameserve to LSX35 without patching LSX35 to only accept avs files?
<font size=-1>[ This Message was edited by: Lamont Cranston on 2001-12-20 11:08:28 ]</font>
Similar Threads
-
Convert DV type 2 to type 1? Or is there an app that will correct sync?
By Colmino in forum Newbie / General discussionsReplies: 7Last Post: 20th Dec 2022, 21:24 -
Help converting mpeg type video with correct frame rate
By DJX in forum Video ConversionReplies: 0Last Post: 9th Oct 2010, 18:24 -
Play an MTS file frame by frame, displaying timecode or frame number
By SeánB in forum Software PlayingReplies: 5Last Post: 5th Oct 2010, 16:26 -
TMPGEnc Problem - navigating one frame at a time
By ereiamjh in forum Video ConversionReplies: 4Last Post: 28th Jul 2010, 08:55 -
TMPGEnc - bad frame problem
By psyklax in forum Video ConversionReplies: 5Last Post: 30th Jun 2007, 22:44