14,962
edits
mNo edit summary |
|||
| Line 29: | Line 29: | ||
* {{kbd | key=<nowiki>-q:a 2</nowiki>}}: Sets Variable Bit Rate (VBR) quality. 2 averages around 190 kbps (high quality). Use 0 for best quality or 4 for standard. | * {{kbd | key=<nowiki>-q:a 2</nowiki>}}: Sets Variable Bit Rate (VBR) quality. 2 averages around 190 kbps (high quality). Use 0 for best quality or 4 for standard. | ||
* {{kbd | key=<nowiki>output_audio.mp3</nowiki>}}: The name of the new file. | * {{kbd | key=<nowiki>output_audio.mp3</nowiki>}}: The name of the new file. | ||
=== NotebookLM Error: "Something went wrong" Troubleshooting === | |||
'''Problem Description''': | |||
When attempting to upload content to NotebookLM, users encounter the error message: "Something went wrong, Please try again later." | |||
'''Known Causes:''' | |||
Based on user reports, this error typically occurs with: | |||
* Videos that are too recent | |||
* Non-public or private videos | |||
* Content with access restrictions | |||
'''Workarounds Solutions:''' | |||
1. '''Convert video to transcript:''' | |||
* Extract text content from video using [https://github.com/openai/whisper openai/whisper: Robust Speech Recognition via Large-Scale Weak Supervision] or othe Speech-To-Text tools | |||
* Upload the resulting transcript file to NotebookLM | |||
2. '''Convert video to images, then to PDF:''' | |||
* Extract video frames as individual images | |||
* Compile images into a single PDF document | |||
* Upload the PDF to NotebookLM using [https://web-video-frame-toolkit.pages.dev/?lang=en Web Video Frame Toolkit] provides both conversion options mentioned above. | |||
== Further reading == | == Further reading == | ||