Hello.
I'm trying to encode some Anime in VFR ''30fps'' the source is 23.976.
Does anyone know any method for this? If I change the fps will the audio be out of sync ?
Please help,
thanks
+ Reply to Thread
Results 1 to 25 of 25
Thread
-
-
You can encode CFR, then mux in timecodes into the container = VFR
Thanks -
I explained a couple times , if you search you should be able to find the posts
Basically you encode as you would normally, then mux in timecodes in mkvmerge. If you highlight the video track, the general track options tab, there is a box for timecodes, so you navigate to your timecodes.txt (or whatever they're called) and select it
The audio is the same, it's the timecodes tell the player to speed up/ slow down - that's how the vfr video is in the first place -
you need to create an avisynth script
http://code.google.com/p/ffmpegsource/
First download that package and unzip plugins into the avisynth plugins directory (you need the .dll's and .exe)
Open a textfile in notepad, write the code (change name to match), save it, rename extension to .avs from .txt
Open that .avs file in MPC -
Can't do it...
I downloaded: http://code.google.com/p/ffmpegsource/downloads/detail?name=ffmpegsource-2.14-mt-avs64.7z&can=2&q=
and extract it to my avisynth plugins folder, created the txt file: FFVideoSource("C:\Users\EnKiDu\Desktop\One Piece - 475 HD.mkv", timecodes="timecodes_v2.txt") and renamed it to .avs and open it with MPC. -
is this the correct one?
http://code.google.com/p/ffmpegsource/downloads/detail?name=ffmpegsource-2.14-mt.7z&can=2&q= -
yes, that's the 32-bit multithreaded version (your 1st one was 64-bit version)
-
Script Error : there's no function named ''FFVideoSource''("C:\Users\EnKiDu\Desktop\One Piece - 475 HD.avs,line1)
-
do you have ffms2.dll in the plugins folder? (you have to take it out of the unzipped folder -e.g. copy & paste it into the avisynth/plugins folder, along with ffmsindex.exe)
maybe you should use x264.exe instead -
make sure you have the correct version 32-bit or 64-bit
maybe try the non multithreaded version
you can extract timecodes another method, using mkv2vfr, it's a command line application -
Can you give me the link to the file please? There's 5 / 6 to download and I don't know is the non multithreaded
-
http://code.google.com/p/ffmpegsource/downloads/list
its the bottom one, "vanilla ffmpeg compile only" -
Hold on, I re-read your 1st post. If you have a 23.976 CFR source, you can't do this. You need a VFR source.
I'm trying to encode some Anime in VFR ''30fps'' the source is 23.976. -
no, it will just play faster and go out of sync (unless you speed up the audio as well - chipmunk voices)
you can add frames (dupes) but it will play choppy, or use motion interpolation, but it causes artifacts on interploated frames
you need a vfr source to make a vfr video -
The video source is a .ts 1440x1080 23.976fps (Anime)
Do you think there's any reason to change the fps encoding in VFR? Or should I just encode it using 23.976fps using CFR? -
I would just leave it as is CFR , but if your anime has different base frame rates you could make a case for VFR
Similar Threads
-
How to encode a DVD/VOB to a vfr mkv
By kwanyeung in forum Newbie / General discussionsReplies: 13Last Post: 1st Aug 2011, 09:56 -
Is there any way to encoding VFR using Megui?
By The Scenes in forum Newbie / General discussionsReplies: 13Last Post: 25th Apr 2011, 08:36 -
How can I encode using VFR, mp4 output?
By The Scenes in forum Newbie / General discussionsReplies: 4Last Post: 18th Apr 2011, 18:34 -
Audio encode error in MeGUI
By fatcharlie in forum Newbie / General discussionsReplies: 6Last Post: 14th Apr 2011, 11:43 -
Megui error encode !
By whitebeard in forum Blu-ray RippingReplies: 0Last Post: 17th Jan 2011, 04:46