当前位置:网站首页>Quanzhi v3s learning record (11) audio and video Usage Summary
Quanzhi v3s learning record (11) audio and video Usage Summary
2022-06-09 06:26:00 【liefyuan】
List of articles
One 、buildroot Compile file system
Reference resources : Make buildroot The root file system ( 3、 ... and ): Use mplayer Play the video
Reference resources : Make buildroot The root file system ( Two ): Use tinyalsa Play the audio
because buildroot 2020 No longer supported mplayer 了 , Details refer to :Buildroot Learning record (1) Build initial experience ( Full ambition V3s)
Is the test set up ?
Test on the development board mplayer
# mplayer
MPlayer 1.3.0-4.9.4 (C) 2000-2016 MPlayer Team
Usage: mplayer [options] [url|path/]filename
Basic options: (complete list in the man page)
-vo <drv> select video output driver ('-vo help' for a list)
-ao <drv> select audio output driver ('-ao help' for a list)
-alang/-slang select DVD audio/subtitle language (by 2-char country code)
-ss <position> seek to given (seconds or hh:mm:ss) position
-nosound do not play sound
-fs fullscreen playback (or -vm, -zoom, details in the man page)
-x <x> -y <y> set display resolution (for use with -vm or -zoom)
-sub <file> specify subtitle file to use (also see -subfps, -subdelay)
-playlist <file> specify playlist file
-vid x -aid y select video (x) and audio (y) stream to play
-fps x -srate y change video (x fps) and audio (y Hz) rate
-pp <quality> enable postprocessing filter (details in the man page)
-framedrop enable frame dropping (for slow machines)
Basic keys: (complete list in the man page, also check input.conf)
<- or -> seek backward/forward 10 seconds
down or up seek backward/forward 1 minute
pgdown or pgup seek backward/forward 10 minutes
< or > step backward/forward in playlist
p or SPACE pause movie (press any key to continue)
q or ESC stop playing and quit program
+ or - adjust audio delay by +/- 0.1 second
o cycle OSD mode: none / seekbar / seekbar + timer
* or / increase or decrease PCM volume
x or z adjust subtitle delay by +/- 0.1 second
r or t adjust subtitle position up/down, also see -vf expand
* * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *
test aplay
# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Codec [V3s Audio Codec], device 0: CDC PCM Codec-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
# aplay
Usage: aplay [OPTION]... [FILE]...
-h, --help help
--version print current version
-l, --list-devices list all soundcards and digital audio devices
-L, --list-pcms list device names
-D, --device=NAME select PCM by name
-q, --quiet quiet mode
-t, --file-type TYPE file type (voc, wav, raw or au)
-c, --channels=# channels
-f, --format=FORMAT sample format (case insensitive)
-r, --rate=# sample rate
-d, --duration=# interrupt after # seconds
-s, --samples=# interrupt after # samples per channel
-M, --mmap mmap stream
-N, --nonblock nonblocking mode
-F, --period-time=# distance between interrupts is # microseconds
-B, --buffer-time=# buffer duration is # microseconds
--period-size=# distance between interrupts is # frames
--buffer-size=# buffer duration is # frames
-A, --avail-min=# min available space for wakeup is # microseconds
-R, --start-delay=# delay for automatic PCM start is # microseconds
(relative to buffer size if <= 0)
-T, --stop-delay=# delay for automatic PCM stop is # microseconds from xrun
-v, --verbose show PCM structure and setup (accumulative)
-V, --vumeter=TYPE enable VU meter (TYPE: mono or stereo)
-I, --separate-channels one file for each channel
-i, --interactive allow interactive operation from stdin
-m, --chmap=ch1,ch2,.. Give the channel map to override or follow
--disable-resample disable automatic rate resample
--disable-channels disable automatic channel conversions
--disable-format disable automatic format conversions
--disable-softvol disable software volume control (softvol)
--test-position test ring buffer position
--test-coef=# test coefficient for ring buffer position (default 8)
expression for validation is: coef * (buffer_size / 2)
--test-nowait do not wait for ring buffer - eats whole CPU
--max-file-time=# start another output file when the old file has recorded
for this many seconds
--process-id-file write the process ID here
--use-strftime apply the strftime facility to the output file name
--dump-hw-params dump hw_params of the device
--fatal-errors treat all errors as fatal
Recognized sample formats are: S8 U8 S16_LE S16_BE U16_LE U16_BE S24_LE S24_BE U24_LE U24_BE S32_LE S32_BE U32_LE U32_BE FLOAT_LE FLOAT_BE FLOAT64_LE FLOAT64_BE IEC958_SUBFRAME_LE IEC958_SUBFRAME_BE MU_LAW A_LAW IMA_ADPCM MPEG GSM S20_LE S20_BE U20_LE U20_BE SPECIAL S24_3LE S24_3BE U24_3LE U24_3BE S20_3LE S20_3BE U20_3LE U20_3BE S18_3LE S18_3BE U18_3LE U18_3BE G723_24 G723_24_1B G723_40 G723_40_1B DSD_U8 DSD_U16_LE DSD_U32_LE DSD_U16_BE DSD_U32_BE
Some of these may not be available on selected hardware
The available format shortcuts are:
-f cd (16 bit little endian, 44100, stereo)
-f cdr (16 bit big endian, 44100, stereo)
-f dat (16 bit little endian, 48000, stereo)
#
test arecord
# arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: Codec [V3s Audio Codec], device 0: CDC PCM Codec-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
# arecord
Usage: arecord [OPTION]... [FILE]...
-h, --help help
--version print current version
-l, --list-devices list all soundcards and digital audio devices
-L, --list-pcms list device names
-D, --device=NAME select PCM by name
-q, --quiet quiet mode
-t, --file-type TYPE file type (voc, wav, raw or au)
-c, --channels=# channels
-f, --format=FORMAT sample format (case insensitive)
-r, --rate=# sample rate
-d, --duration=# interrupt after # seconds
-s, --samples=# interrupt after # samples per channel
-M, --mmap mmap stream
-N, --nonblock nonblocking mode
-F, --period-time=# distance between interrupts is # microseconds
-B, --buffer-time=# buffer duration is # microseconds
--period-size=# distance between interrupts is # frames
--buffer-size=# buffer duration is # frames
-A, --avail-min=# min available space for wakeup is # microseconds
-R, --start-delay=# delay for automatic PCM start is # microseconds
(relative to buffer size if <= 0)
-T, --stop-delay=# delay for automatic PCM stop is # microseconds from xrun
-v, --verbose show PCM structure and setup (accumulative)
-V, --vumeter=TYPE enable VU meter (TYPE: mono or stereo)
-I, --separate-channels one file for each channel
-i, --interactive allow interactive operation from stdin
-m, --chmap=ch1,ch2,.. Give the channel map to override or follow
--disable-resample disable automatic rate resample
--disable-channels disable automatic channel conversions
--disable-format disable automatic format conversions
--disable-softvol disable software volume control (softvol)
--test-position test ring buffer position
--test-coef=# test coefficient for ring buffer position (default 8)
expression for validation is: coef * (buffer_size / 2)
--test-nowait do not wait for ring buffer - eats whole CPU
--max-file-time=# start another output file when the old file has recorded
for this many seconds
--process-id-file write the process ID here
--use-strftime apply the strftime facility to the output file name
--dump-hw-params dump hw_params of the device
--fatal-errors treat all errors as fatal
Recognized sample formats are: S8 U8 S16_LE S16_BE U16_LE U16_BE S24_LE S24_BE U24_LE U24_BE S32_LE S32_BE U32_LE U32_BE FLOAT_LE FLOAT_BE FLOAT64_LE FLOAT64_BE IEC958_SUBFRAME_LE IEC958_SUBFRAME_BE MU_LAW A_LAW IMA_ADPCM MPEG GSM S20_LE S20_BE U20_LE U20_BE SPECIAL S24_3LE S24_3BE U24_3LE U24_3BE S20_3LE S20_3BE U20_3LE U20_3BE S18_3LE S18_3BE U18_3LE U18_3BE G723_24 G723_24_1B G723_40 G723_40_1B DSD_U8 DSD_U16_LE DSD_U32_LE DSD_U16_BE DSD_U32_BE
Some of these may not be available on selected hardware
The available format shortcuts are:
-f cd (16 bit little endian, 44100, stereo)
-f cdr (16 bit big endian, 44100, stereo)
-f dat (16 bit little endian, 48000, stereo)
test tinyalsa
# tinyplay
usage: tinyplay file.wav [options]
options:
-D | --card <card number> The device to receive the audio
-d | --device <device number> The card to receive the audio
-p | --period-size <size> The size of the PCM's period
-n | --period-count <count> The number of PCM periods
-i | --file-type <file-type > The type of file to read (raw or wav)
-c | --channels <count> The amount of channels per frame
-r | --rate <rate> The amount of frames per second
-b | --bits <bit-count> The number of bits in one sample
-M | --mmap Use memory mapped IO to play audio
test alsamixer
# amixer -c 0 set 'Headphone',0 100% unmute # Open the sound card
# alsamixer
After initialization, the sound card is turned off by default 
To open :amixer -c 0 set 'Headphone',0 100% unmute
Open as follows :alsamixer
Two 、mplay Play the video
Way to turn on the sound :
tinymix set 1 63
tinymix set 2 1
The second way to turn on the sound :amixer -c 0 set 'Headphone',0 100% unmute
Play mp4 Video format :
mplayer -x 800 -y 480 -zoom -framedrop xxx.mp4
3、 ... and 、 Play wav、MP3 Audio
- Play wav Audio method 1 :
tinyplay xxx.wav - Play wav Audio method 2 :
aplay tmp2.wav - Play MP3 Audio :
madplay -o wave:- xxx.mp3 | aplay
# tinyplay tmp2.wav
playing 'tmp2.wav': 2 ch, 48000 hz, 16 bit
# aplay tmp2.wav
Playing WAVE 'tmp2.wav' : Signed 16 bit Little Endian, Rate 8000 Hz, Mono
# madplay -o wave:- love\ story\ -\ taylor\ swift\ .mp3 | aplay
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie et al.
Playing WAVE 'stdin' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
Four 、 sound recording
Recording requires :
- Set register :
tinymix set 11 1 - sound recording :
arecord -D hw:0,0 -d 6 -f S16_LE -r 8000 tmp.wav - Play :
aplay -D hw:0,0 tmp.wav
边栏推荐
- C reflection
- 小米4安装微信失败
- DS_Store在文件夹下自动生成的文件,怎么解决?
- RNN and its improved version (with 2 code cases attached)
- RuntimeError: Dataset not found or corrupted. You can use download=True to download it
- 全志V3s学习记录(9)buildroot文件系统构建
- Unity3d various paths & permissions
- Unity3d change item font
- matlab如何向mat文件写入带标题的连续数据
- Bat renames files (folders) in batch
猜你喜欢

