我是 Ubuntu 新手。使用 recordMyDesktop 录制视频。输出视频文件的扩展名为“.pcm”。播放 .pcm 文件的应用程序是什么?
medibuntu 存储库能够播放任何类型的视频文件吗?
答案1
使用vlc
:
sudo apt-get install vlc
recordmydesktop
创建一个out.ogv
所以:
vlc out.ogv
对于 PCM 文件,使用
vlc audio.pcm
audio.pcm
或者在文件管理器中打开属性并选择Open withVLC
例子
% recordmydesktop
Initial recording window is set to:
X:0 Y:0 Width:1920 Height:1200
Adjusted recording window is set to:
X:0 Y:0 Width:1920 Height:1200
Your window manager appears to be GNOME Shell
Detected compositing window manager.
Reverting to full screen capture at every frame.
To disable this check run with --no-wm-check
(though that is not advised, since it will probably produce faulty results).
Initializing...
Buffer size adjusted to 4096 from 4096 frames.
Opened PCM device default
Recording on device default is set to:
1 channels at 22050Hz
Capturing!
^C
*********************************************
Cached 17 MB, from 1344 MB that were received.
Average cache compression ratio: 98.7 %
*********************************************
Saved 153 frames in a total of 152 requests
Shutting down.....
STATE:ENCODING
Encoding started!
This may take several minutes.
Pressing Ctrl-C will cancel the procedure (resuming will not be possible, but
any portion of the video, which is already encoded won't be deleted).
Please wait...
Output file: out.ogv
[101%]
Encoding finished!
Wait a moment please...
Done.
Written 2631681 bytes
(2526038 of which were video data and 105643 audio data)
Cleanning up cache...
Done!!!
Goodbye!