-
Website
http://blog.kovyrin.net -
Original page
http://blog.kovyrin.net/2006/10/08/lighttpd-memcoder-flvtool-for-streaming/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
for you health
3 comments · 1 points
-
jamiew
1 comment · 6 points
-
qu1j0t3
1 comment · 1 points
-
mkv to dvd
1 comment · 1 points
-
Scoundrel
9 comments · 1 points
-
-
Popular Threads
Small addition: with ffmpeg you have the same problem :-)
Хочу опубликовать вашу статью на сайте. Допустимо ли это?
Mplayer/Mencoder relies on ffmpeg to do much of the encoding... - it's included with the package.
http : // www . zoji . com / kao / blogs / 75691
Обязательно использую :)
CAN'T GET SPECIFIED FORMAT
Cannot initialize muxer.
Exiting...
Any ideas? Mplayer can play fli files fine...
Thanks for the help.
Any advice would be greatly appreciated.
Thanks!
Например? С поддержкой конструкции ?start=
Но flvtool2 в силу свой чистой скриптовости имхо жутко тормозная штука и на больших роликах массовую конвертацию делает тяжким трудом :) Достойной заменой может послужить Yamdi, делающая то же самое в контексте задачи и работающая в на порядки быстрее.
Спасибо.
What are the things I need to change to make it a size of 407x305 and quality will be better.
mencoder input.mov -o output.flv -of lavf \
-oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc \
-lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 \
i_certify_that_my_video_stream_does_not_use_b_frames
С -nosound работает. То есть как я понял проблема с
аудио кодеком.
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
AUDIO: 44100 Hz, 2 ch, s16le, 64.0 kbit/4.54% (ratio: 8000->176400)
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) decoder)
Но итоге получаю ошибку.
Cannot initialize muxer.
Exiting...
Кто-нибудь сталкивался с подобным?
It's a small tool written in C that is much faster than flvtool2, which is written in ruby, and uses way too much memory.