Bug 439212 - Render to XviD fails due to bad parsing syntax
Summary: Render to XviD fails due to bad parsing syntax
Status: RESOLVED WORKSFORME
Alias: None
Product: kdenlive
Classification: Applications
Component: Rendering & Export (show other bugs)
Version: 21.04.2
Platform: Debian stable Linux
: NOR crash
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-27 09:27 UTC by Narcis Garcia
Modified: 2023-12-06 03:45 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:
fritzibaby: Backport+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Narcis Garcia 2021-06-27 09:27:34 UTC
STEPS TO REPRODUCE
1. Put a clip on timeline
2. Render: Select MPEG4-ASP/MP3 (DivX compatible)

OBSERVED RESULT
[mpeg4 @ 0x7ff4ac001d00] [Eval @ 0x7ff4babfbfb0] Invalid chars 'mp=1subcmp=1trellis=1bf=2' at the end of expression '3 cmp=1 subcmp=1 trellis=1 bf=2' [mpeg4 @ 0x7ff4ac001d00] Unable to parse option value "3 cmp=1 subcmp=1 trellis=1 bf=2"
[mpegts @ 0x7ff4ac0c6540] start time for stream 4 is not set in estimate_timings_from_pts
[mpegts @ 0x7ff4ac0c6540] PES packet size mismatch [mpegts @ 0x7ff4ac0c6540] Packet corrupt (stream = 1, dts = 2976937122). [mpegts @ 0x7ff4ac0c6540] PES packet size mismatch [mpegts @ 0x7ff4ac0c6540] Packet corrupt (stream = 2, dts = 2976937122). [mpegts @ 0x7ff4ac0c6540] PES packet size mismatch [mpegts @ 0x7ff4ac0c6540] Packet corrupt (stream = 3, dts = 2976937122).
[mpegts @ 0x7ff4ac192200] start time for stream 4 is not set in estimate_timings_from_pts
[mpegts @ 0x7ff4ac192200] PES packet size mismatch [mpegts @ 0x7ff4ac192200] Packet corrupt (stream = 1, dts = 2976937122). [mpegts @ 0x7ff4ac192200] PES packet size mismatch [mpegts @ 0x7ff4ac192200] Packet corrupt (stream = 2, dts = 2976937122). [mpegts @ 0x7ff4ac192200] PES packet size mismatch [mpegts @ 0x7ff4ac192200] Packet corrupt (stream = 3, dts = 2976937122).
[mpegts @ 0x7ff4ac122d00] start time for stream 4 is not set in estimate_timings_from_pts
[mpegts @ 0x7ff4ac122d00] PES packet size mismatch [mpegts @ 0x7ff4ac122d00] Packet corrupt (stream = 1, dts = 2976937122). [mpegts @ 0x7ff4ac122d00] PES packet size mismatch [mpegts @ 0x7ff4ac122d00] Packet corrupt (stream = 2, dts = 2976937122). [mpegts @ 0x7ff4ac122d00] PES packet size mismatch [mpegts @ 0x7ff4ac122d00] Packet corrupt (stream = 3, dts = 2976937122).
[mpegts @ 0x7ff4ac143940] start time for stream 4 is not set in estimate_timings_from_pts
[mpegts @ 0x7ff4ac143940] PES packet size mismatch [mpegts @ 0x7ff4ac143940] Packet corrupt (stream = 1, dts = 2976937122). [mpegts @ 0x7ff4ac143940] PES packet size mismatch [mpegts @ 0x7ff4ac143940] Packet corrupt (stream = 2, dts = 2976937122). [mpegts @ 0x7ff4ac143940] PES packet size mismatch [mpegts @ 0x7ff4ac143940] Packet corrupt (stream = 3, dts = 2976937122).
[mpegts @ 0x7ff4ac269640] start time for stream 4 is not set in estimate_timings_from_pts
[mpegts @ 0x7ff4ac269640] PES packet size mismatch [mpegts @ 0x7ff4ac269640] Packet corrupt (stream = 1, dts = 2976937122). [mpegts @ 0x7ff4ac269640] PES packet size mismatch [mpegts @ 0x7ff4ac269640] Packet corrupt (stream = 2, dts = 2976937122). [mpegts @ 0x7ff4ac269640] PES packet size mismatch [mpegts @ 0x7ff4ac269640] Packet corrupt (stream = 3, dts = 2976937122).
[mpegts @ 0x7ff4ac38d900] start time for stream 4 is not set in estimate_timings_from_pts
[mpegts @ 0x7ff4ac38d900] PES packet size mismatch [mpegts @ 0x7ff4ac38d900] Packet corrupt (stream = 1, dts = 2976937122). [mpegts @ 0x7ff4ac38d900] PES packet size mismatch [mpegts @ 0x7ff4ac38d900] Packet corrupt (stream = 2, dts = 2976937122). [mpegts @ 0x7ff4ac38d900] PES packet size mismatch [mpegts @ 0x7ff4ac38d900] Packet corrupt (stream = 3, dts = 2976937122).
[mpegts @ 0x7ff4ac122d00] PES packet size mismatch [mpegts @ 0x7ff4ac122d00] Packet corrupt (stream = 1, dts = 2976937122).
[mpegts @ 0x7ff4ac269640] PES packet size mismatch [mpegts @ 0x7ff4ac269640] Packet corrupt (stream = 1, dts = 2976937122).
[mp4 @ 0x7ff4ac000f00]
Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
[mp4 @ 0x7ff4ac000f00]
Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.

EXPECTED RESULT
Render


SOFTWARE/OS VERSIONS
Debian GNU/Linux 10 (buster) amd64 +Gnome
KDE Plasma Version: libplasma3 package 4:4.14.38-3
Qt Version: libqt5gui5 package 5.11.3+dfsg1-1+deb10u4

ADDITIONAL INFORMATION
MP4-H264/AAC profile works to render.
Comment 1 emohr 2021-06-27 09:53:19 UTC
I rendered a 1080p50 file with MPEG4-ASP/MP3 (DivX compatible) without crash. Please try with the AppImage to see if there are any packaging issues.
Comment 2 Narcis Garcia 2021-06-27 09:59:45 UTC
Sorry for lack information;
* Using kdenlive-21.04.2-x86_64.appimage
* Using an MPEG-2 video clip in TS container (3 audio tracks)
* Leaving only 1 audio track on timeline.
Comment 3 emohr 2021-06-27 10:14:18 UTC
Thank you for the information. I can confirm the crash using a 1440x1080i25fps clip with 8 audio streams. Put only 1 video and 1 audio stream into the timeline and render with MPEG4-ASP/MP3 (DivX compatible) leads to a crash:
 
Rendering of C:/Users/Customer/Videos/untitled.avi crashed

[mp4 @ 0000000002931000] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead. [mp4 @ 0000000002931000] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead. Current Frame: 27, percentage: 36,
Comment 4 farid 2022-08-26 15:02:57 UTC
Can you please try with the latest version and see if you can reproduce?
Comment 5 Julius Künzel 2023-11-06 14:37:53 UTC
Thanks for your report!
Please note that version 21.04.2 is by now very old. A lot changed since then and this issue might be solved in the meanwhile.
Please download the latest offical version from https://kdenlive.org/download and try again.
Comment 6 Bug Janitor Service 2023-11-21 03:45:42 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 7 Bug Janitor Service 2023-12-06 03:45:48 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!