Changes to get the plugin running with ffmpeg SVN-r26400
-
I had to do some minor changes to get the plugin running with the current version of ffmpeg, it seems the handling of some parameters changed.
Line 220 and 235:
'-s'.$width
->'-s '.$width
(add a space after -s)Line 238:
-vpre normal
->-vpre medium
Additional notes:
– In line 236 the variable$extr
is set, but seems to be later referred to as$extra
.
– The permalink structur is not updated automatically with the new/video/
category, I had to update my permalink structure to make it work. According to the documentation you can make that easier for the user by runningflush_rewrite_rules()
in the plugin activation and deactivation hooks,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changes to get the plugin running with ffmpeg SVN-r26400’ is closed to new replies.