Bug 384345 - proxy failing: height not divisible by 2 (640x359)
Summary: proxy failing: height not divisible by 2 (640x359)
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Rendering & Export (show other bugs)
Version: 17.08.0
Platform: Debian unstable Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-04 10:56 UTC by alberto
Modified: 2017-09-05 17:19 UTC (History)
0 users

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 alberto 2017-09-04 10:56:13 UTC
ffmpeg version 3.3.3-3 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 7 (Debian 7.1.0-13)
  configuration: --prefix=/usr --extra-version=3 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  libavutil      55. 58.100 / 55. 58.100
  libavcodec     57. 89.100 / 57. 89.100
  libavformat    57. 71.100 / 57. 71.100
  libavdevice    57.  6.100 / 57.  6.100
  libavfilter     6. 82.100 /  6. 82.100
  libavresample   3.  5.  0 /  3.  5.  0
  libswscale      4.  6.100 /  4.  6.100
  libswresample   2.  7.100 /  2.  7.100
  libpostproc    54.  5.100 / 54.  5.100
Input #0, matroska,webm, from '/home/birdperson/Downloads/video.mkv':
  Metadata:
    encoder         : libebml v1.3.0 + libmatroska v1.4.1
    creation_time   : 2017-08-21T04:07:29.000000Z
  Duration: 00:22:22.16, start: 0.000000, bitrate: 1085 kb/s
    Stream #0:0: Video: h264 (High), yuv420p(tv, bt709/unknown/unknown, progressive), 720x404, SAR 1:1 DAR 180:101, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
    Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp (default)
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
  Stream #0:1 -> #0:1 (aac (native) -> vorbis (libvorbis))
Press [q] to stop, [?] for help
[libx264 @ 0x56174a55b3a0] height not divisible by 2 (640x359)
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
[libvorbis @ 0x56174a55cf40] 43 frames left in the queue on closing
Conversion failed!
Comment 1 Jean-Baptiste Mardelle 2017-09-04 11:38:21 UTC
Git commit 67b051577cdafcbcee31a5b2b49cc29bf6ca3409 by Jean-Baptiste Mardelle.
Committed on 04/09/2017 at 11:37.
Pushed by mardelle into branch 'Applications/17.08'.

Fix proxy error (height not multiple of 2)

M  +2    -2    data/encodingprofiles.rc

https://commits.kde.org/kdenlive/67b051577cdafcbcee31a5b2b49cc29bf6ca3409
Comment 2 Jean-Baptiste Mardelle 2017-09-04 11:39:26 UTC
Thanks for your report. This will be fixed in Kdenlive 17.08.1.
In the meantime, you can solve it by editing your proxy profile, and replace the
"640:-1" parameter by "640:-2"

Should solve the problem. Regards
Comment 3 Jean-Baptiste Mardelle 2017-09-05 17:19:38 UTC
Git commit 55a210fa48933166f6e344adb3548f51d3e6b949 by Jean-Baptiste Mardelle.
Committed on 05/09/2017 at 17:12.
Pushed by mardelle into branch 'refactoring_timeline'.

Fix proxy error (height not multiple of 2)

M  +2    -2    data/encodingprofiles.rc

https://commits.kde.org/kdenlive/55a210fa48933166f6e344adb3548f51d3e6b949