SIR처럼 게시글 목록에 움짤을 mp4로 출력하는 방법 문의합니다. 채택완료
우성짱
5년 전
조회 3,476
https://sir.kr/cm_pix/p2">https://sir.kr/cm_pix/p2
여기보시면
게시물 목록 움짤도 mp4로 출력되는 것을 볼 수 있습니다.
하지만 그누보드 순정에 적용하면
갤러리 리스트나 최신글 스킨에서는 원본 gif가 나오는데요.
혹시 이 부분을 SIR처럼 webm이나 mp4로 출력하는 방법이 있을까요?
</p>
<p><div class="li-img">
<span></span>
<a href="//sir.kr/cm_pix/15982?page=2" target="_self">
<video poster="//sir.kr/data/file/cm_pix/poster_3068230232_3xlAVjKf_a52bae3864a9bea87c26478bf439b9c659afe723.gif" width = "200px" height = "200px" autoplay="autoplay" loop="loop" preload="auto" playsinline webkit-playsinline muted>
<source src="//sir.kr/data/file/cm_pix/3068230232_3xlAVjKf_a52bae3864a9bea87c26478bf439b9c659afe723.mp4" type="video/mp4" />
</video>
</a>
</div></p>
<p>
SIR의 사진게시판에는 이렇게 걸려있더라구요.
대략 thumbnail.lib.php를 수정하면 될 것 같은데요.
썸네일을 poster 파일로 변경하는 것은
</p>
<p>// 썸네일 생성</p>
<p>if(!$is_animated)</p>
<p> $thumb_file = thumbnail($filename, $filepath, $filepath, $thumb_width, $thumb_height, false);</p>
<p>else</p>
<p> //$thumb_file = $filename;</p>
<p> $thumb_file = $poster_file;</p>
<p>
위와 같이 변경하고
</p>
<p>// Animated GIF는 썸네일 생성하지 않음</p>
<p>//if($size[2] == 1) {</p>
<p>// if(is_animated_gif($source_file))</p>
<p>// return basename($source_file);</p>
<p>//}</p>
<p>
위 코드를 주석처리하면 poster~.gif 파일로 출력이 잘 됩니다.
그런데 mp4나 webm으로 출력하는 것을 또다른 일이더라구요.
혹시 어떻게 하면 되는지 아시면 알려주세요 ㅠㅠ
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인