Image

Imager_a_d wrote in Imagelinux

Listens: ENIGMA - Smell Of Desire

MJPEG -> DV transcoding

I have some video in MJPEG format and I can't transcode it into DV format to use it with Kino. Has anyone successful way to do this?
I have tries the following:
ffmpeg -i $1 -y -hq -s pal -r pal -aspect 4:3 -vcodec dvvideo -ar 48000 -ac 2 $2
transcode -i $1 -x mplayer -y dvraw -o $2 -E 48000,16,2 -N 0x1 --export_prof dvd-pal

But ffmpeg-0.4.9-pre1 shows trash and transcode shows following:
Image
How can I get DV from MJPEG under Linux?