VideoHelp.com Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Member
    Join Date: Sep 2009
    Location: Germany
    hi,

    some people on guru3d made an example how to double the fps of an 24p movie to 48 and interpolate frames to do a fluid motion.
    http://forums.guru3d.com/showthread.php?t=288017

    the results are very impressive. the cpu does do this thing with ffdshow and avisynth script in realtime. for 720p movies its ok but for 1080p the cpu is too slow.
    so the idea is to do this job NOT in realtime. i dont know how to do this. i just copied the script and it works. but it would be nice to encode the stream back in to new file and then play normally without that filter. is that possible?
    Quote Quote  

  2. Member
    Join Date: Dec 2005
    Location: none
    Open your AVS script in a video editor and save a video file.
    Quote Quote  

  3. Member
    Join Date: Sep 2007
    Location: Canada
    You probably have to modify that script a bit if you want to use it as an .avs file (i.e. the source filter)

    Another way would be to leave everything you have it as ffdshow as the directshow decoder, and use DirectShowSource() in a 1 line .avs script then feed that into an encoder that accepts avs scripts
    Quote Quote  

  4. Member
    Join Date: Jul 2009
    Location: Spain
    Originally Posted by poisondeathray
    You probably have to modify that script a bit if you want to use it as an .avs file (i.e. the source filter)
    You should only have to replace
    global source=ffdshow_source()
    by
    source = DirectShowSource(...) # <- add your filename here

    (The two 'global's in that script are unnecessary, by the way. Somebody cut and pasted from somewhere else without knowing what they were doing.)
    Quote Quote  




Similar Threads

  1. Frame accurate cutting on m2ts files?
    By stryker412 in forum Editing
    Replies: 3
    Last Post: 29th Jan 2012, 04:20
  2. Replies: 3
    Last Post: 8th Dec 2011, 18:53
  3. how do you convert m2ts
    By Onceler2 in forum Video Conversion
    Replies: 9
    Last Post: 8th Dec 2009, 05:12
  4. convert m2ts files
    By dvd1304 in forum Newbie / General discussions
    Replies: 1
    Last Post: 26th Sep 2009, 08:10
  5. Convert .m2ts?
    By Bobd314 in forum Newbie / General discussions
    Replies: 9
    Last Post: 27th May 2007, 02:55
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools