Back

Use subs2srs to Create Anki Decks Based on Your Favorite Movie or Show

#63
HerrPetersen Wrote:I tried it on a movie with 23 fps, so I typed in 23 in the corresponding box of the program. However avs2avi used a framerate of 23.9?? and as a result 400 sound-files vs 370 pics were produced and when importing into anki the timing between pics and sound were obviously off.
It sounds like Avisynth incorrectly determined the framerate of the video. What I can do is force Avisynth to use the framerate provided by the user (in this case 23 fps instead of the incorrect 23.9 fps).

Edit: In the meantime, you can cancel the snapshot processing so that I leaves behind the avs file. Edit the avs file and add something like the bolded part:

DirectShowSource("F:\TestStreams\xvid.avi", fps=23)

And then run avs2avi manualy.
Edited: 2009-02-04, 1:10 pm
Reply

Messages In This Thread