Difference between revisions of "Ffmpeg"
From Batchelor-s
Jump to navigationJump to search (Created page with "avconv") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
avconv | avconv | ||
+ | |||
+ | avconv [[-f alsa]] [[-ac 1]] [[-i hw:1,0]] [[-acodec pcm_s16le]] -ar 22050 [[-f rtp]] rtp://192.168.1.108:1234 | ||
+ | |||
+ | |||
+ | [[avconv -formats]] | ||
+ | |||
+ | |||
+ | |||
+ | [[avconv -codecs]] | ||
+ | |||
+ | |||
+ | -- |
Latest revision as of 17:45, 11 July 2015
avconv
avconv -f alsa -ac 1 -i hw:1,0 -acodec pcm_s16le -ar 22050 -f rtp rtp://192.168.1.108:1234
--