ffmpeg to transcode streaming video and storage -


examples of ffmpeg i've seen far seem accept file on disk storage input, transcode file in disk storage output. i've come accross ffserver can used stream-out video. however, yet find tutorial or example of ffmpeg used transcode streaming video/audio, constrained parameters running-time or no. of frames or other event, , save transcoded media on disk.

any pointers, tips or hints help.

after significant research, i've come conclusion gstreamer ideal mechanism (a framework tools & libraries) this. allows me pretty want "transcoding" activities (framerate control, re-encode, framesize modifications etc.), , allows me restream , store disk.

while framework expects done programmaticly set of command line tools allows 1 create transformation pipelines, quite intuitive. there decent documentation, although there scope improvement. best part is, allows 1 invoke several 3rd party libraries plugins, instance ffmpeg , effects plugins audio & video.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -