In comparision the ffmpeg command line I have used is:
ffmpeg -i dv01.dv -f dvd -target pal-dvd -aspect 16:9 -vb 8000k
-mbd rd -trellis 1 -cmp 0 -subcmp 2 -vf crop=iw-0-0:ih-106-65:0:106
dvd-wide-dv01.mpg
which results in progressive and DAR 16:9, but still not so good
edge quality
Stream #0:0[0x1bf]: Data: dvd_nav_packet
Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv,
progressive), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn
Side data:
cpb: bitrate max/min/avg: 9000000/0/0 buffer size: 1835008
vbv_delay: N/A
Stream #0:2[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 448 kb/s
Unsupported codec with id 98312 for input stream 0
talks about some algos on ffmpeg I never
considered:
Estdif / Bwdif
TS. bwdif V->V
Deinterlace the input image.
TSC estdif V->V Apply
Edge Slope Tracing deinterlace.
Yes, of interest if I knew how to put this into the ffmpeg command
line above, with reference to the blog:
Bwdif (FFMPEG): Good at reconstructing smooth lines
and retaining overall image detail with SD content, faster than
QTGMC but not as good.
QTGMC:
Best retention of original image detail and handling of edge case
artifacts,
Can you clarify even with my patches AND
deinterlacing checkbox set in dvd creation window and
"use ffmpeg" unchecked you still get interlaced?
I can do it, when it is included with the next Cin apps.
quite amazing ffmpeg in this
most basic case still works after nearly
20 years, line stolen (and modified) from
Creating DVD with typical ffmpeg decoding to raw
video piped to mpeg2enc for encoding has been
the usual way as described in the Cin-CV manual
http://cinelerra-cv.wikidot.com/cincv-manual-en:rendering-files#11
and is also included in Ruh's dvd guid sec. 3.4
https://www.qsl.net/n1gg/linux/video/linuxdvdguide.html#3
mpeg2enc is said to give some higher quality at
high bitrate that ffmpeg.
The drawback is it is slow and audio and to be
added and multiplexed
For ffmpeg as I said cingg
does NOT use command line ffmpeg, so you
need to modify profile parameters in
dvd.dvd file.
And
preferably also a corresponding ffmpeg
command line.
I had already created a .mpg video
file, interlaced and bff, and it was
no better, so I think deinterlaced
(progressive) will be best.
your call!
Happy coding!