Bug 348147 - Encoding problem in webm render profile
Summary: Encoding problem in webm render profile
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: kdenlive
Classification: Applications
Component: Rendering & Export (other bugs)
Version First Reported In: unspecified
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-23 14:25 UTC by Eumel
Modified: 2016-08-04 16:50 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eumel 2015-05-23 14:25:04 UTC
The render profile looks as follows:

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

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!