well, I've tried transcode, and have been confused by it.. haven't found success with it.
on this page,
http://sourceforge.net/mailarchive/f...ewmonth=200309
I found this question: "Is there an application to convert dv1 or dv2 to raw dv"
which had the answer of:
"Transcode:
transcode -i inputfile -x dv -o outputfile -y dvraw"
I did a yum install transcode with Fedora Core 2, and then executed the command above (with appropriate replacements for "inputfile" and "output file".. the resulting file was played by mplayer, but was just a black screen.
I checked the man page for transcode and was absolutely swamped by the huge amount of options, most of which were beyond my understanding (I'm rather ignorant regarding video file formats). Hunting in the dark, I tried the option -x dvraw but that didn't work (checked the man page again, and saw that dvraw is only available as an output format.. :/ (seems strange to me..)
Then, I tried -x dv -y divx4 since maybe mplayer wasn't liking whatever dvraw format was coming out of transcode. That time, I got the answer of:
"[import_dv.so] tcextract -x dv -i "secondofficial6.AVI" -d 0 | tcdecode -x dv -y rgb -d 0 -Q 5
AVILIB: error - DV AVI Type 1 no supported"
(this same error may have occured the first time I tried to run transcode, but if so, the messages of:
"Impossible frequency??0-003950], 10.40 fps, EMT: 0:02:38, ( 0| 0| 9)
Impossible frequency??0-003951], 10.40 fps, EMT: 0:02:38, ( 0| 0| 9)
encoding frames [000000-003952], 10.40 fps, EMT: 0:02:38, ( 0| 0| 9)"
quickly scrolled it off the screen.)
yeargh.. this sucks. I tend to have this impression of Linux as a "swiss army knife" kind of thing that can do anything, then I run into something that seems pretty simple that it can't do, even though other systems don't even blink at it.. ahh well.. I guess that's the Cathedral and the Bazaar..