Halo,
I try convert quicktime video to flash with ffmpeg on linux debian 4.2.1-5.
I try following code and get follow out put:
or:Code:ffmpeg -i foo.mov -vcodec libxvid -pass 1 -an -f out.mov -y NUL FFmpeg version SVN-r10629, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-static --disable-vhook --enable-libamr-nb libavutil version: 49.5.0 libavcodec version: 51.44.0 libavformat version: 51.14.0 built on Oct 1 2007 19:33:15, gcc: 4.2.1 (Debian 4.2.1-5) Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'foo.mov': Duration: 00:00:07.3, start: 0.000000, bitrate: 282 kb/s Stream #0.0(eng): Audio: mp4a / 0x6134706D, 44100 Hz, stereo Stream #0.1(eng): Video: h264, yuv420p, 320x240, 25.00 fps(r) Unknown input or output format: out.mov
which lib is "flashsv" ?Code:ffmpeg -i foo.mov -vcodec flashsv -g 0 out.mov FFmpeg version SVN-r10629, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-static --disable-vhook --enable-libamr-nb libavutil version: 49.5.0 libavcodec version: 51.44.0 libavformat version: 51.14.0 built on Oct 1 2007 19:33:15, gcc: 4.2.1 (Debian 4.2.1-5) Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'foo.mov': Duration: 00:00:07.3, start: 0.000000, bitrate: 282 kb/s Stream #0.0(eng): Audio: mp4a / 0x6134706D, 44100 Hz, stereo Stream #0.1(eng): Video: h264, yuv420p, 320x240, 25.00 fps(r) Unknown encoder 'flashsv'
How can I install on a linux mashien?
Naxt:
I try other options:Code:ffmpeg -i foo.mov -vcodec h264 out.flv FFmpeg version SVN-r10629, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-static --disable-vhook --enable-libamr-nb libavutil version: 49.5.0 libavcodec version: 51.44.0 libavformat version: 51.14.0 built on Oct 1 2007 19:33:15, gcc: 4.2.1 (Debian 4.2.1-5) Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'foo.mov': Duration: 00:00:07.3, start: 0.000000, bitrate: 282 kb/s Stream #0.0(eng): Audio: mp4a / 0x6134706D, 44100 Hz, stereo Stream #0.1(eng): Video: h264, yuv420p, 320x240, 25.00 fps(r) Unknown encoder 'h264'
andCode:ffmpeg -i foo.mov -vcodec mpeg4aac -f out.flv FFmpeg version SVN-r10629, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-static --disable-vhook --enable-libamr-nb libavutil version: 49.5.0 libavcodec version: 51.44.0 libavformat version: 51.14.0 built on Oct 1 2007 19:33:15, gcc: 4.2.1 (Debian 4.2.1-5) Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'foo.mov': Duration: 00:00:07.3, start: 0.000000, bitrate: 282 kb/s Stream #0.0(eng): Audio: mp4a / 0x6134706D, 44100 Hz, stereo Stream #0.1(eng): Video: h264, yuv420p, 320x240, 25.00 fps(r) Unknown input or output format: out.flv
Much I get error "Unknown input or output format: out.flv"?Code:ffmpeg -i foo.mov -vcodec libxvid -f out.flv FFmpeg version SVN-r10629, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-static --disable-vhook --enable-libamr-nb libavutil version: 49.5.0 libavcodec version: 51.44.0 libavformat version: 51.14.0 built on Oct 1 2007 19:33:15, gcc: 4.2.1 (Debian 4.2.1-5) Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'foo.mov': Duration: 00:00:07.3, start: 0.000000, bitrate: 282 kb/s Stream #0.0(eng): Audio: mp4a / 0x6134706D, 44100 Hz, stereo Stream #0.1(eng): Video: h264, yuv420p, 320x240, 25.00 fps(r) Unknown input or output format: out.flv
Don't know ffmpeg this format?
Can someone help me.
Regards
ades567
+ Reply to Thread
Results 1 to 3 of 3
Similar Threads
-
What program do I use to convert FLV to Quicktime or AVI?
By sky captain in forum Newbie / General discussionsReplies: 6Last Post: 7th Apr 2009, 16:53 -
convert sequential frame to FLV (ffmpeg or memecoder)
By tais in forum Video ConversionReplies: 5Last Post: 22nd Mar 2009, 14:22 -
can ffmpeg convert SWF to FLV ?
By yair2008 in forum Video ConversionReplies: 3Last Post: 1st Dec 2008, 19:44 -
Mux a FLV AVI + MP3 -> FLV with ffmpeg or mencoder?
By Colmino in forum Video ConversionReplies: 9Last Post: 29th Mar 2008, 22:11 -
trying to convert from quicktime to FLV using ffmpegX
By gokes in forum Newbie / General discussionsReplies: 1Last Post: 10th Jun 2007, 10:03