Hi,
I'm trying to convert a SWF file to pretty much any video file I can. This is a normal SWF animation, and doesn't contain embedded video. I figured maybe I could try using Avisynth with a Direct Show Filter (http://www.medialooks.com/products/directshow_filters/flash_source.html) to convert it. Well, I installed the filter, and can get the swf file to play in Windows Media Player (doesn't have native support for swf), however when I create an Avisynth Script, I get a blank-grey video that contains no audio.
the avs is simply:
video = DirectShowSource("test_video.swf")
video.Crop(0,0,384,288)
Could I be missing perhaps a option or something that would make it display? Or is Avisynth picky with Direct Show Filters?
Thanks
+ Reply to Thread
Results 1 to 6 of 6
-
-
you can use swfsource , it's a vfapiplugin
http://forum.doom9.org/showthread.php?p=1373418#post1373418
the audio you can get if demux it from various swf decompilers; can load the audio separately or use audiodub() -
-
I use sothink swf decompiler, but it's not free
I think you could use swf tools (free) - but I haven't tried this
If you're not editing , you can just copy the audio into your container (just remux it), so there is no quality loss -
Similar Threads
-
I want to play swf files
By swalih in forum Newbie / General discussionsReplies: 5Last Post: 31st Mar 2012, 09:22 -
VCD with SWF files
By justdoit in forum Authoring (VCD/SVCD)Replies: 14Last Post: 28th Dec 2011, 20:45 -
Help - How To De-compress SWF Video Files
By rckowal in forum Video ConversionReplies: 5Last Post: 3rd Jan 2011, 14:37 -
How to play SWF Files
By MI6 in forum Software PlayingReplies: 4Last Post: 23rd May 2009, 10:20 -
SWF mx, swf 3 ( legacy ), and FLV, whats the difference
By theewizard in forum Newbie / General discussionsReplies: 3Last Post: 4th Feb 2008, 23:15