Bug 348147

Summary: Encoding problem in webm render profile
Product: [Applications] kdenlive Reporter: Eumel <blaueshawaiihemd>
Component: Rendering & ExportAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED WAITINGFORINFO    
Severity: normal CC: wegwerf-1-2-3
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Eumel 2015-05-23 14:25:04 UTC
The render profile looks as follows:

f=webm acodec=libopus ar=48000 ab=%audiobitrate+&#039;k&#039; vcodec=libvpx-vp9 vb=%bitrate+&#039;M&#039; g=120 bf=2 threads=0 rc_lookahead=16 quality=good speed=1 vprofile=0 qmax=51 qmin=11 slices=4 arnr_max_frames=7 arnr_strength=5 arnr_type=3

resulting in the following script line:

PARAMETERS_0="-pid:24414 $MELT atsc_720p_30 avformat - $SOURCE_0 $TARGET_0 f=webm acodec=libopus ar=48000 ab=SyntaxError: Parse error vcodec=libvpx-vp9 vb=SyntaxError: Parse error g=120 bf=2 threads=0 rc_lookahead=16 quality=good speed=1 vprofile=0 qmax=51 qmin=11 slices=4 arnr_max_frames=7 arnr_strength=5 arnr_type=3 real_time=-1"

changing the line to

f=webm acodec=libopus ar=48000 ab=%audiobitrate+'k' vcodec=libvpx-vp9 vb=%bitrate+'M' g=120 bf=2 threads=0 rc_lookahead=16 quality=good speed=1 vprofile=0 qmax=51 qmin=11 slices=4 arnr_max_frames=7 arnr_strength=5 arnr_type=3

and saving that has no effect, i.e. on next display, it reverts to the faulty line.

Reproducible: Always




Version 15.04.0-0ubuntu1~ubuntu15.04~ppa2 from kubuntu-backports
Comment 1 Wegwerf 2016-07-28 12:55:40 UTC
BlauesHawiiHemd, is this bug still present on recent Kdenlive 16.04.2? If the bug's gone, please be so kind as to close this bug report as RESOLVED. Thank you very much for your cooperation!