25.04.2018, 07:20
I am a little puzzled why you asked for this.
Anyway attached are the results.
The first try using your code but substituting a vob for the avs
The second, is slightly modified by calling x264 direct not via avs2yuv
The following two code examples work:
ffmpeg -i "/tmp/convert/ntsc-1.VOB" -target film-dvd "/tmp/convert/ntsc-1.mpg"
ffmpeg -i "/tmp/convert/ntsc-3.VOB" -c:v libx264 -tune film -preset slow -crf 18 -c:a copy "/tmp/convert/ntsc-ffmpeg-x264.mkv"
Anyway attached are the results.
The first try using your code but substituting a vob for the avs
The second, is slightly modified by calling x264 direct not via avs2yuv
The following two code examples work:
ffmpeg -i "/tmp/convert/ntsc-1.VOB" -target film-dvd "/tmp/convert/ntsc-1.mpg"
ffmpeg -i "/tmp/convert/ntsc-3.VOB" -c:v libx264 -tune film -preset slow -crf 18 -c:a copy "/tmp/convert/ntsc-ffmpeg-x264.mkv"