IS THERE ANYONE WHO SUCCESSFULLY RENDERED A DVD on TV PLAYABLE PAL VIDEO?
Please, let me know.
After manny attempts I still experience the same kind of jerkiness in my video when played in standalone DVD player on TV (in Kaffeine, Xine or Mplayer it is OK). Generally, when I cut any clip using Avidemux, it's played well in TV, all smooth and in supposed quality. When I edit this clip in Kdenlive, adding some basic subtlitles for example, render it to DVD mpeg or vob, burn it (DVDAuthor or ManDVD and K3B) and play it in DVD player on TV screen it "jerks". Even when the video is paused! It is well visible on edges of objects. Also interlacing is too visible, the comb efect on object edges.
All this makes my video hardly viewable :(
HarryVanDerWolf suggested a possible audio bitrate/codec problem so I tried these export profile options among many others as suggested:
0:Custom:target_dvd_acodec_mp2_abitrate_128_vbitrate_1000::::avformat::mpeg:format=dvd vcodec=mpeg2video acodec=mp2 size=720x576 video_bit_rate=3000000 video_rc_max_rate=5000000 video_rc_min_rate=300000 video_rc_buffer_size=1835008 mux_packet_size=2048 mux_rate=5000000 audio_bit_rate=128000 audio_sample_rate=48000 frame_size=720x576 frame_rate=25 gop_size=15
0:Custom:DVD VOB ac3 192 video 6500_8000::::avformat:PAL:vob:format=dvd aspect=4:3 vcodec=mpeg2video acodec=ac3 video_bit_rate=6500000 video_rc_max_rate=8000000 video_rc_min_rate=0 video_rc_buffer_size=1835008 mux_packet_size=2048 mux_rate=10080000 audio_bit_rate=192000 audio_sample_rate=48000 frame_size=720x576 frame_rate=25 gop_size=15 me_range=63
0:Custom:DVD VOB mp3 192 video 6500_8000::::avformat:PAL:vob:format=dvd aspect=4:3 vcodec=mpeg2video acodec=mp3 video_bit_rate=6500000 video_rc_max_rate=8000000 video_rc_min_rate=0 video_rc_buffer_size=1835008 mux_packet_size=2048 mux_rate=10080000 audio_bit_rate=192000 audio_sample_rate=48000 frame_size=720x576 frame_rate=25 gop_size=15 me_range=63
0:Custom:DVD VOB ac3 448 video 6500_8000::::avformat:PAL:vob:format=dvd aspect=4:3 vcodec=mpeg2video acodec=ac3 video_bit_rate=6500000 video_rc_max_rate=8000000 video_rc_min_rate=0 video_rc_buffer_size=1835008 mux_packet_size=2048 mux_rate=10080000 audio_bit_rate=448000 audio_sample_rate=48000 frame_size=720x576 frame_rate=25 gop_size=15 me_range=63
0:Custom:DVD VOB mp2 192 video 6500_8000::::avformat:PAL:vob:format=dvd aspect=4:3 vcodec=mpeg2video acodec=mp2 video_bit_rate=6500000 video_rc_max_rate=8000000 video_rc_min_rate=0 video_rc_buffer_size=1835008 mux_packet_size=2048 mux_rate=10080000 audio_bit_rate=192000 audio_sample_rate=48000 frame_size=720x576 frame_rate=25 gop_size=15 me_range=63
..it is sooo frustrating :(
I tried several both video and audio bitrate options, several audio codecs, checked it back in mplayer, but all the same. No change even in intensity or type of jerkiness. I tried low values, I tried high values, I tried suggested values by Wikipedia (DVD_video article). No change.
This leads me to assumption that this problem is NOT related to video or audio bitrate.
So what is left?
gop_size=15 ??
me_range=63 ?? (google hints that many use 0 as a value here)
video_rc_buffer_size=1835008 mux_packet_size=2048 mux_rate=10080000 ..don't have a clue what is this about
I still use 0.4 version with upgraded mtl 0.2.3 lib, all from SUSE Pacman repo.
Thanks for any idea or help.

Stil lno success, but this findings may be relevant.
Avidemux exported sequence, non-jerking video:
Frames sequnce
I(06) B(08) B(08) P(06) B(08) B(08) P(06) B(08) B(07) P(06) B(08) B(07) I(06)
I frame i every 12 frame, so GOP = 12 ?
B frames present, interesting.
Image size 720x 576
Frame Rate 25.000 fps
# of frames 332 frames
Codec 4CC MPEG
Video duration 00:00:13.280
Aspect Ratio Pal 4:3 (16:15)
Extra properties:
Packed Bitstream No
Quartel Pixel No
GMC No
Audio:
Codec AC3
Channels STEREO
Bitrate 32000 Bps / 256 kbps
Frequency 48000 Hz
Audio duration 00:00:13.472
VBR No
Kdenlive rendered, jerking video, the same clip:
I(31) P(18) P(12) P(08) P(06) P(06) P(06) P(06) P(06) P(06) P(04) P(04) P(06) P(06) P(06) I (06)
I frame i every 15 frame, so GOP = 15 (as was set in render profile)
There are no B frames at all!
Image size 720x 576
Frame Rate 25.000 fps
# of frames 320 frames (12 frames missing, interesting!)
Codec 4CC MPEG
Video duration 00:00:12.800
Aspect Ratio Pal 4:3 (16:15)
Extra properties:
Packed Bitstream No
Quartel Pixel No
GMC No
Audio:
Codec AC3 (MP2 also tested)
Channels STEREO
Bitrate 56000 Bps / 448 kbps (128, 192, 256 kbps also tested)
Frequency 48000 Hz
Audio duration 00:00:12.768
VBR No
forum.doom9.org: GOP's: I, P, and B frames explained...
http://forum.doom9.org/archive/index.php/t-19436.html
This information is interesting:
This information indicates that Avidemux processed clip (cut and copy operation from original stream) is very close to this IBBPBBPBBPBBI.. order. And this works!
Contrary, Kdenlive exported video is IPPPPPPPPIPPPP.. only stuff. No B frames at all. May this be related? Is this MTL or Kdenlive specific? What avlib parameters I can use to achive desired IBP frames combination?