Hi forum,
I have spent the last week changing how I encode my audio and video.
To make a long story short, before, I was just using AviSyth to make a script (via FitCD) and drag it into CCE with the Audio still in the Video.
Now, with the help of all the knowledgable folks on this forum, I now only use CCE for encoding my Video and use FFMpeg to encode or copy my audio.
Now, the only question I have is what do I do when I get a Non-Standard Frame Rate (Or Non 23.976/29.97)?
Let's say my video that I want to put on a DVD has these specs:
Name = Video.avi
Container = AVI
FPS = 20.00
Now, in the past, as I told you, I would just use Avisynth with Audio/Video together and use a script 45Tripp or Jagabo or somebody gave me a long time ago to do this and it works 100% of the time (they also showed me a way to do it with DGPulldown but I like the below better):
<AVISYNTH>
AVISource("C:\input.avi")
LanczosResize(640,336)
AddBorders(40,72,40,72)
ChangeFPS(59.94)
SeparateFields()
SelectEvery(4, 0, 3)
Weave()
ConvertToYUY2()
</AVISYNTH>
Now, since the Audio is separate, if I do this on the Video in CCE, then the Audio is going to be out of sync. That leaves me with 2 questions:
1) Does FFMpeg take AviSynth Scripts?
2) Can I write some type of script like the one provided for the Video, but for the Audio to make sure they are in-sync?
+ Reply to Thread
Results 1 to 2 of 2
-
-
Hi,
Newer builds of ffmpeg handle AVS scripts very well, just make sure the build has Avisynth support which will be in the documentation. I use AviSynth and dump my scripts into WinFF (an ffmpeg GUI) all the time. As far as the Audio sync issue I'm not sure what to advise. I'm sure one of the experts will weigh in and tell you soon enough. Best of Luck!
Similar Threads
-
FFmpeg - Change encoding rates while in-action
By ronts in forum Video Streaming DownloadingReplies: 5Last Post: 12th Aug 2011, 00:16 -
Newbie question about frame rates.
By MrTorso in forum Video ConversionReplies: 4Last Post: 13th Jul 2011, 22:49 -
Demuxed Audio is longer than Demuxed Video, help!
By caesarhawy in forum EditingReplies: 3Last Post: 26th Apr 2010, 04:18 -
Different Frame Count When Demuxed
By sambat in forum EditingReplies: 0Last Post: 10th Oct 2009, 18:17 -
FFMPEG QUESTION :How do I take one frame and make a jpeg with FFMPEG?
By goheadtry in forum Newbie / General discussionsReplies: 1Last Post: 18th Sep 2007, 02:55