View Single Post
Old 16th July 2019, 19:29   #12  |  Link
Metal-HTPC
Registered User
 
Join Date: Dec 2018
Posts: 58
Quote:
Originally Posted by huhn View Post
is 720 uspcale to 1080 an option for you?
if yes all you need is now set the fake-interlaced flag for x264 and you are done.
The stream recording hasn't the greatest quality to begin with so bloating it to a higher resolution doesn't make much sense but if I don't have any other choice..
Quote:
Originally Posted by huhn View Post
can you just as a test try this:
assumeFPS(25)
changeFPS(50)
"changeFPS(50)" also gives me the "integer devide by zero" error

shure assumeFPS(25) works but sadly 25fps isn't allowed in a 720p BD compilant encode

Code:
FFMpegSource2("source.m2ts", fpsnum=50000, fpsden=1000, atrack=-1)
I use DGAVCindex as an indexer. Didn't use FFMpeg for that before but could give it a try.

I just noticed something weird tho. The framerate of the source is specified different depending on which application I use.
DGAVCindex and MPC-HD shows it as 25fps which seems right because Belium is a PAL country and should therefore stream PAL. Tmpegenc smart renderer recognises it as 30 fps and tsmuxter as "unknown frame rate".
If this isn't 25fps then somethings very strange.

But before I continue to break my head. here is a sample for you

https://we.tl/t-ZhbKzDeUpW

thanks in advance for the help

Last edited by Metal-HTPC; 22nd July 2019 at 10:12.
Metal-HTPC is offline   Reply With Quote