Compare commits
3 Commits
0d14005070
...
4019882100
| Author | SHA1 | Date | |
|---|---|---|---|
| 4019882100 | |||
| de924c2bcd | |||
| ba86235241 |
@@ -1 +1 @@
|
|||||||
{"task_id": "2ff88f42-8544-8000-8314-c9013414d1d0", "token": "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", "session_start_time": "2026-02-16T10:34:48.050239"}
|
{"task_id": "30988f42-8544-817a-a250-fddb7d72b4c6", "token": "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", "session_start_time": "2026-02-16T11:58:09.261049"}
|
||||||
@@ -21,7 +21,8 @@ class FFmpegService:
|
|||||||
"ffmpeg", "-i", input_path,
|
"ffmpeg", "-i", input_path,
|
||||||
"-f", "segment",
|
"-f", "segment",
|
||||||
"-segment_time", str(settings.CHUNK_DURATION_SEC),
|
"-segment_time", str(settings.CHUNK_DURATION_SEC),
|
||||||
"-c", "copy",
|
"-c:a", "libmp3lame", # Re-encode to MP3 for compatibility
|
||||||
|
"-b:a", "256k", # Set a reasonable bitrate for quality
|
||||||
output_pattern
|
output_pattern
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
2
transcription-tool/frontend/.gitignore
vendored
Normal file
2
transcription-tool/frontend/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
2776
transcription-tool/frontend/package-lock.json
generated
Normal file
2776
transcription-tool/frontend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
BIN
uploads_audio/76900d3a-9d65-460e-ad9b-6553fbc1a6bc.m4a
Normal file
BIN
uploads_audio/76900d3a-9d65-460e-ad9b-6553fbc1a6bc.m4a
Normal file
Binary file not shown.
0
uploads_audio/chunks/6/chunk_000.mp3
Normal file
0
uploads_audio/chunks/6/chunk_000.mp3
Normal file
Reference in New Issue
Block a user