最新的回應
發表人討論發表時間
c11333106
這行程式碼 from whisper.utils import get_writer 的意思是從 whisper 函式庫中的 utils 模組導入 get_writer 這個函式。 whisper 是一個語音轉文字的函式庫。 utils 是 whisper 函式庫裡面的一個工具模組,通常會放一些輔助性的函式。 get_writer 則是 utils 模組裡的一個特定函式,它的作用是幫助你創建不同格式(例如 VTT、SRT 等)的字幕檔案。01-07
C11333117
產生 SRT 或 VTT 字幕檔最專業的做法是匯入 whisper 套件,並特別利用它內建的 whisper.utils.get_writer 工具。01-04
c11333109
產生 SRT 或 VTT 字幕檔最專業的做法是匯入 whisper 套件,並特別利用它內建的 whisper.utils.get_writer 工具。01-04
c11333147
要產生字幕檔時,SRT 格式可以使用 Python 的 srt 套件,而 VTT 格式則可以使用 webvtt-py 套件,安裝後即可用來建立與輸出對應的字幕檔案。01-04
C11333122
from whisper.utils import get_writer01-04
c11333134
加入from whisper.utils. import get_writer01-04
C11333141
要產生字幕檔時,SRT 格式可以使用 Python 的 srt 套件,而 VTT 格式則可以使用 webvtt-py 套件,安裝後即可用來建立與輸出對應的字幕檔案。01-04
c11333124
產生 SRT 或 VTT 字幕檔最專業的做法是匯入 whisper 套件,並特別利用它內建的 whisper.utils.get_writer 工具。01-04
C11333107
可以加入from whisper.utils. import get_writer01-04
C11333125
產生 SRT 或 VTT 字幕檔最專業的做法是匯入 whisper 套件,並特別利用它內建的 whisper.utils.get_writer 工具。01-04
C11333137
產生字幕檔主要推薦以下三種套件: srt:最輕量直覺,適合精確控制時間軸與索引,是產生 SRT 檔的首選。 webvtt-py:專為 VTT 格式設計,支援網頁字幕特有的標籤與格式要求。 pysubs2:功能最強大,支援 SRT、VTT 及 ASS 多格式互轉,適合複雜處理。 建議: 僅需基本功能選 srt;網頁用途選 webvtt-py;需跨格式轉換則選 pysubs2。01-04
c11334197
from whisper.utils import get_writer01-04
c11333132
Whisper 情境: from whisper.utils import get_writer01-04
C11233112
from whisper.utils import get_writer01-04
c11333123
from whisper.utils import get_writer01-04
C11333142
from whisper.utils import get_writer01-04
c11333127
from whisper.utils import get_writer 01-04
c11333118
這行程式碼 from whisper.utils import get_writer 的意思是從 whisper 函式庫中的 utils 模組導入 get_writer 這個函式。 whisper 是一個語音轉文字的函式庫。 utils 是 whisper 函式庫裡面的一個工具模組,通常會放一些輔助性的函式。 get_writer 則是 utils 模組裡的一個特定函式,它的作用是幫助你創建不同格式(例如 VTT、SRT 等)的字幕檔案。01-04
c11333136
from whisper.utils import get_writer01-04
c11333119
這行程式碼 from whisper.utils import get_writer 的意思是從 whisper 函式庫中的 utils 模組導入 get_writer 這個函式。 whisper 是一個語音轉文字的函式庫。 utils 是 whisper 函式庫裡面的一個工具模組,通常會放一些輔助性的函式。 get_writer 則是 utils 模組裡的一個特定函式,它的作用是幫助你創建不同格式(例如 VTT、SRT 等)的字幕檔案。01-04