Closed (fixed)
Project:
Video
Version:
7.x-1.x-dev
Component:
Video Trasncoding
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2011 at 22:05 UTC
Updated:
17 Jul 2011 at 05:02 UTC
Presets by default contain the token "!cmd_path" in the command line setting. However, this never gets substituted and ends up in the shell command unchanged, resulting in an error.
If a substitution is not intended, this should be made very clean in the description. Currently, if I want to use ffmpg I have to replace that token manually with !ffmpeg.
A possible substitution should be happening in transcoders/video_ffmpeg.inc around line 162.
Comments
Comment #1
ralf.strobel commentedAlright, after examining the code some more I realized how little of the functionality of video_ffmpeg.inc has actually been implemented in the alpha. I don't think you should actually call something an alpha that doesn't even work in default configuration.
However, since I need this to work soon, I would actually be interested in developing this class. Please contact me if you're interested.
Comment #2
hypertext200Added to dev