הרשם שאלות ותשובות רשימת חברים לוח שנה חיפוש הודעות מהיום סמן פורומים כנקראו

   
|!|

 
 
כלים לאשכול תצורת הצגה
Prev הודעה קודמת   הודעה הבאה Next
ישן 17-02-14, 21:13   # 1
איציק ברבי
עסק רשום [?]
 
מיני פרופיל
תאריך הצטרפות: Feb 2011
הודעות: 970

איציק ברבי לא מחובר  

לחתוך תמונה מסרטון

מצאתי קוד באינטרנט שחותך תמונה מתוך הסרטון ושומר בשרת,
עכשיו במקום לשמור בשרת אני רוצה להציג אותה בדפדפן,
ומשום מה זה לא מביא לי.

הגדרתי כמו שצריך את הContent-Type
הנה הקוד:
PHP קוד:
<?php 
function captureVideoPosterImg($movie_file '')
{
    
extension_loaded('ffmpeg');
    
// Instantiates the class ffmpeg_movie so we can get the information you want the video
    
$movie = new ffmpeg_movie($movie_file);
    
// Get The duration of the video in seconds
    
echo $Duration round($movie->getDuration(), 0);
    
// Get the number of frames of the video
    
$TotalFrames $movie->getFrameCount();
    
// Get the height in pixels Video
    
$height $movie->getFrameHeight();
    
// Get the width of the video in pixels
    
$width $movie->getFrameWidth();
    
//Receiving the frame from the video and saving
    // Need to create a GD image ffmpeg-php to work on it
    
$image imagecreatetruecolor($width$height);
    
// Create an instance of the frame with the class ffmpeg_frame
    
$Frame = new ffmpeg_frame($image);
    
// Choose the frame you want to save as jpeg
    
$thumbnailOf = (int) round($movie->getFrameCount() / 2.5);
    
// Receives the frame
    
$frame $movie->GetFrame($thumbnailOf);
    
// Convert to a GD image
    
$image $frame->toGDImage();
    
// Save to disk.
    //echo $movie_file.'.jpg';
    
header('Content-Type: image/jpeg');
    
imagejpeg($image,null,100);
}    
echo 
captureVideoPosterImg("smovie.mp4");
?>
אשמח לעזרה!
__________________

איציק ברבי - שירות לקוחות
כתובת אתר: http://build-net.co.il/
איימל: Support@build-net.co.il
טלפון: 052-3937296.
  Reply With Quote
 

חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים)
 

כלים לאשכול
תצורת הצגה

חוקי פירסום
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is מופעל
סמיילים הם מופעל
[IMG] קוד מופעל
קוד HTML מכובה

קפיצה לפורום


כל הזמנים הם GMT +2. הזמן כעת הוא 08:34.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