懒惰计数器 Lazy Counter

ping: XXX: 未知的名称或服务原因分析

Example of flow chart, sequence diagram and Gantt chart of typera

Complex process mining technology hidden behind civilian products - an exclusive interview with chaiyatuan, founder of Rongzhi information

Powerdns 1- introduction and installation

全志平台BSP裁剪(4)kernel裁剪--File systems & driver & 杂项裁剪

Shopify theme style development

error: subprocess-exited-with-error(fasttext)

Codeblocks项目窗口管理

全志H3停产,A40I/T3更胜一筹--CoM-X40I核心模块来了
随机推荐
Shopify theme style development
DNS principles 01 introduction to DNS principles
C # covariant inverter
Quanzhi H3 was discontinued, and a40i/t3 was even better -- com-x40i core module came
Ping: xxx: unknown name or service reason analysis
全志平台BSP裁剪(7)rootfs裁剪--用户工具和库的裁剪 & rootfs压缩
zgc的Allocate stall原理
Selection of industrial am335x core modules
RuntimeError: Dataset not found or corrupted. You can use download=True to download it
无缓存安装指令
Coredns part 3-access Prometheus monitoring
你真的懂熵了吗(含交叉熵)
Solution d'instructeur de robot basée sur l'enregistrement complet a40i fabriqué en Chine
Two integers compare sizes. Why is 100 equal to 1001000 not equal to 1000?
unity平台相关宏
C iterator
MT2712 Boot Flow Introduction
TypeScript
Main differences between CMS and G1
Svn account password search