Am 13.12.2017 um 05:31 schrieb Kingsley G. Morse Jr.:
> Package: kdenlive
> Version: 17.08.3-2
> Severity: normal
>
> Hi Patrick,
>
> Happy holidays!
>
> I'd like to use kdenlive's render log to find and
> fix rendering bugs.
>
> I followed the instructions in kdenlive_render's man 
> page to create on by setting the environment variable
> named "KDENLIVE_RENDER_LOG".
>
> I set it before before trying to render in
> kdenlive
>
>     $ export KDENLIVE_RENDER_LOG=1 ; export LANG=C ;  kdenlive
>
> and before running kdenlive_render with a render
> script generated by kdenlive
>
>     #! /bin/sh
>     RENDERER="/usr/bin/kdenlive_render"
>     MELT="/usr/bin/melt"
>     SOURCE_0=<a .mlt script>
>     TARGET_0=<a .webm file>
>     PARAMETERS_0="-pid:7095 in=0 out=1565 $MELT atsc_720p_2997 avformat - 
> $SOURCE_0 $TARGET_0 f=webm vcodec=libvpx acodec=vorbis crf=23 vb=0 
> quality=good aq=6 max-intra-rate=1000 cpu-used=4 threads=1 real_time=-1"
>     KDENLIVE_RENDER_LOG=1
>     $RENDERER $PARAMETERS_0
>
> I expected to find a render log file named like
>
>     /tmp/kdenlive_render.log.XXXXXXXX
>
> Unfortunately, I didn't.
>
> I wish rendering left a log file.
>
> I think it would make debugging easier.
>
>

>From a grep through the source code, it is not available anymore.
If you want to report documentation / wishlist bugs, please do it at the
kdenlive bugreport page and support requests please post to the kdenlive
support forum.

-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

  Blog: http://www.linux-dev.org/
E-Mail: pmatth...@debian.org
        patr...@linux-dev.org
*/

Reply via email to