mariner
22nd September 2012, 12:33
It would appear two Pokemon BDs, Zoroark and Arceus, are encoded in 59i with hard telecine. Frame stepping shows clearly the classic pattern of 3 progressive frames followed by 2 interlaced ones.
1. Playback using this script results in jerky motion, with frames jumping back and forth. Playback is smooth if DirectShowSource is used.
a=FFaudioSource("zoroark.m2ts")
v=FFvideoSource("zoroark.m2ts")
audiodub(v,a)
AssumeTFF()
TFM()
TDecimate()
2. I've read FFvideoSource is frame accurate while DirectShowSource is not. How does one get FFvideoSource to work correctly?
3. In my limited experience, number of video frames encoded using FFvideoSource and DirectShowSource are different. Which is more accurate?
4. Is it necessary to include "assumefps(24000/1001)" in the script?
5. Appreciate suggestions for x264 parameters to re-encode the 100min video for 22GB target file size.
Many thanks and best regards,
Zoroark.m2ts (http://www2.zshare.ma/o9h4mnlaioed)
1. Playback using this script results in jerky motion, with frames jumping back and forth. Playback is smooth if DirectShowSource is used.
a=FFaudioSource("zoroark.m2ts")
v=FFvideoSource("zoroark.m2ts")
audiodub(v,a)
AssumeTFF()
TFM()
TDecimate()
2. I've read FFvideoSource is frame accurate while DirectShowSource is not. How does one get FFvideoSource to work correctly?
3. In my limited experience, number of video frames encoded using FFvideoSource and DirectShowSource are different. Which is more accurate?
4. Is it necessary to include "assumefps(24000/1001)" in the script?
5. Appreciate suggestions for x264 parameters to re-encode the 100min video for 22GB target file size.
Many thanks and best regards,
Zoroark.m2ts (http://www2.zshare.ma/o9h4mnlaioed)