Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
After much digging on the net, I havn't been able to find a solid answer to this question. I've tried using vnc2swf, but it hasn't worked:
Code:
$ vnc2swf-edit -o test.flv fb.swf
Using pygame 1.7.1release
Input movie: version=8, size=640x480, framerate=30fps, frames=7336, duration=244.5s.
Output movie size: 640x480
Scanning source swf file: fb.swf...
MP3: stereo=0, samplerate=44100, initialskip=1677
./usr/share/pyvnc2swf/swf.py:509: DeprecationWarning: integer argument expected, got float
self.fp.write(pack('>L', x)[1:4])
................................................7336 frames written (duration=244.5s)
$ ls -s
total 4364
4356 fb.swf 8 test.flv
It produces an 8kb file. Obviously not what I wanted. I tried setting output to png/bmp, but all I get is a bunch of black frames. sha1sum on all of them is the same.
Any answers? (sorry to not include more details, but I've got to leave for work...)
flvtools? ffmpeg? mencoder? transcode? vlc? cinelerra? lives? ??? The great thing about software, is that if one doesn't work, try another. Although if you paid for software that doesn't work, I have a hard time distinguishing those types from muggers in central park. Which is the great thing about linux. It's free, so if it doesn't work, you're out a little time and bandwidth. Which gets cheaper as your bandwidth and computers get faster.
I have the same problem to convert swf to video on linux. I have been looking for such a program for a long time. But no good one can do it. Most of them just support flv video. So I use some windows program like iwisoft swf to video converter for the conversion. then share to my pc. this program is very good for windows. but i still look for such a linux program. anyone knows?
Keep in mind I'm trying to from convert .swf files, not .flv. If I recall correctly, both ffmpeg and mplayer/mencoder state that they do not support swf's. As for Lives, I tried that this morning, came back 2 hours later and it still said it was opening the file. I've yet to try the other four options Shadow_7 stated. I'll post any further success/failure.
Also, .ogg files are audio only, correct? I've never heard of them containing video - which is what I need.
Make sure you have the build tools. automake autoconf pkconfig .......
And it might be defaulting to /usr/local/ and unable to find g++ over there. Might be a PATH issue, or just use --prefix=/usr in the configure. But it might also be hard coded in the Makefile(s). I've never handled those sources before. It might also be that your system/distro didn't setup any g++->/usr/bin/g++-4.3 links. ls -l /usr/bin/g++*
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.