> 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/alnmathj/happy-horse-1.0.md).

# Happy Horse 1.0

يتيح لك Happy Horse 1.0 على Morphic إنشاء الفيديو والصوت معًا من النصوص أو الصور أو المراجع البصرية. اكتب prompt، وحدد إطارًا ابتدائيًا، واستخدم صورًا مرجعية لضمان الاتساق، أو حرّر فيديو موجودًا بتعليمات باللغة الطبيعية. ينتج النموذج الصورة والصوت في تمريرة واحدة، مع مزامنة شفاه متعددة اللغات.

### كيفية الوصول إلى Happy Horse 1.0 على Morphic

1. ابدأ ملفًا جديدًا أو افتح ملفًا موجودًا ضمن مشروع على Morphic
2. بدّل إلى 'فيديو' في شريط prompt في الأسفل، ثم اختر 'نص/صورة إلى فيديو' أو '[مزامنة الشفاه](/docs/ar/fydyw/lip-sync.md)'

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

3. انقر محدد النموذج واختر 'Happy Horse'

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

4. اكتب prompt الخاص بك، وأضف مراجع بصرية اختياريًا، ثم انقر 'إنشاء'

### نصائح لصياغة prompts

| افعل                                                                                                                                                | لا تفعل                                                                                      |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| ابدأ بموضوعك، والفعل، والمشهد، ثم أضف إشارة واحدة للكاميرا أو الإضاءة. تميل الـ prompts الأقصر إلى إنتاج نتائج أنظف، خاصةً في مشاهد الشخصية الواحدة | ضع خمس إشارات سينمائية في prompt واحد، فستلغي إحداها الأخرى                                  |
| استخدم مصطلحات إضاءة محددة ("إضاءة خلفية كهرمانية دافئة"، "ضوء نهار غائم"، "مصابيح شارع ببخار الصوديوم")                                            | استخدم تعديلات غامضة مثل "إضاءة جيدة" أو "أجواء جميلة"                                       |
| ضع توجيه الكاميرا في نهاية الـ prompt، فهناك يحصل على أكبر وزن                                                                                      | استخدم كلمات مبالغًا فيها: مذهل، ملحمي، يخطف الأنفاس، تحفة فنية، واقعي للغاية، شديد التفاصيل |
| استخدم قوائم اللقطات مع الطوابع الزمنية للمشاهد متعددة الإيقاعات (مثلًا: اللقطة 1 واسعة 0-1 ث، اللقطة 2 متوسطة تتبع 1-4 ث)                          | اكتب الفعل متعدد الخطوات كنص عادي ("أولًا X، ثم Y، ثم Z"), فسيُضغط إلى حركة واحدة            |
| صف أسلوبًا بصريًا بمصطلحات تقنية ("ظلّية بإضاءة خلفية، ضباب طبيعي ناعم، لوحة ألوان باردة منخفضة التشبع")                                            | اذكر اسم مخرج أو مدير تصوير وحده ("Roger Deakins cinematography") وتوقع أن ينقل المظهر       |

هكذا تستخدم Happy Horse 1.0 على 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/alnmathj/happy-horse-1.0.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.
