Anyone know where the settings for the video encoding are hidden?
Not the stuff in the flash apps settings.
The default settings took a 99Mb video and made it 258Mb flv.
Anyone know where the settings for the video encoding are hidden?
Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life |
Thanks. It seams that the following is only part of the command that the server will run to convert the file. Line 169 $sTmpl = $sFfmpegPath . " -y -i " . $sInputFile . " -r " . getVideoFps() . " -s " . getVideoSize($sSize) . $sSound; That sets the input for ffmpeg to convert, but not the output. I found the Mobile output part: Line 243 $sMobileCommand = getConverterTmpl($sSourceFile, "qcif") . "-b 180 -sameq -ab 64 -acodec libmp3lame -ac 1 " . $sMobileFile; I would like to know where I can change the output settings for the .flv file. Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life |
Some test results Stock /25: $sTmpl = $sFfmpegPath . " -y -i " . $sInputFile . " -r " . getVideoFps() . " -s " . getVideoSize($sSize) . $sSound; You can watch the actual test clip to see quality differences at: http://alpha.worldtribes.net/m/videos/browse/album/tester-s-videos/owner/tester Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life |
I've posted this issue before as uploading .flv video file becoming much bigger than original one, but no answer from Boonex. Anyone found the way to fix it? |