Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 14,076 for

video

(0.23 sec)
  1. Arşiv

    Arşiv...fırsatlarının yanı sıra, ortaya çıkan video formatı, sunum içeriklerini...işlevlerle donatılmış olsa da, video oluşturma süreci pek kolay değildir...

    blog.aspose.com/tr/slides/convert-ppt-to-video-...
  2. ビデオ|Aspose.Slides for PHP ドキュメント

    PHP で Aspose.Slides を使用してビデオを操作します。挿入、置換、トリミング、ポスターフレームと再生オプションの設定、そして PPT、PPTX、ODP 用にプレゼンテーションをエクスポートします。... 240 , "video.mp4" ); $presentation -> save ( "video.pptx" ,...$presentation = new Presentation ( "video.pptx" ); try { $slide = $presentation...

    docs.aspose.com/slides/ja/php-java/examples/ele...
  3. Vídeo|Documentación de Aspose.Slides

    Añade y controla vídeos con Aspose.Slides for Java: inserta, reproduce, recorta, establece marcos de póster y exporta con ejemplos Java para presentaciones PPT, PPTX y ODP....addVideoFrame ( 50 , 50 , 320 , 240 , "video.mp4" ); } finally { presentation...addVideoFrame ( 50 , 50 , 320 , 240 , "video.mp4" ); // Acceder al primer...

    docs.aspose.com/slides/es/java/examples/element...
  4. إدارة إطارات الفيديو في العروض التقديمية باستخد...

    تعلم كيفية إضافة واستخراج إطارات الفيديو برمجياً في شرائح PowerPoint وOpenDocument باستخدام Aspose.Slides للغة PHP عبر Java. دليل سريع خطوة بخطوة....Slides الفئة Video ، الفئة VideoFrame وأنواع أخرى...أخرى ذات صلة. Create Embedded Video Frames إذا كان ملف الفيديو الذي...

    docs.aspose.com/slides/ar/php-java/video-frame/
  5. Procurar

    Procurar...videos.addvideo() e obtenha sua referência...apresentação vid = presentation.videos.add_video(in_file) # adicionar quadro...

    blog.aspose.com/pt/slides/add-video-frame-to-pp...
  6. إدارة BLOBات العرض التقديمي في C++ لاستخدام الذ...

    إدارة بيانات BLOB في Aspose.Slides للغة C++ لتبسيط عمليات ملفات PowerPoint و OpenDocument لتحقيق معالجة عروض تقديمية فعّالة.... auto video = pres -> get_Videos () -> AddVideo (..., 0.0f , 480.0f , 270.0f , video ); // يحفظ العرض التقديمي. بينما...

    docs.aspose.com/slides/ar/cpp/manage-blob/
  7. Arsip

    Arsip...Hyperlink Audio Sisipkan Hyperlink Video Hapus Hyperlink dari PowerPoint...gambar, bentuk, audio, atau video. Di bagian berikut, kami akan...

    blog.aspose.com/id/slides/work-with-hyperlinks-...
  8. Arşiv

    Arşiv...Köprü Ekle Ses Bağlantısı Ekle Video Köprü Ekle PowerPoint PPT’den...metin, resim, şekil, ses veya video öğesi olabilir. Aşağıdaki bölümlerde...

    blog.aspose.com/tr/slides/work-with-hyperlinks-...
  9. ビデオ|Aspose.Slides ドキュメント

    Aspose.Slides for .NET を使用してビデオを追加および制御します。挿入、再生、トリミング、ポスター フレームの設定、そして PPT、PPTX、ODP プレゼンテーション用の C# サンプルでエクスポートできます。...AddVideoFrame ( 50 , 50 , 320 , 240 , "video.mp4" ); } ビデオ フレームへのアクセス スライドに追加された最初のビデオ...AddVideoFrame ( 50 , 50 , 320 , 240 , "video.mp4" ); // スライド上の最初のビデオ フレームにアクセスします。...

    docs.aspose.com/slides/ja/net/examples/elements...
  10. Gérer les BLOB de présentation dans .NET pour u...

    Gérez les données BLOB dans Aspose.Slides pour .NET afin d'optimiser les opérations sur les fichiers PowerPoint et OpenDocument pour une manipulation efficace des présentations.... IVideo video = pres . Videos . AddVideo ( fileStream...AddVideoFrame ( 0 , 0 , 480 , 270 , video ); // Enregistre la présentation...

    docs.aspose.com/slides/fr/net/manage-blob/