https://bugs.kde.org/show_bug.cgi?id=487115

            Bug ID: 487115
           Summary: Custom Clip Job error message for ffmpeg parameters
    Classification: Applications
           Product: kdenlive
           Version: 24.04.90
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Effects & Transitions
          Assignee: j...@kdenlive.org
          Reporter: bern...@yahoo.com
  Target Milestone: ---

Created attachment 169541
  --> https://bugs.kde.org/attachment.cgi?id=169541&action=edit
Clip job error message

SUMMARY
The parameters for ffmpeg are not passed on correctly even though the same work
perfectly using ffmpeg in a terminal.

STEPS TO REPRODUCE
1. Create a new Clip Job with Executable /usr/bin/ffmpeg and the following
Arguments:
-i {source} -crf 10 -vf
"minterpolate=fps={param2}:mi_mode=mci:mc_mode=aobmc:me_mode=bidir:vsbmc=1"
{output}
2. For Parameter 2 select Request option from list, name it "fps" and create
list with the values 30, 60, 120, 240 
3. Start the clip job on a video clip in the bin and select 60 for fps

OBSERVED RESULT
See atatchment

EXPECTED RESULT
For comparison enter this into a terminal: ffmpeg -i <input_file_name> -crf 10
-vf "minterpolate=fps=60:mi_mode=mci:mc_mode=aobmc:me_mode=bidir:vsbmc=1"
<output_file_name>

SOFTWARE/OS VERSIONS
Linux: Pop!_OS 22.04 LTS
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION
The Shift tool tip in the Arguments window refers to {%1}, {%2} and {%3} for
parameter 1, parameter 2 and output filename. In fact it is {source}, {param1},
{param2} and {output}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to