FFMpeg won't work for flv's recorded through red5, as the nellymoser codec can't be converted..
so you'll end up with video-only movs.. ffmpeg -i movie.flv -an podcast.mp4 Evert Nathan P. Johansen wrote: > Download and use the open-source FFmpeg package: > > http://ffmpeg.mplayerhq.hu/ > > Once you've managed to compile and are able to use ffmpeg, you'd do > something like this: > > ffmpeg -i movie.flv -f mov -vcodec mpeg4 -acodec aac podcast.mov > > Of course, you could add in lots of other things (like adjusting the video > and audio bitrates - or removing the video portion completely if you just > want the audio) to customize the conversion process - consult the > documentation and experiment on your own. > > > Nathan > > p.s. For those of you using Windows, some good precompiled binaries can > be found here (along with their uncompiled source): > > http://arrozcru.no-ip.org/ffmpeg_builds/ > > > On Mon, 8 Jan 2007 [EMAIL PROTECTED] wrote: > > >> Hello, >> >> I'd like to use my .flv Movies for Podcasting (iTunes). As far as I >> know I need on of the following formats for that: mov, .mp4, .m4v >> >> Do you know which converters (freeware?) are best to do that job. A >> linux based one would be the best. >> >> Thank you, >> radioon >> > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
