Closed (fixed)
Project:
FlashVideo
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Dec 2008 at 23:14 UTC
Updated:
14 Jan 2009 at 20:20 UTC
Jump to comment: Most recent file
This is a feature request that I had in my own use of the module. I wanted to take the user-uploaded video, and shrink it down using a maximum width and maximum height that I needed to be able to specify myself. This helps to keep the video file sizes down in my scenario. I thought I would attempt to contribute it to the module, if others think it would be a good addition to the existing features (fingers crossed).
Patch Features:
This patch is for the latest release of FlashVideo (6.x-1.4-rc2).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | flashvideo-6.x-1.4-rc2-maximum-dimensions-2.patch | 5.62 KB | attheshow |
| flashvideo-6.x-1.4-rc2-maximum-dimensions.patch | 5.62 KB | attheshow |
Comments
Comment #1
attheshow commentedThe first version of the patch needed a slight adjustment to prevent an error. New version attached.
Comment #2
travist commentedGood stuff!!! I will test this out and let you know if it will be added (although, I am sure it will).
Thanks for your efforts!
Comment #3
travist commentedAdded to version 1.4!!! Thanks attheshow!
Comment #5
mrjavum commentedNot working with other path, differ from /usr/bin/ffmpeg:
$movie_info = shell_exec('/usr/bin/ffmpeg -i "'.$input_file.'" 2>&1');here must be a path from Flashvideo settings
Comment #6
attheshow commentedJust committed fix for this.