> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/ar/irshadat/extend-video.md).

# تمديد الفيديو

إليك دليلًا خطوة بخطوة حول كيفية تمديد مقاطع الفيديو باستخدام «Extract last frame to Canvas» في Morphic:

1. حمّل أو أنشئ الفيديو الذي تريد تمديده على Canvas

<figure><img src="/files/568a10cc3c369e98e07d9f9dcadef55a6266f183" alt=""><figcaption></figcaption></figure>

2. انقر بزر الفأرة الأيمن على الفيديو واختر «Extract last frame to Canvas»

<figure><img src="/files/8f8a2b28154ddc9288a1c3584aa2494b694bc0d3" alt=""><figcaption></figcaption></figure>

3. استخدم الإطار المستخرج حديثًا كإطار البداية، ثم شغّل [صورة إلى فيديو](/docs/ar/fydyw/image-to-video.md) لإنشاء مقطع متابعة يمدّ الفيديو

<div><figure><img src="/files/a10cec6eb949816423a9d0bd87a04018ed09195b" alt=""><figcaption><p>الإطار المستخرج على اليمين</p></figcaption></figure> <figure><img src="/files/3c11e898e2d58380653958dbb39ba5dc728f632b" alt=""><figcaption><p>صورة إلى فيديو</p></figcaption></figure></div>

4. كرّر الخطوتين 2 و3 حسب الحاجة لإنشاء مقاطع إضافية يمكن دمجها معًا
5. بمجرد أن تصبح لديك جميع المقاطع، انتقل إلى Compose لدمجها معًا

<figure><img src="/files/1fa403b868d5a74fc7ebfe1d207f9025abc3a699" alt=""><figcaption></figcaption></figure>

6. اسحب وأفلت جميع المقاطع المُنشأة من قسم Assets إلى الخط الزمني

<figure><img src="/files/fbb30f992fa7b16ba0f1d1f7dec81507aa928aed" alt=""><figcaption></figcaption></figure>

7. صدّر الفيديو النهائي المُدمج باستخدام زر Export في أعلى اليمين (بدقة تصل إلى 4K)

<figure><img src="/files/df66c6476557ad42a9c440ed9345d4fdd4dfb76f" alt=""><figcaption></figcaption></figure>

هكذا تستخدم «Extract last frame to Canvas» في Morphic لإنشاء لقطات ممتدة باتساق بصري بسهولة.

***

إذا واجهت أي مشكلة أو كانت لديك أي أسئلة، فلا تتردد في التواصل معنا. يسعدنا مساعدتك. راسلنا على [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/ar/irshadat/extend-video.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
