mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
clarify missing ffmpeg messages
Don't refernce "ffmpeg", "ffprobe" executables directly. Refer to the elaborate Log message (ffmpeg_harvid)
This commit is contained in:
parent
17c4a36a1a
commit
4abf943340
3 changed files with 4 additions and 4 deletions
|
|
@ -53,9 +53,9 @@ TranscodeFfmpeg::TranscodeFfmpeg (std::string f)
|
|||
if (!ArdourVideoToolPaths::transcoder_exe(ffmpeg_exe, ffprobe_exe)) {
|
||||
warning << string_compose(
|
||||
_(
|
||||
"No ffprobe or ffmpeg executables could be found on this system.\n"
|
||||
"Video import and export is not possible until you install those tools.\n"
|
||||
"ffmpeg installation was not found on this system.\n"
|
||||
"%1 requires ffmpeg and ffprobe from ffmpeg.org - version 1.1 or newer.\n"
|
||||
"Video import and export is not possible until you install tools.\n"
|
||||
"\n"
|
||||
"The tools are included with the %1 releases from ardour.org "
|
||||
"and also available with the video-server at http://x42.github.com/harvid/\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue