In my self-compiled version of ffmpeg, the version string is empty. But theres a "raw" version string available, so the attached patch attempts to parse this raw string, when the version is empty.
| Comment | File | Size | Author |
|---|---|---|---|
| TranscoderAbstractionFactoryFfmpeg.inc_.patch | 951 bytes | bkonetzny |
Comments
Comment #1
bkonetzny commentedOk, as ffmpeg moved to git, the PHPVideoToolkit->getVersion() has to be extended.
Otherwise the version-detection by PHPVideoToolkit will fail.
Comment #2
Jorrit commentedCould you give the output of
ffmpeg -version? I'm interested in the first line.Comment #3
bkonetzny commentedSure, it's the following:
Comment #4
Jorrit commentedI have committed a change to the version code to 7.x-2.x. If it doesn't work for you, please post the output of
ffmpeg -versionhere.Comment #5
Jorrit commented@Majestixs: In what way did you create the FFmpeg binary? When I compile from a git checkout, I get something like ffmpeg version N-38044-g6e6bdeb.
Comment #6
Jorrit commentedComment #7
bkonetzny commented@Jorrit: We compiled FFmpeg with the following how-to: http://ubuntuforums.org/showthread.php?t=786095
We needed to compile our own version, because the shipped version was too old, not supporting some parameters needed by the transcoder.
Comment #8
Jorrit commentedOK. The 7.x-2.x-dev version should work for you.