michael Posted July 31, 2008 Share Posted July 31, 2008 does anyone have any info on making flv files from tif (jpg etc) on linux...cmd line tool? I've searched around but all I seem to find are apps that will convert video (avi etc) to flv. thanks Quote Link to comment Share on other sites More sharing options...
rdg Posted July 31, 2008 Share Posted July 31, 2008 cannot test this currently, but I think Ffmpeg can encode FLV. Quote Link to comment Share on other sites More sharing options...
michael Posted July 31, 2008 Author Share Posted July 31, 2008 mpeg vcd vob mpegts crc image imagepipe ac3 h263 m4v h264 mpeg1video mjpeg s16le s16be u16le u16be s8 u8 mulaw alaw rawvideo null mp2 rm asf asf_stream avi wav swf au gif mov 3gp mp4 mpjpeg singlejpeg dv flv yuv4mpegpipe ffm audio_device nut rtp yeah it's in there somewhere thanks... Quote Link to comment Share on other sites More sharing options...
rdg Posted July 31, 2008 Share Posted July 31, 2008 mencoder seems to do it, too. the basic syntax is: mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc lavc \ -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o output.avi and the flv thing seems to be enabled by: http://lists.mplayerhq.hu/pipermail/mencod...ber/001857.html Quote Link to comment Share on other sites More sharing options...
michael Posted August 1, 2008 Author Share Posted August 1, 2008 thanks... I think ffmpeg will do the trick... just to let people know what I'm up to... since quicktime support on Linux is pretty much non-existent I'm looking into using flv (flash video - youtube etc) as a replacement... I'll let everyone know what I come up with. Quote Link to comment Share on other sites More sharing options...
crunch Posted August 1, 2008 Share Posted August 1, 2008 cannot test this currently, but I think Ffmpeg can encode FLV. In the past, I've used encoded FLV video using the command line: mencoder <src> -ffourcc FLV1 -of lavf -ovc lavc -lavcopts vcodec=flv -nosound <dest> I didn't have to deal with audio though (-nosound). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.