View Single Post
Old 1st June 2018, 17:00   #27380  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
Quote:
Originally Posted by musiclover View Post
content of the AVS file when trying to do the conversion with "Assume PAL for DVD output" set

#Created by BD Master Toolkit - v0.50.25
DirectshowSource("G:\WORK\IMPORTS\BBC_BIGGEST_WEEKEND\BDMV\STREAM\00000.m2ts", fps=50, framecount=134854, audio=false)
BilinearResize(720,576)
ConvertToYV12().ConvertFPS(25000,1000)
------------------------------------------------

content of the AVS file when trying to do the conversion with "Assume PAL for DVD output" NOT set

#Created by BD Master Toolkit - v0.50.25
DirectshowSource("G:\WORK\IMPORTS\BBC_BIGGEST_WEEKEND\BDMV\STREAM\00000.m2ts", fps=50, framecount=134854, audio=false)
BilinearResize(720,480)
ConvertToYV12().AssumeFPS(50000,1000)
This makes no sense to me based on the code I looked at yesterday. The fist one is what I would expect to see with that setting... and I have no idea why it would generate an error. The second one should be impossible when your output is set to DVD.

I guess I'll have to grab me a 720p/50fps source and trace it to see how it can happen.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net

Last edited by jdobbs; 1st June 2018 at 17:13.
jdobbs is offline   Reply With Quote