вс, 4 июн. 2023 г., 15:07 Terje J. Hanssen <terjejhanssen@gmail.com>:


Den 31.05.2023 07:24, skrev Andrew Randrianasulu via Cin:
> I ......
>
> ===
>
> and mpeg2enc line looked like this
>
> FileMPEG::open_file: Running
> /dev/shm/cinelerra/cinelerra-5.1/bin//mpeg2enc -v 0  -b 8000 -q 1 -a 2
> -F 3 -H -c -I 1 -M 4 -z b -f 8 -g 15 -G 15 -R 0 -o
> '/dev/shm/tmp/dvd_20230531-081921/dvd.m2v'
>
>

Is it possible to get the mpeg2enc command line to test it with a dv
input file directly outside Cinelerra?

try line like this?

ffmpeg -i input.dv -f yuv4mpegpipe - \
 |mpeg2enc {flags and output file as shown }

quite amazing ffmpeg in this most basic case still works after nearly 20 years, line stolen (and modified)  from

https://avva.livejournal.com/1188593.html


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!