![]() |
![]() |
![]() |
![]() |

| Videos Created Using Open Source Software |
| dvgrab – Used to grab the video from the DV camcorder |
| ffmpeg – Used to convert the “grabbed” video to Flash video (FLV) |
| FLVTool2 – Used to “fix” the FLV by adding MetaData |
| FlowPlayer – Flash 7+ player |
Example: |
| dvgrab foo |
| ffmpeg -i foo.avi -s 360x240 -b 512 -r 30 -aspect 3:2 -ab 96 -ac 1 -ar 22050 foo.flv |
| flvtool2 -U foo.flv |