hi everyone,
i am trying to convert a vob to quicktime. it's working well if i use
quicktime, raw (-F raw), but i want to use (-F jpeg) but it gives me
this error:
[export_mov.so] INFO: Colorspace conversation required you may want to try
[export_mov.so] a different mode (rgb, yuv, uyvy) to speed up encoding
and then the output is green.
i tried to search the archive and did this:
--uyvy:
Video format not supported by import module
Please try --uyvy or --use_rgb
[transcode] failed to init import modules
[transcode] critical: plug-in initialization failed
--use_rgb
failed to write U plane of frame
is there a way to convert vob to quicktime jpeg?
maybe passing an option to libquicktime?
here's my transcode command:
transcode -i mydvd.vob -J smartyuv -Z 328x285 -f 29.97 -J
cut="1750-2186" -y mov,null -F jpeg,,jpeg_quality=100 -Y 21,4,24,4 -o
jpeg.mov
patrick