Let's just assume I am going to use CCE, HCenc or Quenc. Keep in mind this is just me trying to learn more as I know some of the puriest will complain about me burning the subs into the video.
I have some MKV files that have:
Framerate = 25.689 (MediaInfo and Mplayer)
2 Audio
1 Subtitle
Of course, I want to put them on DVD but the 25.689 Framerate is standing in my way.
Now, here are my questions which are based upon the Avisynth Script below:
<SCRIPT>
LoadPlugin("C:\Program Files\DirectVobSub\VSFilter.dll")
FFMpegSource("C:\mymovie.mkv", atrack=0)
LanczosResize(720,480)
ChangeFPS(59.94, sync_audio=true)
SeparateFields()
SelectEvery(4, 0, 3)
Weave()
TextSub("C:\mysubs.srt")
</SCRIPT>
1) Is the signature for ChangeFPS correct or would I just put "true" in for the 2nd parameter?
1a) When the audio is sync'd, how substantial is the change to the audio?
2) Will the subtitles be converted with the "ChangeFPS" or will it be 25.689?
2a) Will Subtitle Workshop allow me to convert ssa->srt with 25.689 Framerate?
3) Why do people make frame rates like 25.689? Is there an advantage to using non-standard frame rates like this?
I will not be able to test for quite some time, that is why I am asking.
+ Reply to Thread
Results 1 to 3 of 3
-
-
I finally got some free time and was able to answer most of my questions.
The only question that I have is, is there software that will allow me to convert an SSA file with FPS = 25.689 to SRT with FPS = 25.689?
Subtitle Workshop doesn't seem to allow this type of conversion. -
Nevermind. I found some software called SubC that does it, although it will not do batch processing.
Similar Threads
-
Converting a "variable framerate" to constant framerate?
By vieo in forum Video ConversionReplies: 6Last Post: 2nd Sep 2010, 09:05 -
Broken AVI Files after data recovery "FFmpegSource: Couldn't find stream information"
By fixavifile in forum Newbie / General discussionsReplies: 8Last Post: 28th Jan 2010, 03:24 -
Incorrect Framerate?
By quicksandcupcake in forum ffmpegX general discussionReplies: 1Last Post: 21st Jan 2010, 16:52 -
How do I convert xvid framerate 23,967 to xvid framerate 25.000?
By QuickstartDK in forum Newbie / General discussionsReplies: 16Last Post: 4th Nov 2009, 17:57 -
Avisynth, FFMPegSource, DGAVCDecode and some other basic questions
By Maikeru-sama in forum Video ConversionReplies: 7Last Post: 11th Jun 2008, 19:13