บันทึกหน้าจอ
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คุณสามารถบันทึกวิดีโอและเสียงจาก Android Emulator และบันทึกไฟล์
เป็น WebM หรือ GIF แบบเคลื่อนไหวได้
ตัวควบคุมการบันทึกหน้าจอจะอยู่ในแท็บบันทึกและเล่นของหน้าต่างตัวควบคุมเพิ่มเติม
เคล็ดลับ: คุณสามารถเปิดตัวควบคุมการบันทึกหน้าจอได้โดย
กด Control+Shift+R
(Command+Shift+R ใน macOS)
- หากต้องการเริ่มบันทึกหน้าจอ ให้คลิกปุ่มเริ่มบันทึกในแท็บบันทึกและเล่น
- หากต้องการหยุดบันทึก ให้คลิกหยุดบันทึก
วิธีบันทึกวิดีโอที่บันทึกไว้
- ตัวควบคุมสำหรับการเล่นและบันทึกวิดีโอที่บันทึกไว้จะอยู่ที่ด้านล่างของแท็บบันทึกและเล่น
- เลือก WebM หรือ GIF จากเมนูที่ด้านล่างของแท็บ
- คลิกบันทึก
นอกจากนี้ คุณยังบันทึกและบันทึกการบันทึกหน้าจอจากโปรแกรมจำลองได้โดยใช้
คำสั่งต่อไปนี้ในบรรทัดคำสั่ง
adb emu screenrecord start --time-limit 10 [path to save video]/sample_video.webm
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],null,["# Record the screen\n\nYou can record video and audio from the Android Emulator and save the recording\nto a WebM or animated GIF file.\n\nThe screen recording controls are in the **Record and Playback** tab of the\n[**Extended Controls**](/studio/run/emulator-extended-controls) window.\n\n**Tip:** You can open the screen recording controls by\npressing \u003ckbd\u003eControl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eR\u003c/kbd\u003e\n(\u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eR\u003c/kbd\u003e on macOS).\n\n- To begin screen recording, click the **Start recording** button in the **Record and Playback** tab.\n- To stop recording, click **Stop recording**.\n\nTo save the recorded video:\n\n1. Controls for playing and saving the recorded video are at the bottom of the **Record and Playback** tab.\n2. Choose **WebM** or **GIF** from the menu at the bottom of the tab.\n3. Click **Save**.\n\nYou can also record and save a screen recording from the emulator using the\nfollowing command on the command line:\n\n`adb emu screenrecord start --time-limit 10 `\u003cvar translate=\"no\"\u003e[path to save video]\u003c/var\u003e`/sample_video.webm`"]]