《特拉·威利:未知星球》線上看-小鴨影音

《特拉·威利:未知星球》線上看-小鴨影音

《特拉·威利:未知星球》線上看-小鴨影音


資料來源: https://777tv.tw/vodplay/211866-1-1.html


GitHub: https://github.com/jash-git/Windows-Git-Bash-LINUX-Shell/tree/main


Linux shell(Git Bash)

#!/bin/bash
#《特拉·威利:未知星球》線上看-小鴨影音 ~ https://777tv.tw/vodplay/211866-1-1.html
mkdir part

# Set input video file name
input_file="videoplayback.mp4"

# Set segment duration in seconds
segment_duration=120

# Set output file name pattern
output_file_pattern="./part/part%04d.mp4"

# Calculate total number of segments
total_segments=45

# Split the video into segments
for i in $(seq 0 $((total_segments - 1))); do
start_time=$((i * segment_duration))
output_file=$(printf "$output_file_pattern" $i)
./ffmpeg.exe -i "$input_file" -ss $start_time -t $segment_duration -c copy "$output_file"
done


HTML

<HTML>
	<BODY>
		<p>
			<video id="player" width="400" height="300" controls="" style="background:black;" src="https://github.com/jash-git/Generate-BAT-of-FFMPEG-video-segments-through-Copilot/raw/main/0001.mp4?raw=true">
			</video>
			
			<br>
			
			<script>
					var player = document.getElementById('player')
					var string1="https://github.com/jash-git/Windows-Git-Bash-LINUX-Shell/raw/main/part/"
					var string2="?raw=true"
					var playlist = [
						"part0000.mp4",
						"part0001.mp4",
						"part0002.mp4",
						"part0003.mp4",
						"part0004.mp4",
						"part0005.mp4",
						"part0006.mp4",
						"part0007.mp4",
						"part0008.mp4",
						"part0009.mp4",
						"part0010.mp4",
						"part0011.mp4",
						"part0012.mp4",
						"part0013.mp4",
						"part0014.mp4",
						"part0015.mp4",
						"part0016.mp4",
						"part0017.mp4",
						"part0018.mp4",
						"part0019.mp4",
						"part0020.mp4",
						"part0021.mp4",
						"part0022.mp4",
						"part0023.mp4",
						"part0024.mp4",
						"part0025.mp4",
						"part0026.mp4",
						"part0027.mp4",
						"part0028.mp4",
						"part0029.mp4",
						"part0030.mp4",
						"part0031.mp4",
						"part0032.mp4",
						"part0033.mp4",
						"part0034.mp4",
						"part0035.mp4",
						"part0036.mp4",
						"part0037.mp4",
						"part0038.mp4",
						"part0039.mp4",
						"part0040.mp4",
						"part0041.mp4",
						"part0042.mp4",
						"part0043.mp4",
						"part0044.mp4",
					]
					var activeVideo = 0
					var fileurl = string1 + playlist[activeVideo]+ string2
					player.src = fileurl
					player.addEventListener('ended', function(e) {
					  // update the new active video index
					  activeVideo = (++activeVideo) % playlist.length
					  var string1="https://github.com/jash-git/Windows-Git-Bash-LINUX-Shell/raw/main/part/"
					  var string2="?raw=true"
					  var fileurl = string1 + playlist[activeVideo]+ string2
					  player.src = fileurl
					  player.play()
					})
			</script>
			
			<br>
			
		</p>
	</BODY>
</HTML>

心得:

    樂觀進取,活在當下

    兵法:聲東擊西

    努力培養自己實力&廣結善緣很重

3 thoughts on “《特拉·威利:未知星球》線上看-小鴨影音

  1. Astro Kid

    https://en.wikipedia.org/wiki/Astro_Kid

    Astro Kid (French: Terra Willy, planète inconnue) is a 2019 French animated science-fiction film directed and written by Éric Tosti with the participation of the co-writers David Alaux and Jean-François Tosti. The plot concerns on a young boy named Willy, who after the destruction of his ship, gets separated from his parents and lands on an unexplored planet, where he must survive until the arrival of a rescue mission.[4][5]

    Synopsis
    Following the destruction of their ship, a 10-year-old boy called Willy is separated from his parents with whom he traveled through space. His rescue capsule lands on a wild and unexplored planet. With the help of Buck, a survival robot, he will have to hold on until the arrival of a rescue mission. Meanwhile, they meet an eight legged lizard-like alien named Flash, with whom they become friends, and together they discover the planet, its fauna, its flora… but also its dangers.

    1. 《阿童木小子》(法文: Terra Willy、planete inconnue)是一部 2019 年法國動畫科幻電影,由艾瑞克托斯蒂執導並編劇,共同編劇大衛阿勞克斯和尚弗朗索瓦·托斯蒂參與編劇。劇情講述了一個名叫威利的小男孩,在他的飛船被毀後,他與父母失散並降落在一個未開發的星球上,他必須在那裡生存,直到救援任務到來。 [4] [5]

      概要
      太空船被毀後,一個名叫威利的 10 歲男孩與他的父母失散,他們一起穿越了太空。他的救援艙降落在一個狂野且未經探索的星球上。在求生機器人巴克的幫助下,他必須堅持下去,直到救援任務到來。同時,他們遇到了一個名叫弗萊士的八足蜥蜴般的外星人,並與他成為了朋友,他們一起發現了這個星球、它的動物群、它的植物群……但也發現了它的危險。

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *