没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > flvextractc |
flvextractc
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
What is FLV Extract console?You downloaded a Flash Video file to your computer and want do something with it, instead of just watching? You want to extract a video/audio stream from a Flash Video File? This program is defenetely for you!
FLV Extract is a program that can extract raw streams from flv files. The extracted stream would be of understandable format, like mp4 or mp3. Extracted files can then be used in a bunch of editing programs.
FLV Extract, console mod is a terminal-based version of FLV Extract. If like me, you are more fond of console programs with a power of command line switches and batch scripting, if you are a fan of mencoder and ffmpeg, you'll find this program very comfortable.
Technical detailsCurrently, flvextc is based on FLV Extract 1.4.0.
As the original, program is written in C#, comes with source code and is distributed under GPL v2. (Licence is packed into bundle with source code)
UsageThe executable, flvextc.exe is a console program, so you need a cmd console or some other command line to execute it. If launched without pramaters, it will print supported arguments and exit. As for now, usage syntax is the following:
1. Simple usage:
flvextc file1.flv file2.flv This will process file1.flv, extract audio and video, creating files file1.mp3, file1.avi (extensions depend on type of content) then switch to file2.flv and extract file2.mp3 and file2.mp4
2. Advanced usage:
flvextc [-a] -v [-t] [-y] -i file1.flv [-i file2.flv] [file3.flv] Where -a means to extract audio, -v means to extract video, -t extracts timeline codes (resulting in a text file with data), -y will rewrite existsing output files, -i should preceed each input file. Actually, it was added for similarity to ffmpeg and can be omitted.
Each [parameter] can be dropped. If no -a, -v or -t was supplied, program will extract audio and video streams.
CreditsFLV Extract homesite is http://www.moitah.net This modification is made by positron. MiscFeel free to post any issues and prolems encountered when using this program.