Interpret fps (AssumeFPS) & Conditional
Posted: Tue Jun 07, 2016 8:21 am
Hi there,
first of all thank you for this cool software! (Although I only scratched the surface of it until now)
Because I have to convert a lot of BluRay m2ts files to a editable format, I am happy to have found Ffastrans. Now my PC can do this overnights and I can edit the next day. perfect.
There are some things I would like to mention here.
1. Because we produce in 25fps I used the simple possibility to interpret the source to 25fps with "m_clip = AssumeFPS(m_clip, 25)". This works fine for the m2ts files, for they are mostly 24 or 23,976 fps and speedup doesn't matter much. But I noticed, that Ffastrans sometimes only delivered a *.avs file. This was especially strange, because I noticed that it produced large intermediates (mkv), that were totally playable. First I thought it was an codec input issue, but then I had the idea, that it could be the input frame rate - and it was. The few files that were already 25fps produced *.avs files.
Could it not just proceed with producing a movie file although fps are already 25?
2. So I inserted two conditionals: "%f_frame_rate% (=) 25.00" & "%f_frame_rate% (<>) 25.00" so that the 25fps files could be processed without fps interpretation. And it worked. But the massages in the Ffastrans monitor regarding to the conditions are a bit irritating.
When fps is not equal to 25 the message is: '1st evaluation of "%f_frame_rate%=25.00" is "24=25" (couldn't it be "false" or "24<>25"?)
When fps is equal to 25 the message is: '1st evaluation of "%f_frame_rate%<>25.00" is "25<>25" (also strange, for 25 ist not <> 25)
You know what I mean?
All the best
first of all thank you for this cool software! (Although I only scratched the surface of it until now)
Because I have to convert a lot of BluRay m2ts files to a editable format, I am happy to have found Ffastrans. Now my PC can do this overnights and I can edit the next day. perfect.
There are some things I would like to mention here.
1. Because we produce in 25fps I used the simple possibility to interpret the source to 25fps with "m_clip = AssumeFPS(m_clip, 25)". This works fine for the m2ts files, for they are mostly 24 or 23,976 fps and speedup doesn't matter much. But I noticed, that Ffastrans sometimes only delivered a *.avs file. This was especially strange, because I noticed that it produced large intermediates (mkv), that were totally playable. First I thought it was an codec input issue, but then I had the idea, that it could be the input frame rate - and it was. The few files that were already 25fps produced *.avs files.
Could it not just proceed with producing a movie file although fps are already 25?
2. So I inserted two conditionals: "%f_frame_rate% (=) 25.00" & "%f_frame_rate% (<>) 25.00" so that the 25fps files could be processed without fps interpretation. And it worked. But the massages in the Ffastrans monitor regarding to the conditions are a bit irritating.
When fps is not equal to 25 the message is: '1st evaluation of "%f_frame_rate%=25.00" is "24=25" (couldn't it be "false" or "24<>25"?)
When fps is equal to 25 the message is: '1st evaluation of "%f_frame_rate%<>25.00" is "25<>25" (also strange, for 25 ist not <> 25)
You know what I mean?
All the best