Ffmpeg: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
(Created page with "starting the server: FIXME adding a file to the stream: ffmpeg -i 01_Leave_Home.mp3 -map 0 -acodec copy http://localhost:8090/feed1.ffm") |
No edit summary |
||
Line 6: | Line 6: | ||
ffmpeg -i 01_Leave_Home.mp3 -map 0 -acodec copy http://localhost:8090/feed1.ffm | ffmpeg -i 01_Leave_Home.mp3 -map 0 -acodec copy http://localhost:8090/feed1.ffm | ||
perl notes: http://www.perlmonks.org/?node_id=792758 |
Revision as of 12:48, 28 May 2013
starting the server:
FIXME
adding a file to the stream:
ffmpeg -i 01_Leave_Home.mp3 -map 0 -acodec copy http://localhost:8090/feed1.ffm
perl notes: http://www.perlmonks.org/?node_id=792758