{ "cells": [ { "attachments": {}, "cell_type": "markdown", "metadata": { "id": "Oit_w-ZVO35L" }, "source": [ "Cell 1: Installing necessary libraries" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "cgTCbepnOxJA", "outputId": "942e9543-772c-47ec-95b3-f617d3f8586d" }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n", "Collecting pytube\n", " Downloading pytube-15.0.0-py3-none-any.whl (57 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m57.6/57.6 kB\u001b[0m \u001b[31m2.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hInstalling collected packages: pytube\n", "Successfully installed pytube-15.0.0\n", "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n", "Requirement already satisfied: opencv-python in /usr/local/lib/python3.10/dist-packages (4.7.0.72)\n", "Requirement already satisfied: numpy>=1.21.2 in /usr/local/lib/python3.10/dist-packages (from opencv-python) (1.22.4)\n", "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n", "Collecting openai\n", " Downloading openai-0.27.8-py3-none-any.whl (73 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m73.6/73.6 kB\u001b[0m \u001b[31m2.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: requests>=2.20 in /usr/local/lib/python3.10/dist-packages (from openai) (2.27.1)\n", "Requirement already satisfied: tqdm in /usr/local/lib/python3.10/dist-packages (from openai) (4.65.0)\n", "Collecting aiohttp (from openai)\n", " Downloading aiohttp-3.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.0/1.0 MB\u001b[0m \u001b[31m19.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.20->openai) (1.26.16)\n", "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests>=2.20->openai) (2023.5.7)\n", "Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.10/dist-packages (from requests>=2.20->openai) (2.0.12)\n", "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.20->openai) (3.4)\n", "Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->openai) (23.1.0)\n", "Collecting multidict<7.0,>=4.5 (from aiohttp->openai)\n", " Downloading multidict-6.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m114.5/114.5 kB\u001b[0m \u001b[31m12.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->openai)\n", " Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB)\n", "Collecting yarl<2.0,>=1.0 (from aiohttp->openai)\n", " Downloading yarl-1.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m268.8/268.8 kB\u001b[0m \u001b[31m28.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting frozenlist>=1.1.1 (from aiohttp->openai)\n", " Downloading frozenlist-1.3.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (149 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m149.6/149.6 kB\u001b[0m \u001b[31m17.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting aiosignal>=1.1.2 (from aiohttp->openai)\n", " Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)\n", "Installing collected packages: multidict, frozenlist, async-timeout, yarl, aiosignal, aiohttp, openai\n", "Successfully installed aiohttp-3.8.4 aiosignal-1.3.1 async-timeout-4.0.2 frozenlist-1.3.3 multidict-6.0.4 openai-0.27.8 yarl-1.9.2\n", "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n", "Collecting youtube-transcript-api\n", " Downloading youtube_transcript_api-0.6.1-py3-none-any.whl (24 kB)\n", "Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from youtube-transcript-api) (2.27.1)\n", "Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->youtube-transcript-api) (1.26.16)\n", "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests->youtube-transcript-api) (2023.5.7)\n", "Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.10/dist-packages (from requests->youtube-transcript-api) (2.0.12)\n", "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests->youtube-transcript-api) (3.4)\n", "Installing collected packages: youtube-transcript-api\n", "Successfully installed youtube-transcript-api-0.6.1\n", "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n", "Collecting textwrap3\n", " Downloading textwrap3-0.9.2-py2.py3-none-any.whl (12 kB)\n", "Installing collected packages: textwrap3\n", "Successfully installed textwrap3-0.9.2\n", "Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n", "Collecting yt-dlp\n", " Downloading yt_dlp-2023.6.22-py2.py3-none-any.whl (3.0 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.0/3.0 MB\u001b[0m \u001b[31m29.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting mutagen (from yt-dlp)\n", " Downloading mutagen-1.46.0-py3-none-any.whl (193 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m193.6/193.6 kB\u001b[0m \u001b[31m20.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting pycryptodomex (from yt-dlp)\n", " Downloading pycryptodomex-3.18.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.1/2.1 MB\u001b[0m \u001b[31m80.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting websockets (from yt-dlp)\n", " Downloading websockets-11.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m129.9/129.9 kB\u001b[0m \u001b[31m13.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: certifi in /usr/local/lib/python3.10/dist-packages (from yt-dlp) (2023.5.7)\n", "Collecting brotli (from yt-dlp)\n", " Downloading Brotli-1.0.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.7 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.7/2.7 MB\u001b[0m \u001b[31m95.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hInstalling collected packages: brotli, websockets, pycryptodomex, mutagen, yt-dlp\n", "Successfully installed brotli-1.0.9 mutagen-1.46.0 pycryptodomex-3.18.0 websockets-11.0.3 yt-dlp-2023.6.22\n" ] } ], "source": [ "!pip install pytube\n", "!pip install opencv-python\n", "!pip install openai\n", "!pip install youtube-transcript-api\n", "!pip install textwrap3\n", "!pip install yt-dlp\n", "\n" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": { "id": "pzFaVOhAO9Cs" }, "source": [ "Cell 2: Importing libraries and setting OpenAI API key" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "id": "PySgsY-wO_x9" }, "outputs": [], "source": [ "from pytube import YouTube\n", "import cv2\n", "import subprocess\n", "import openai\n", "import numpy as np\n", "import json\n", "import math\n", "import pdb\n", "\n", "from youtube_transcript_api import YouTubeTranscriptApi\n", "openai.api_key = '' # Replace with your actual OpenAI API key\n" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": { "id": "q20yzUsoPXwX" }, "source": [ "Cell 3: Download YouTube Video function" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "id": "G_fMcvDrGCEU" }, "outputs": [], "source": [ "import yt_dlp\n", "\n", "def download_video1(url, filename, quality):\n", " if quality == \"low\":\n", " format = 'worstvideo+worstaudio/worst'\n", " elif quality == \"medium\":\n", " format = 'bestvideo[height<=480]+bestaudio/best[height<=480]'\n", " elif quality == \"high\":\n", " format = 'bestvideo+bestaudio/best'\n", " else:\n", " print(\"Quality parameter must be either 'low', 'medium', or 'high'.\")\n", " return\n", "\n", " ydl_opts = {\n", " 'outtmpl': filename,\n", " 'format': format,\n", " }\n", "\n", " with yt_dlp.YoutubeDL(ydl_opts) as ydl:\n", " ydl.download([url])\n" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "id": "akScMbhO6wuh" }, "outputs": [], "source": [ "def segment_video(response):\n", " for i, segment in enumerate(response):\n", " start_time = math.floor(float(segment.get(\"start_time\", 0)))\n", " end_time = math.ceil(float(segment.get(\"end_time\", 0))) + 2\n", " output_file = f\"output{str(i).zfill(3)}.mp4\"\n", " command = f\"ffmpeg -i input_video.mp4 -ss {start_time} -to {end_time} -c copy {output_file}\"\n", " print(f\"Processing segment {i}: {command}\")\n", " subprocess.call(command, shell=True)\n", " print(\"Segmentation complete.\")" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "id": "EtitRsVQLTfn" }, "outputs": [], "source": [ "import logging\n", "import openai\n", "\n", "# Set up logging\n", "logging.basicConfig(level=logging.INFO)\n", "\n", "def analyze_transcript(transcripts, chunk_size=5000, overlap=50):\n", " response_obj = '''[\n", " {\n", " \"start_time\": 97.19,\n", " \"end_time\": 127.43,\n", " \"description\": \"Summary of the section\",\n", " \"duration\":36 #Length in seconds\n", " },\n", " {\n", " \"start_time\": 169.58,\n", " \"end_time\": 199.10,\n", " \"description\": \"Summary of the section\",\n", " \"duration\":33\n", " }\n", " ]'''\n", "\n", " # Combine all the texts in the transcripts into one big string\n", " all_text = ' '.join([segment['text'] for segment in transcripts])\n", "\n", " # Split the text into words and make chunks of words\n", " words = all_text.split(' ')\n", " chunks = []\n", " index = 0\n", "\n", " while index < len(words):\n", " start = max(0, index - overlap)\n", " chunk = \" \".join(words[start: index + chunk_size])\n", " chunks.append(chunk)\n", " index += chunk_size\n", "\n", " logging.info(f'Transcript has been chunked into {len(chunks)} chunks')\n", "\n", " # Process each chunk separately and collect responses\n", " responses = []\n", " for index, chunk in enumerate(chunks, start=1):\n", " logging.info(f'Processing chunk {index}/{len(chunks)}')\n", " prompt = f\"This is a transcript of a video/podcast. Please identify the most viral sections from this part of the video, make sure they are more than 30 seconds in duration,Make Sure you provide extremely accurate timestamps respond only in this format {response_obj}, I just want JSON as Response(nothing else) \\n Here is the Transcription:\\n{chunk}\"\n", " messages = [\n", " {\"role\": \"system\", \"content\": \"You are a ViralGPT helpful assistant. You are master at reading youtube transcripts and identifying the most Interesting parts and Viral Content from the Podcasts\"},\n", " {\"role\": \"user\", \"content\": prompt}\n", " ]\n", " logging.info(f'Sending chunk {index}/{len(chunks)} to the model')\n", " response = openai.ChatCompletion.create(\n", " model=\"gpt-3.5-turbo-16k\",\n", " messages=messages,\n", " n=1,\n", " stop=None\n", " )\n", " logging.info(f'Received response for chunk {index}/{len(chunks)}')\n", " responses.append(response.choices[0]['message']['content'])\n", " logging.info(f'Added response for chunk {index} to responses')\n", "\n", " # Combine all responses into a single response\n", " combined_response = ' '.join(responses)\n", " logging.info('Completed processing all chunks')\n", "\n", " return combined_response\n" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": { "id": "cG1Y4HmmPwur" }, "source": [ "Main function and execution" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "id": "u3oqbILYW5W5" }, "outputs": [], "source": [ "interseting_seg='''[{'text': 'happiness through Curiosity on Dr', 'start': 0.0, 'duration': 4.82}, {'text': 'eclipse', 'start': 2.28, 'duration': 2.54}, {'text': 'little rookie question for you okay and', 'start': 6.899, 'duration': 4.021}, {'text': \"I'm asking this on behalf of mainstream\", 'start': 9.24, 'duration': 3.6}, {'text': 'media how do you feel when you see', 'start': 10.92, 'duration': 5.4}, {'text': 'movies like pathan or tiger or any', 'start': 12.84, 'duration': 5.939}, {'text': \"Indian I think we haven't got the art of\", 'start': 16.32, 'duration': 4.5}, {'text': 'doing those movies you think they can be', 'start': 18.779, 'duration': 4.321}, {'text': 'done better oh yes I mean they can be', 'start': 20.82, 'duration': 3.42}, {'text': 'realistic', 'start': 23.1, 'duration': 3.12}, {'text': \"okay we're not realistic what you see\", 'start': 24.24, 'duration': 4.32}, {'text': 'what is not realistic about them huh', 'start': 26.22, 'duration': 4.219}, {'text': \"it's not realistic\", 'start': 28.56, 'duration': 4.38}, {'text': \"you're trying to make a James Bond movie\", 'start': 30.439, 'duration': 5.741}, {'text': 'which is also not realistic okay', 'start': 32.94, 'duration': 5.88}, {'text': 'then you have this story of the isi girl', 'start': 36.18, 'duration': 4.74}, {'text': 'in the raw man', 'start': 38.82, 'duration': 4.86}, {'text': 'living happily ever after I mean', 'start': 40.92, 'duration': 4.639}, {'text': 'take a break', 'start': 43.68, 'duration': 7.08}, {'text': 'has that ever happened not really right', 'start': 45.559, 'duration': 7.48}, {'text': 'no the whole atmospherics of the whole', 'start': 50.76, 'duration': 3.54}, {'text': 'thing you know', 'start': 53.039, 'duration': 3.36}, {'text': \"I haven't seen batana and I won't see it\", 'start': 54.3, 'duration': 5.099}, {'text': \"because I don't think it is an accurate\", 'start': 56.399, 'duration': 4.98}, {'text': \"depiction it's not an accurate I'm not\", 'start': 59.399, 'duration': 4.941}, {'text': 'going to waste my time', 'start': 61.379, 'duration': 2.961}, {'text': 'and I laughed and I enjoyed that because', 'start': 65.18, 'duration': 6.28}, {'text': 'it was so quaint', 'start': 68.04, 'duration': 5.7}, {'text': 'not because it was defeating anything', 'start': 71.46, 'duration': 3.659}, {'text': 'yeah', 'start': 73.74, 'duration': 5.4}, {'text': 'like you had that other movie of um', 'start': 75.119, 'duration': 7.5}, {'text': 'war that they can no this was this', 'start': 79.14, 'duration': 5.82}, {'text': 'fellow Salman Khan going under a tunnel', 'start': 82.619, 'duration': 5.281}, {'text': 'into Pakistan to deliver a girl who had', 'start': 84.96, 'duration': 4.88}, {'text': 'got legendary', 'start': 87.9, 'duration': 4.14}, {'text': 'but whatever', 'start': 89.84, 'duration': 4.86}, {'text': 'I mean', 'start': 92.04, 'duration': 2.66}, {'text': 'could I exaggerated okay this is not you', 'start': 95.46, 'duration': 5.4}, {'text': 'have to have entertainment which is fun', 'start': 99.0, 'duration': 4.079}, {'text': 'and realistic you should see that movie', 'start': 100.86, 'duration': 3.36}, {'text': 'The', 'start': 103.079, 'duration': 4.86}, {'text': 'Bridge of spies hey that is a real movie', 'start': 104.22, 'duration': 6.78}, {'text': 'okay that is how real spy movies are', 'start': 107.939, 'duration': 5.521}, {'text': 'made what does a real spy movie', 'start': 111.0, 'duration': 5.46}, {'text': 'constitute it means dealing with actual', 'start': 113.46, 'duration': 5.64}, {'text': 'facts no no blonde round no nothing', 'start': 116.46, 'duration': 4.74}, {'text': \"around it's okay living a lonely life\", 'start': 119.1, 'duration': 4.799}, {'text': \"you're living on by yourself living your\", 'start': 121.2, 'duration': 6.0}, {'text': 'cover story he able uh', 'start': 123.899, 'duration': 5.821}, {'text': 'with goldfish was actually a notice so', 'start': 127.2, 'duration': 3.839}, {'text': 'he was doing paintings he used to make', 'start': 129.72, 'duration': 3.78}, {'text': 'him make money out of it and but he was', 'start': 131.039, 'duration': 5.161}, {'text': 'doing this other job also so running is', 'start': 133.5, 'duration': 5.099}, {'text': 'espionage ring', 'start': 136.2, 'duration': 4.92}, {'text': 'and they show all that how a documents', 'start': 138.599, 'duration': 5.22}, {'text': 'are exchanged or document information is', 'start': 141.12, 'duration': 4.86}, {'text': 'exchanged you have things called letter', 'start': 143.819, 'duration': 5.941}, {'text': 'dead letter boxes a dead letter box in', 'start': 145.98, 'duration': 7.2}, {'text': 'in Espionage is a place it could be a', 'start': 149.76, 'duration': 6.42}, {'text': \"book let's say or or that statue I put\", 'start': 153.18, 'duration': 6.48}, {'text': 'my UBS under it', 'start': 156.18, 'duration': 5.279}, {'text': 'and leave it', 'start': 159.66, 'duration': 5.46}, {'text': 'and leave a sign outside on some tree or', 'start': 161.459, 'duration': 4.801}, {'text': 'a wall', 'start': 165.12, 'duration': 5.759}, {'text': \"that I've I've fed the the dead litter\", 'start': 166.26, 'duration': 6.42}, {'text': 'box okay so the other chap comes and', 'start': 170.879, 'duration': 3.661}, {'text': 'picks it up and takes it away the two', 'start': 172.68, 'duration': 4.26}, {'text': 'never meet based on the true nature of', 'start': 174.54, 'duration': 3.72}, {'text': 'espionage', 'start': 176.94, 'duration': 4.2}, {'text': \"which Indian actor's style would be best\", 'start': 178.26, 'duration': 7.259}, {'text': 'suited to portray the character of a spy', 'start': 181.14, 'duration': 6.84}, {'text': 'you know I I saw um', 'start': 185.519, 'duration': 4.921}, {'text': 'three three three actors were three or', 'start': 187.98, 'duration': 4.679}, {'text': 'four actors were very good this kind of', 'start': 190.44, 'duration': 3.299}, {'text': 'a thing', 'start': 192.659, 'duration': 3.901}, {'text': 'who could fit into these kind Sorrows', 'start': 193.739, 'duration': 6.481}, {'text': 'not giving any order of preference but', 'start': 196.56, 'duration': 7.02}, {'text': 'I like nawazuddin Siddiqui I used to', 'start': 200.22, 'duration': 5.599}, {'text': 'like Imran Khan', 'start': 203.58, 'duration': 4.439}, {'text': 'Irfan Khan sorry', 'start': 205.819, 'duration': 6.28}, {'text': 'and he was he was a consummate actor', 'start': 208.019, 'duration': 8.821}, {'text': 'Anup anupam care and', 'start': 212.099, 'duration': 8.241}, {'text': 'these two actors', 'start': 216.84, 'duration': 3.5}, {'text': 'the one who played family man um', 'start': 220.62, 'duration': 6.96}, {'text': 'very good okay they could fit into the', 'start': 224.84, 'duration': 8.02}, {'text': 'room and Mishra pankaj Mishra foreign', 'start': 227.58, 'duration': 5.28}, {'text': '[Music]', 'start': 233.72, 'duration': 3.11}, {'text': \"spy all right it's a cold war story\", 'start': 259.699, 'duration': 6.461}, {'text': \"about the the it's actually based on\", 'start': 263.52, 'duration': 5.179}, {'text': 'this Cambridge 5.', 'start': 266.16, 'duration': 5.9}, {'text': 'you know the Cambridge five those', 'start': 268.699, 'duration': 6.341}, {'text': 'Kim philby and others who were spying', 'start': 272.06, 'duration': 6.1}, {'text': 'for who were actually with the MI6 but', 'start': 275.04, 'duration': 6.0}, {'text': 'it was actually a KGB agent okay the', 'start': 278.16, 'duration': 5.58}, {'text': 'real mole and he would have been Chief', 'start': 281.04, 'duration': 4.08}, {'text': 'maybe one day', 'start': 283.74, 'duration': 4.08}, {'text': 'at the not been caught out', 'start': 285.12, 'duration': 7.579}, {'text': 'so on that is made a novel Tinker spy', 'start': 287.82, 'duration': 7.26}, {'text': \"it's beautifully done the book is\", 'start': 292.699, 'duration': 6.241}, {'text': 'marvelous and the acting and the', 'start': 295.08, 'duration': 3.86}, {'text': 'you should watch it okay and watch this', 'start': 302.78, 'duration': 6.04}, {'text': 'uh Bridge of spies if you enjoyed this', 'start': 305.88, 'duration': 5.9}, {'text': 'video subscribe TRS clips for more', 'start': 308.82, 'duration': 15.86}, {'text': '[Music]', 'start': 311.78, 'duration': 15.33}, {'text': 'thank you', 'start': 324.68, 'duration': 8.55}, {'text': '[Music]', 'start': 327.11, 'duration': 6.12}]''';" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "id": "LXd8VfPfLboa" }, "outputs": [], "source": [ "def main():\n", " video_id='wv8vgbi5ToM'\n", " url = 'https://www.youtube.com/watch?v='+video_id # Replace with your video's URL\n", " filename = 'input_video'\n", " download_video1(url,filename,\"medium\")" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "colab": { "base_uri": "https://localhost:8080/", "height": 867 }, "id": "KTlwjXo1PyLX", "outputId": "3cd70ec3-c393-49b2-fc38-90902c49b133" }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[{'text': 'the intro thing was generated with uh', 'start': 5.839, 'duration': 5.081}, {'text': 'mid-journey and then we some editor', 'start': 9.0, 'duration': 4.92}, {'text': 'animated it uh the music is from nuclear', 'start': 10.92, 'duration': 4.04}, {'text': 'yeah', 'start': 13.92, 'duration': 2.88}, {'text': \"and by the way I'll tell you the very\", 'start': 14.96, 'duration': 3.0}, {'text': 'interesting story of how this happened', 'start': 16.8, 'duration': 3.54}, {'text': 'was sitting next to me and I was like we', 'start': 17.96, 'duration': 3.819}, {'text': 'need some intro music and then was just', 'start': 20.34, 'duration': 3.859}, {'text': 'like let me uh', 'start': 21.779, 'duration': 5.101}, {'text': \"nuclear and he's like nuclear do you\", 'start': 24.199, 'duration': 3.701}, {'text': \"have anything that you're not using\", 'start': 26.88, 'duration': 2.639}, {'text': 'right now can I can I just use it and', 'start': 27.9, 'duration': 3.6}, {'text': \"nuclear sends them a Google Drive it's\", 'start': 29.519, 'duration': 3.481}, {'text': 'just like this is all my these are all', 'start': 31.5, 'duration': 3.059}, {'text': \"the tracks where I I've never touched\", 'start': 33.0, 'duration': 3.059}, {'text': 'them in the last six months take', 'start': 34.559, 'duration': 4.221}, {'text': 'anything you want', 'start': 36.059, 'duration': 2.721}, {'text': \"that's it like yeah it's super cool yeah\", 'start': 38.96, 'duration': 5.23}, {'text': 'is my Google llm', 'start': 42.36, 'duration': 3.379}, {'text': '[Music]', 'start': 44.19, 'duration': 4.07}, {'text': 'Music llm', 'start': 45.739, 'duration': 8.92}, {'text': '[Music]', 'start': 48.26, 'duration': 6.399}, {'text': 'all right so Apple launched Apple Vision', 'start': 55.039, 'duration': 3.641}, {'text': 'Pro I know you have a lot to say about', 'start': 57.42, 'duration': 3.959}, {'text': \"this I'll let you go first actually I\", 'start': 58.68, 'duration': 4.32}, {'text': \"don't know what you think about this uh\", 'start': 61.379, 'duration': 3.301}, {'text': \"I think it's very cool in fact I was\", 'start': 63.0, 'duration': 3.42}, {'text': 'watching Lex Friedman with Zuck', 'start': 64.68, 'duration': 4.2}, {'text': 'yesterday did you watch that um', 'start': 66.42, 'duration': 4.98}, {'text': 'I thought he had a good response like my', 'start': 68.88, 'duration': 5.7}, {'text': 'first impression was dude How can Apple', 'start': 71.4, 'duration': 6.6}, {'text': 'make something without controllers which', 'start': 74.58, 'duration': 5.76}, {'text': 'seems way cooler and even Marcus', 'start': 78.0, 'duration': 4.799}, {'text': 'Brownlee tested it in like it feels so', 'start': 80.34, 'duration': 4.38}, {'text': 'intuitive to just move your fingers and', 'start': 82.799, 'duration': 4.081}, {'text': 'to select icons and on the Lexus', 'start': 84.72, 'duration': 5.28}, {'text': 'treatment podcast Zuck said that in a in', 'start': 86.88, 'duration': 4.68}, {'text': \"the new Quest the next one that they'll\", 'start': 90.0, 'duration': 3.78}, {'text': 'do you can do hands-free you can already', 'start': 91.56, 'duration': 4.08}, {'text': 'do it on the quest too yeah you can', 'start': 93.78, 'duration': 3.6}, {'text': 'already do it on the quest too and he', 'start': 95.64, 'duration': 3.299}, {'text': 'said that the controllers are a', 'start': 97.38, 'duration': 3.66}, {'text': 'deliberate thing because he wanted to', 'start': 98.939, 'duration': 3.36}, {'text': 'make something that is Affordable by', 'start': 101.04, 'duration': 3.96}, {'text': 'more people and specifically for gaming', 'start': 102.299, 'duration': 5.421}, {'text': 'whereas Apple went for an entertainment', 'start': 105.0, 'duration': 4.799}, {'text': 'type of thing which is classic apple', 'start': 107.72, 'duration': 4.359}, {'text': 'right like they the whole thing is like', 'start': 109.799, 'duration': 3.96}, {'text': \"for rich people it's for rich people\", 'start': 112.079, 'duration': 3.781}, {'text': \"it's cool it's design it's it's like\", 'start': 113.759, 'duration': 3.661}, {'text': \"it's it's almost like at this point it's\", 'start': 115.86, 'duration': 3.299}, {'text': 'just a signaling thing if you can afford', 'start': 117.42, 'duration': 3.839}, {'text': 'Vision Pro which means you have a', 'start': 119.159, 'duration': 5.161}, {'text': 'certain class and a certain taste', 'start': 121.259, 'duration': 6.241}, {'text': \"um I've tried the quest Pro I would buy\", 'start': 124.32, 'duration': 6.24}, {'text': 'Vision Pro because I can afford it', 'start': 127.5, 'duration': 4.52}, {'text': 'um', 'start': 130.56, 'duration': 3.66}, {'text': 'shut the up you can also afford it', 'start': 132.02, 'duration': 4.359}, {'text': 'why you make it seem like', 'start': 134.22, 'duration': 5.06}, {'text': \"uh yeah I think it's cool it's 100\", 'start': 136.379, 'duration': 5.401}, {'text': \"classic apple just hyped me up I'm gonna\", 'start': 139.28, 'duration': 5.86}, {'text': 'buy it yeah but about the world of AR I', 'start': 141.78, 'duration': 4.98}, {'text': \"don't know I think you can still do a\", 'start': 145.14, 'duration': 4.02}, {'text': 'lot of cool on the quest and people', 'start': 146.76, 'duration': 4.08}, {'text': 'have already done people have built', 'start': 149.16, 'duration': 4.14}, {'text': 'games Quest is like a gaming thing right', 'start': 150.84, 'duration': 3.84}, {'text': \"yeah that's already happened I wonder\", 'start': 153.3, 'duration': 3.84}, {'text': 'what new thing people will do on on', 'start': 154.68, 'duration': 4.559}, {'text': 'Vision Pro which I think is your domain', 'start': 157.14, 'duration': 3.48}, {'text': \"you'd know more about so you haven't\", 'start': 159.239, 'duration': 4.14}, {'text': \"tried the Vision Pro so I'll reserve my\", 'start': 160.62, 'duration': 4.8}, {'text': 'actual judgment for when you know it', 'start': 163.379, 'duration': 4.321}, {'text': \"comes out I'm more impressed by the\", 'start': 165.42, 'duration': 5.039}, {'text': 'quest 3. right even the Quest 2 has now', 'start': 167.7, 'duration': 4.86}, {'text': \"has pass-through mode where it's all\", 'start': 170.459, 'duration': 4.021}, {'text': 'black and white but you can build AR', 'start': 172.56, 'duration': 4.319}, {'text': \"apps and I'm sure the quest 3 will also\", 'start': 174.48, 'duration': 4.619}, {'text': \"allow you to build AR apps right so I'm\", 'start': 176.879, 'duration': 3.72}, {'text': 'talking this is an engineer slash', 'start': 179.099, 'duration': 3.481}, {'text': 'Builder I would love to build games for', 'start': 180.599, 'duration': 4.381}, {'text': 'AR headsets right I think they are see', 'start': 182.58, 'duration': 4.56}, {'text': \"I'll tell you the problem we are okay I\", 'start': 184.98, 'duration': 3.119}, {'text': \"don't know if these numbers are correct\", 'start': 187.14, 'duration': 2.76}, {'text': 'but apparently and Mark Zuckerberg once', 'start': 188.099, 'duration': 2.881}, {'text': 'said this on some podcast that', 'start': 189.9, 'duration': 2.46}, {'text': \"apparently they've sold as many units as\", 'start': 190.98, 'duration': 3.3}, {'text': 'the PlayStation last year correct right', 'start': 192.36, 'duration': 4.92}, {'text': 'the problem is retention people use it', 'start': 194.28, 'duration': 4.86}, {'text': 'three times and then it accumulates dust', 'start': 197.28, 'duration': 4.56}, {'text': 'on a on a shelf right so the big problem', 'start': 199.14, 'duration': 3.84}, {'text': 'with ar', 'start': 201.84, 'duration': 4.38}, {'text': 'or VR rather is retention the question', 'start': 202.98, 'duration': 5.52}, {'text': \"we're all asking is is there a device\", 'start': 206.22, 'duration': 3.659}, {'text': 'that will make you wear it every day', 'start': 208.5, 'duration': 4.319}, {'text': \"right and Mark Zuckerberg's game and I\", 'start': 209.879, 'duration': 4.381}, {'text': 'put out a thread about this I think a', 'start': 212.819, 'duration': 3.121}, {'text': 'year or two years ago was', 'start': 214.26, 'duration': 4.979}, {'text': \"let's make this possible\", 'start': 215.94, 'duration': 4.5}, {'text': 'for work', 'start': 219.239, 'duration': 2.821}, {'text': 'right I think work is the use case where', 'start': 220.44, 'duration': 3.0}, {'text': 'you lose it every day right gaming', 'start': 222.06, 'duration': 3.3}, {'text': \"there's no Killer games yet correct\", 'start': 223.44, 'duration': 3.48}, {'text': \"right there's no game which I would you\", 'start': 225.36, 'duration': 2.879}, {'text': 'know be eager to put on the Quest for', 'start': 226.92, 'duration': 2.7}, {'text': 'one game which I was very eager to put', 'start': 228.239, 'duration': 3.181}, {'text': 'on the Quest for was a game called', 'start': 229.62, 'duration': 3.96}, {'text': \"um it's called lone Echo right I don't\", 'start': 231.42, 'duration': 4.56}, {'text': 'know what the name is I think lone echo', 'start': 233.58, 'duration': 3.78}, {'text': \"or something else like it's a\", 'start': 235.98, 'duration': 2.399}, {'text': \"multiplayer game I don't remember the\", 'start': 237.36, 'duration': 2.459}, {'text': 'name of the game but you have a disc', 'start': 238.379, 'duration': 3.72}, {'text': \"you're in 0g zero gravity and you're\", 'start': 239.819, 'duration': 3.301}, {'text': \"passing the disc along and it's a\", 'start': 242.099, 'duration': 3.481}, {'text': 'competitive game I love the game and me', 'start': 243.12, 'duration': 3.6}, {'text': 'and my friend used to play it all the', 'start': 245.58, 'duration': 3.18}, {'text': 'time right but then we stopped playing', 'start': 246.72, 'duration': 4.379}, {'text': \"after like two three months like I'm\", 'start': 248.76, 'duration': 3.78}, {'text': \"wondering if it's harder to build\", 'start': 251.099, 'duration': 4.801}, {'text': 'retention with games uh social probably', 'start': 252.54, 'duration': 6.06}, {'text': 'has a higher chance of retaining a user', 'start': 255.9, 'duration': 4.739}, {'text': 'or entertainment probably has a higher', 'start': 258.6, 'duration': 3.66}, {'text': 'chance of retaining your user like from', 'start': 260.639, 'duration': 2.941}, {'text': 'my learnings game should have the', 'start': 262.26, 'duration': 2.46}, {'text': 'highest retention', 'start': 263.58, 'duration': 3.72}, {'text': 'right even on mobile apps the games have', 'start': 264.72, 'duration': 4.14}, {'text': 'the best attention they might not make', 'start': 267.3, 'duration': 2.399}, {'text': \"money but they'll have the best\", 'start': 268.86, 'duration': 2.64}, {'text': 'attention but Mark Zuckerberg tried the', 'start': 269.699, 'duration': 3.601}, {'text': \"entire quest for office thing I'll tell\", 'start': 271.5, 'duration': 3.66}, {'text': 'you how Okay so one day they shipped an', 'start': 273.3, 'duration': 4.56}, {'text': 'update where you can map a real keyboard', 'start': 275.16, 'duration': 5.22}, {'text': 'into virtual space you can have the', 'start': 277.86, 'duration': 4.68}, {'text': 'multi-screen set up in Virtual space you', 'start': 280.38, 'duration': 4.14}, {'text': 'can designate a couch your draw boundary', 'start': 282.54, 'duration': 3.3}, {'text': 'around it and then you can now sit on', 'start': 284.52, 'duration': 2.52}, {'text': \"the couch you'll have a couch in Virtual\", 'start': 285.84, 'duration': 3.48}, {'text': \"space so what I'm saying is they tried\", 'start': 287.04, 'duration': 5.159}, {'text': 'all of this it just seems like', 'start': 289.32, 'duration': 4.8}, {'text': 'nobody picked it up like nobody started', 'start': 292.199, 'duration': 4.261}, {'text': \"using it on a daily basis I don't think\", 'start': 294.12, 'duration': 6.24}, {'text': \"it's a function of the visual Clarity of\", 'start': 296.46, 'duration': 6.299}, {'text': 'the of the of the quest too', 'start': 300.36, 'duration': 4.14}, {'text': \"it's fine it's fine I have a friend\", 'start': 302.759, 'duration': 3.781}, {'text': \"joining us yeah I don't think it's a\", 'start': 304.5, 'duration': 3.54}, {'text': 'question the visual Clarity of the quest', 'start': 306.54, 'duration': 3.36}, {'text': \"too I think it's more like the battery\", 'start': 308.04, 'duration': 3.48}, {'text': \"life like I'll tell you my biggest right\", 'start': 309.9, 'duration': 2.64}, {'text': \"okay I'm just telling you this is a\", 'start': 311.52, 'duration': 2.1}, {'text': 'consumer', 'start': 312.54, 'duration': 2.76}, {'text': 'I hate the fact that every two hours I', 'start': 313.62, 'duration': 3.6}, {'text': 'have to charge it and eventually I just', 'start': 315.3, 'duration': 3.54}, {'text': \"realized dude it's far easier to just\", 'start': 317.22, 'duration': 3.66}, {'text': 'keep it you know slotted in so I think', 'start': 318.84, 'duration': 3.66}, {'text': 'the battery life is the biggest', 'start': 320.88, 'duration': 4.8}, {'text': \"challenge and I don't know if I don't\", 'start': 322.5, 'duration': 4.919}, {'text': 'think the Apple headset solves it either', 'start': 325.68, 'duration': 3.6}, {'text': \"because in all the videos there's like\", 'start': 327.419, 'duration': 3.241}, {'text': 'you have to carry on is that thing and', 'start': 329.28, 'duration': 3.0}, {'text': \"now you're carrying a battery pack but\", 'start': 330.66, 'duration': 4.259}, {'text': 'do you think if you if you watch a movie', 'start': 332.28, 'duration': 5.759}, {'text': \"in the Vision Pro and it's us I think\", 'start': 334.919, 'duration': 4.921}, {'text': 'the novelty wears off you think I', 'start': 338.039, 'duration': 3.181}, {'text': \"haven't tried the Vision Pro but in the\", 'start': 339.84, 'duration': 2.88}, {'text': \"quest like I've watched one or two\", 'start': 341.22, 'duration': 3.6}, {'text': 'movies and then novelty wears off even', 'start': 342.72, 'duration': 3.6}, {'text': 'the Android layer right we have the AR', 'start': 344.82, 'duration': 4.26}, {'text': 'glasses normally just wears off after a', 'start': 346.32, 'duration': 5.159}, {'text': 'while and my worry with this is is the', 'start': 349.08, 'duration': 4.8}, {'text': 'novelty going to wear off uh in terms of', 'start': 351.479, 'duration': 3.601}, {'text': \"what I'm building I've sort of three\", 'start': 353.88, 'duration': 2.4}, {'text': \"four things to build right because it's\", 'start': 355.08, 'duration': 2.88}, {'text': 'all you either use Unity or Unreal', 'start': 356.28, 'duration': 3.6}, {'text': \"Engine uh Unity is what they're going\", 'start': 357.96, 'duration': 4.2}, {'text': 'with because epic and apple went with uh', 'start': 359.88, 'duration': 4.259}, {'text': 'some some they had some fight earlier', 'start': 362.16, 'duration': 3.9}, {'text': 'right the lawsuit', 'start': 364.139, 'duration': 4.141}, {'text': \"um so we'll still build but I would bet\", 'start': 366.06, 'duration': 4.62}, {'text': \"on building simple games like I'd build\", 'start': 368.28, 'duration': 4.56}, {'text': \"an equivalent of Katan I'd build an\", 'start': 370.68, 'duration': 3.84}, {'text': 'equal loan of Chess in AR right because', 'start': 372.84, 'duration': 3.18}, {'text': \"in VR I think they're already players\", 'start': 374.52, 'duration': 3.899}, {'text': 'who played this maybe poker', 'start': 376.02, 'duration': 4.98}, {'text': \"um that's what I do now the question\", 'start': 378.419, 'duration': 4.5}, {'text': 'with the quest is to our battery life', 'start': 381.0, 'duration': 4.139}, {'text': \"it's not it's not sustainable for work\", 'start': 382.919, 'duration': 4.5}, {'text': 'but I would be happy to be proven wrong', 'start': 385.139, 'duration': 4.381}, {'text': 'one more thing I want to say about AR VR', 'start': 387.419, 'duration': 3.601}, {'text': \"and AI right like it's almost like\", 'start': 389.52, 'duration': 3.42}, {'text': 'people who are non-technical', 'start': 391.02, 'duration': 3.119}, {'text': 'seem to think that three different', 'start': 392.94, 'duration': 2.52}, {'text': 'things they are technically three', 'start': 394.139, 'duration': 3.06}, {'text': 'different things if you want to put hard', 'start': 395.46, 'duration': 3.299}, {'text': 'categorization on it but at the end of', 'start': 397.199, 'duration': 3.0}, {'text': \"the day it's an engineer who's like I'm\", 'start': 398.759, 'duration': 2.761}, {'text': 'gonna build software for this platform', 'start': 400.199, 'duration': 2.761}, {'text': \"or I'm going to build software like this\", 'start': 401.52, 'duration': 4.019}, {'text': 'right uh obviously a lot of nuances in', 'start': 402.96, 'duration': 4.62}, {'text': 'how you build but lots of similarities', 'start': 405.539, 'duration': 5.761}, {'text': \"right both run on GPU I'm sure a lot of\", 'start': 407.58, 'duration': 5.7}, {'text': 'games my dream is one day games are', 'start': 411.3, 'duration': 3.839}, {'text': 'going to be streamed and the Nvidia CEOs', 'start': 413.28, 'duration': 3.479}, {'text': 'like one day games are going to be you', 'start': 415.139, 'duration': 3.301}, {'text': 'know rendered instead of being rendered', 'start': 416.759, 'duration': 4.321}, {'text': \"they're going to be generated right so I\", 'start': 418.44, 'duration': 4.68}, {'text': 'think you will find some intersection of', 'start': 421.08, 'duration': 4.559}, {'text': 'AI and AR at some point for now the', 'start': 423.12, 'duration': 3.9}, {'text': 'simple ideas I can think of is just', 'start': 425.639, 'duration': 3.421}, {'text': \"singing AR and there's a therapist in\", 'start': 427.02, 'duration': 4.14}, {'text': 'front of you right I thought of this', 'start': 429.06, 'duration': 3.6}, {'text': \"cool idea I'm sure other people have\", 'start': 431.16, 'duration': 2.819}, {'text': 'thought of it too but then when you', 'start': 432.66, 'duration': 3.599}, {'text': 'actually start using the AI uh here', 'start': 433.979, 'duration': 3.361}, {'text': \"right like maybe you're building around\", 'start': 436.259, 'duration': 4.56}, {'text': 'top of chat GPT uh or the open AI uh GPT', 'start': 437.34, 'duration': 5.699}, {'text': 'API you realize the latency is too much', 'start': 440.819, 'duration': 3.961}, {'text': 'takes three seconds you say something', 'start': 443.039, 'duration': 2.94}, {'text': 'and it takes three seconds to respond', 'start': 444.78, 'duration': 3.6}, {'text': \"you'll lose if I had to ask you saying\", 'start': 445.979, 'duration': 5.06}, {'text': 'in the race', 'start': 448.38, 'duration': 2.659}, {'text': 'yeah apple has just entered the race', 'start': 453.02, 'duration': 6.399}, {'text': 'Quest and Faith meta has had a bit of a', 'start': 455.759, 'duration': 6.78}, {'text': 'head start who do you think will win and', 'start': 459.419, 'duration': 4.741}, {'text': \"why do you think they'll laugh I think\", 'start': 462.539, 'duration': 3.06}, {'text': 'it might be the quest', 'start': 464.16, 'duration': 3.3}, {'text': \"why do you think so it's just got more\", 'start': 465.599, 'duration': 5.401}, {'text': 'adoption right now like I at three', 'start': 467.46, 'duration': 5.34}, {'text': 'thousand five hundred dollars adoption', 'start': 471.0, 'duration': 3.599}, {'text': \"is going to be low right it's going to\", 'start': 472.8, 'duration': 3.72}, {'text': 'be set for a few rich people 50 years', 'start': 474.599, 'duration': 3.961}, {'text': \"old don't have time to play games I mean\", 'start': 476.52, 'duration': 4.5}, {'text': \"that's what bomber said\", 'start': 478.56, 'duration': 4.56}, {'text': 'that this is the most expensive phone in', 'start': 481.02, 'duration': 4.38}, {'text': 'the world without a keyboard yeah I mean', 'start': 483.12, 'duration': 3.479}, {'text': \"that's why they're calling it Vision Pro\", 'start': 485.4, 'duration': 3.359}, {'text': \"I'm pretty sure an apple Vision mini is\", 'start': 486.599, 'duration': 3.781}, {'text': \"going to come out that's cheaper that's\", 'start': 488.759, 'duration': 3.301}, {'text': 'like thousand dollars', 'start': 490.38, 'duration': 3.9}, {'text': \"so I don't know like I don't wanna sorry\", 'start': 492.06, 'duration': 3.6}, {'text': 'come back to why do you think the quest', 'start': 494.28, 'duration': 2.88}, {'text': 'will win I think the quest will win', 'start': 495.66, 'duration': 2.759}, {'text': 'because it already has an option I think', 'start': 497.16, 'duration': 3.0}, {'text': \"it's a function of the best game I think\", 'start': 498.419, 'duration': 2.941}, {'text': \"someone's gonna build a World of\", 'start': 500.16, 'duration': 4.5}, {'text': 'Warcraft MMORPG or like a Dota or a', 'start': 501.36, 'duration': 5.279}, {'text': 'League of Legends people have tried the', 'start': 504.66, 'duration': 3.36}, {'text': 'Counter-Strike thing there are lots of', 'start': 506.639, 'duration': 2.941}, {'text': \"games there's contractors Pavlov and\", 'start': 508.02, 'duration': 4.319}, {'text': 'stuff this is not good right so I feel', 'start': 509.58, 'duration': 4.319}, {'text': \"it's the function of the best game and I\", 'start': 512.339, 'duration': 3.601}, {'text': 'think I want to see how AR plays out', 'start': 513.899, 'duration': 3.721}, {'text': \"I've seen a lot of how VR has played out\", 'start': 515.94, 'duration': 3.18}, {'text': \"it's just a story of low retention\", 'start': 517.62, 'duration': 3.659}, {'text': 'people use it three weeks stop I want to', 'start': 519.12, 'duration': 3.839}, {'text': \"see how AR plays out okay you haven't\", 'start': 521.279, 'duration': 4.021}, {'text': 'tried the Vision Pro yet what are three', 'start': 522.959, 'duration': 5.82}, {'text': \"things that you're excited to see in the\", 'start': 525.3, 'duration': 5.7}, {'text': 'Vision Pro and why is it exciting just', 'start': 528.779, 'duration': 4.861}, {'text': 'from the just from the video some people', 'start': 531.0, 'duration': 4.62}, {'text': 'who have tried the Vision Pro like the', 'start': 533.64, 'duration': 4.139}, {'text': 'Oculus CEO especially the ex Oculus CEO', 'start': 535.62, 'duration': 3.96}, {'text': \"Palmer lucky right he's like this is the\", 'start': 537.779, 'duration': 3.481}, {'text': \"best headset ever you've got a tweet on\", 'start': 539.58, 'duration': 4.92}, {'text': \"it correct so a person who's worked in\", 'start': 541.26, 'duration': 6.18}, {'text': 'VR for so long built the Oculus uh and', 'start': 544.5, 'duration': 5.58}, {'text': 'the series of headsets after that saying', 'start': 547.44, 'duration': 4.44}, {'text': 'such good things about Apple or the new', 'start': 550.08, 'duration': 3.96}, {'text': \"heads it means a lot so I'm looking\", 'start': 551.88, 'duration': 3.36}, {'text': 'forward primarily because somebody', 'start': 554.04, 'duration': 2.94}, {'text': 'working here for a very long time has', 'start': 555.24, 'duration': 3.18}, {'text': \"said this is amazing and it's better\", 'start': 556.98, 'duration': 3.12}, {'text': \"than everything I've tried before now\", 'start': 558.42, 'duration': 3.599}, {'text': 'agreed there was some bad breakup', 'start': 560.1, 'duration': 5.34}, {'text': 'between him and Facebook or meta but', 'start': 562.019, 'duration': 4.921}, {'text': \"still it's still a good signal right\", 'start': 565.44, 'duration': 3.06}, {'text': \"that's number one number two what I'm\", 'start': 566.94, 'duration': 3.36}, {'text': 'excited about is the quest actually has', 'start': 568.5, 'duration': 3.72}, {'text': 'really shitty compute compared to what', 'start': 570.3, 'duration': 4.5}, {'text': 'the what the vision process has the M2', 'start': 572.22, 'duration': 4.32}, {'text': 'right M2', 'start': 574.8, 'duration': 3.84}, {'text': 'and apparently they saw lag because they', 'start': 576.54, 'duration': 3.419}, {'text': \"have a separate chip that's just doing\", 'start': 578.64, 'duration': 4.68}, {'text': 'you know uh synthesizing all the sensors', 'start': 579.959, 'duration': 5.82}, {'text': \"on the uh on the Vision Pro right so I'm\", 'start': 583.32, 'duration': 3.84}, {'text': 'really excited to see whether that', 'start': 585.779, 'duration': 2.821}, {'text': 'latency converts or something a lot of', 'start': 587.16, 'duration': 2.58}, {'text': 'people have said putting on the headset', 'start': 588.6, 'duration': 2.28}, {'text': \"means like it's almost like you're not\", 'start': 589.74, 'duration': 2.7}, {'text': \"there right or almost like the headset's\", 'start': 590.88, 'duration': 2.579}, {'text': 'not there because everything is Real', 'start': 592.44, 'duration': 3.899}, {'text': 'Time with the quest even at 120 hertz it', 'start': 593.459, 'duration': 5.341}, {'text': 'still feels little bit laggy still feels', 'start': 596.339, 'duration': 3.601}, {'text': \"like I'm putting something else on I'm\", 'start': 598.8, 'duration': 4.74}, {'text': \"some you know there's some magic uh that\", 'start': 599.94, 'duration': 6.06}, {'text': 'the door that stops the magic right so', 'start': 603.54, 'duration': 3.919}, {'text': \"I'm really excited about the Vision Pro\", 'start': 606.0, 'duration': 3.779}, {'text': 'solving those problems I just want to', 'start': 607.459, 'duration': 3.88}, {'text': 'see it like I just want to use it and', 'start': 609.779, 'duration': 2.641}, {'text': 'then I think my thoughts would be more', 'start': 611.339, 'duration': 3.361}, {'text': 'fleshed out farmer lucky do you know', 'start': 612.42, 'duration': 4.859}, {'text': 'what happened between him and meta I', 'start': 614.7, 'duration': 4.139}, {'text': \"think I don't know if this is true but\", 'start': 617.279, 'duration': 3.541}, {'text': 'apparently he he made a political', 'start': 618.839, 'duration': 3.541}, {'text': \"donation to somebody that meta didn't\", 'start': 620.82, 'duration': 5.28}, {'text': 'like and therefore they kicked him out', 'start': 622.38, 'duration': 5.88}, {'text': \"and now he's working in defense what do\", 'start': 626.1, 'duration': 4.5}, {'text': \"you think about zuck's response\", 'start': 628.26, 'duration': 4.199}, {'text': 'to The Vision Pro he wrote a company', 'start': 630.6, 'duration': 5.16}, {'text': \"email and then he came on Lex Friedman's\", 'start': 632.459, 'duration': 6.421}, {'text': 'podcast dude I really like Zach I used', 'start': 635.76, 'duration': 4.74}, {'text': 'to hate him yeah because of the internet', 'start': 638.88, 'duration': 3.6}, {'text': 'yeah but then the more I learn about him', 'start': 640.5, 'duration': 3.66}, {'text': \"the more I'm like dude this guy's been\", 'start': 642.48, 'duration': 3.479}, {'text': 'CEO of the company by himself not given', 'start': 644.16, 'duration': 3.78}, {'text': 'the range to somebody else yeah and is', 'start': 645.959, 'duration': 4.32}, {'text': 'had the balls to say okay the next', 'start': 647.94, 'duration': 3.839}, {'text': \"platform is going to be this I don't\", 'start': 650.279, 'duration': 4.081}, {'text': 'mind tanking Facebook for this right I', 'start': 651.779, 'duration': 4.441}, {'text': \"think that's a ballsy move by the way he\", 'start': 654.36, 'duration': 3.919}, {'text': 'named the company', 'start': 656.22, 'duration': 4.98}, {'text': \"and really like I've had investors right\", 'start': 658.279, 'duration': 4.601}, {'text': \"it's so hard to tell investors that oh\", 'start': 661.2, 'duration': 2.819}, {'text': \"you're doing this other thing because\", 'start': 662.88, 'duration': 3.18}, {'text': 'this old thing might not work right at', 'start': 664.019, 'duration': 4.081}, {'text': \"my scale okay but at his scale it's like\", 'start': 666.06, 'duration': 4.68}, {'text': \"it's insane so and that's a publicly\", 'start': 668.1, 'duration': 4.14}, {'text': \"defining stuff yeah it's public\", 'start': 670.74, 'duration': 3.659}, {'text': 'investors they do a massive you know hit', 'start': 672.24, 'duration': 5.279}, {'text': 'on their stocks uh on their stock price', 'start': 674.399, 'duration': 5.521}, {'text': 'so I like people who are willing to go', 'start': 677.519, 'duration': 4.681}, {'text': 'all in and have like his incentive is', 'start': 679.92, 'duration': 4.68}, {'text': \"not money he's made enough money so I\", 'start': 682.2, 'duration': 3.54}, {'text': \"know he's playing to build something\", 'start': 684.6, 'duration': 2.82}, {'text': 'really cool', 'start': 685.74, 'duration': 4.08}, {'text': 'um so I I just encourage it from a', 'start': 687.42, 'duration': 4.14}, {'text': \"distance because I just love it he's\", 'start': 689.82, 'duration': 3.78}, {'text': \"like this like man's man thing also\", 'start': 691.56, 'duration': 4.74}, {'text': 'going on right now like yeah the Jiu', 'start': 693.6, 'duration': 5.1}, {'text': 'Jitsu and then the Iron Man thing that', 'start': 696.3, 'duration': 5.279}, {'text': 'he does and you know he smokes Meats in', 'start': 698.7, 'duration': 5.819}, {'text': 'his backyard as well like I like Zuck a', 'start': 701.579, 'duration': 5.221}, {'text': 'lot and and you know I used to for some', 'start': 704.519, 'duration': 3.481}, {'text': 'reason I used to dislike him many years', 'start': 706.8, 'duration': 3.779}, {'text': \"ago I'm so stupid in hindsight like I\", 'start': 708.0, 'duration': 3.959}, {'text': \"don't know why I did that it's just\", 'start': 710.579, 'duration': 2.641}, {'text': 'because the internet hated somebody I', 'start': 711.959, 'duration': 2.641}, {'text': \"was like oh it's cool to do it's like\", 'start': 713.22, 'duration': 3.119}, {'text': \"five six years ago now I'm just like\", 'start': 714.6, 'duration': 3.72}, {'text': \"dude I don't mind being that guy I won't\", 'start': 716.339, 'duration': 4.921}, {'text': \"yeah you know I wouldn't mind you are\", 'start': 718.32, 'duration': 5.22}, {'text': 'like Zuck in the sense that you also', 'start': 721.26, 'duration': 4.74}, {'text': 'seem like your AI generated sometimes I', 'start': 723.54, 'duration': 3.6}, {'text': \"don't know why he got that now he seems\", 'start': 726.0, 'duration': 3.06}, {'text': \"more relatable no but yeah that's the\", 'start': 727.14, 'duration': 4.439}, {'text': 'thing Zack has done some nice PR uh you', 'start': 729.06, 'duration': 4.56}, {'text': \"know whitewash he's like oh I'm gonna go\", 'start': 731.579, 'duration': 3.901}, {'text': \"I'm gonna do what Joe Rogan does because\", 'start': 733.62, 'duration': 3.659}, {'text': 'Joe Rogan is seen as the oh man you know', 'start': 735.48, 'duration': 3.84}, {'text': \"whatever yeah very relatable guy I'm\", 'start': 737.279, 'duration': 4.321}, {'text': \"gonna go to Jujitsu I'm gonna show my\", 'start': 739.32, 'duration': 4.019}, {'text': \"family life I'm not gonna talk like a\", 'start': 741.6, 'duration': 4.08}, {'text': \"robot so I really like him now that's\", 'start': 743.339, 'duration': 3.361}, {'text': 'what I know at the end of the day no', 'start': 745.68, 'duration': 3.12}, {'text': \"matter who builds what you're like can I\", 'start': 746.7, 'duration': 3.78}, {'text': 'relate to the person yes okay I want to', 'start': 748.8, 'duration': 4.08}, {'text': \"be like just the fact that he's giving a\", 'start': 750.48, 'duration': 4.38}, {'text': 'response is going to have so much', 'start': 752.88, 'duration': 4.019}, {'text': \"attention and scrutiny on it it's not\", 'start': 754.86, 'duration': 4.5}, {'text': 'only did it respond but it was a very', 'start': 756.899, 'duration': 5.221}, {'text': 'measured take yeah it was not how these', 'start': 759.36, 'duration': 4.68}, {'text': 'guys suck yeah this is not good it', 'start': 762.12, 'duration': 4.8}, {'text': \"wasn't that his reasoning was hey I\", 'start': 764.04, 'duration': 4.979}, {'text': 'think that going for something we are', 'start': 766.92, 'duration': 3.359}, {'text': 'going a different place we are going a', 'start': 769.019, 'duration': 2.94}, {'text': \"different path we've tried that but\", 'start': 770.279, 'duration': 4.74}, {'text': \"that's not for us and it made can I tell\", 'start': 771.959, 'duration': 5.041}, {'text': \"you one thing but uh I don't know if\", 'start': 775.019, 'duration': 3.661}, {'text': 'this is true and this is my opinion on', 'start': 777.0, 'duration': 2.399}, {'text': 'this', 'start': 778.68, 'duration': 3.24}, {'text': \"I think Zuck got locked like he's not\", 'start': 779.399, 'duration': 5.161}, {'text': 'locked see I I know they released the', 'start': 781.92, 'duration': 4.14}, {'text': 'quest at lower price points or what not', 'start': 784.56, 'duration': 3.959}, {'text': 'but everybody in Silicon Valley wants to', 'start': 786.06, 'duration': 3.839}, {'text': 'build a premium product apple-like', 'start': 788.519, 'duration': 3.301}, {'text': 'product okay and Zuck for a long time', 'start': 789.899, 'duration': 3.661}, {'text': \"said we're going to do the they have an\", 'start': 791.82, 'duration': 3.06}, {'text': 'expensive version of the questions like', 'start': 793.56, 'duration': 3.06}, {'text': \"we're gonna move towards more expensive\", 'start': 794.88, 'duration': 3.84}, {'text': \"headsets over time and we're going to\", 'start': 796.62, 'duration': 3.6}, {'text': 'try to bring the price of those down', 'start': 798.72, 'duration': 4.5}, {'text': 'right so uh put in good Hardware make', 'start': 800.22, 'duration': 4.26}, {'text': \"sure the compute's on on the thing\", 'start': 803.22, 'duration': 2.82}, {'text': \"because Quest people don't know this but\", 'start': 804.48, 'duration': 3.0}, {'text': 'you can actually use something called', 'start': 806.04, 'duration': 3.18}, {'text': 'air link and connect your PC to a quest', 'start': 807.48, 'duration': 3.0}, {'text': 'and suddenly all the graphics are much', 'start': 809.22, 'duration': 3.059}, {'text': \"better right you run you're processing\", 'start': 810.48, 'duration': 3.78}, {'text': 'on the computer itself Zuck wanted to', 'start': 812.279, 'duration': 4.321}, {'text': \"pay the premium game but now can't now\", 'start': 814.26, 'duration': 3.84}, {'text': 'he has to play the Android narrative', 'start': 816.6, 'duration': 5.1}, {'text': \"yeah you you can't go up in culture you\", 'start': 818.1, 'duration': 6.239}, {'text': 'can only go from Top yeah so I feel like', 'start': 821.7, 'duration': 4.92}, {'text': \"it's also a little bit of cope uh saying\", 'start': 824.339, 'duration': 4.201}, {'text': 'that oh you know we will we will be the', 'start': 826.62, 'duration': 3.42}, {'text': \"poor man's headset or every man's\", 'start': 828.54, 'duration': 2.88}, {'text': 'headset yeah', 'start': 830.04, 'duration': 2.099}, {'text': 'um', 'start': 831.42, 'duration': 3.12}, {'text': 'it is cope I nobody would want to say no', 'start': 832.139, 'duration': 3.901}, {'text': 'to the premium segment right but the', 'start': 834.54, 'duration': 2.82}, {'text': 'thing is when Apple comes out you you', 'start': 836.04, 'duration': 3.18}, {'text': \"don't have a choice but to fit there so\", 'start': 837.36, 'duration': 2.58}, {'text': \"now he's going to go into\", 'start': 839.22, 'duration': 2.82}, {'text': 'customizability like you can see this in', 'start': 839.94, 'duration': 3.72}, {'text': 'meta strategy in general right llama', 'start': 842.04, 'duration': 4.08}, {'text': 'they release the weights open source', 'start': 843.66, 'duration': 4.32}, {'text': 'right uh they said for researchers only', 'start': 846.12, 'duration': 3.18}, {'text': \"but I'm pretty sure then you would get\", 'start': 847.98, 'duration': 3.72}, {'text': 'leaked so I feel like', 'start': 849.3, 'duration': 4.44}, {'text': \"he's been Co he's being pushed into the\", 'start': 851.7, 'duration': 3.3}, {'text': 'Android Direction', 'start': 853.74, 'duration': 2.7}, {'text': \"I don't know if there's a business there\", 'start': 855.0, 'duration': 3.48}, {'text': 'uh I mean there is a business there but', 'start': 856.44, 'duration': 5.94}, {'text': \"is it his choice of business don't know\", 'start': 858.48, 'duration': 5.64}, {'text': \"all right let's move on\", 'start': 862.38, 'duration': 5.36}, {'text': 'Runway Gen 2 came out', 'start': 864.12, 'duration': 3.62}, {'text': 'prepare yourself for the exhilaration', 'start': 868.2, 'duration': 3.9}, {'text': 'and sheer chaos of interdimensional', 'start': 870.18, 'duration': 4.01}, {'text': 'clown wrestling', 'start': 872.1, 'duration': 7.94}, {'text': '[Music]', 'start': 874.19, 'duration': 9.49}, {'text': 'these clowns can pick from the Twisted', 'start': 880.04, 'duration': 7.18}, {'text': 'corners and visceral vibrancy that only', 'start': 883.68, 'duration': 6.3}, {'text': 'the weirdest Dimensions can conjure the', 'start': 887.22, 'duration': 4.619}, {'text': 'thing with text to video is text to', 'start': 889.98, 'duration': 3.539}, {'text': 'images gotten so good that the', 'start': 891.839, 'duration': 4.321}, {'text': 'expectation on texture video is so high', 'start': 893.519, 'duration': 4.32}, {'text': \"but it's harder to do I'll tell you why\", 'start': 896.16, 'duration': 3.72}, {'text': \"it's harder to do right technically so\", 'start': 897.839, 'duration': 3.421}, {'text': \"let's say you run stable diffusion you\", 'start': 899.88, 'duration': 2.699}, {'text': 'have a nice model on it or mid Journey', 'start': 901.26, 'duration': 2.4}, {'text': \"or whatever you're able to generate an\", 'start': 902.579, 'duration': 4.081}, {'text': 'image good but the problem is generating', 'start': 903.66, 'duration': 5.34}, {'text': 'one image and generating like a video is', 'start': 906.66, 'duration': 3.78}, {'text': \"a bunch of frames correct let's say 25\", 'start': 909.0, 'duration': 3.48}, {'text': \"frames a second right you're generating\", 'start': 910.44, 'duration': 5.1}, {'text': 'many many frames frame to frame cohesion', 'start': 912.48, 'duration': 4.62}, {'text': 'even if you get great outputs on frame', 'start': 915.54, 'duration': 3.479}, {'text': 'one frame two frame to frame cohesion is', 'start': 917.1, 'duration': 3.599}, {'text': \"hard it's hard so you'll see this in a\", 'start': 919.019, 'duration': 3.421}, {'text': 'lot of like kyber for example has this', 'start': 920.699, 'duration': 3.0}, {'text': \"issue right let's say you have this you\", 'start': 922.44, 'duration': 2.82}, {'text': 'have a small plant there in front of you', 'start': 923.699, 'duration': 2.94}, {'text': 'and you take a video of the plant and', 'start': 925.26, 'duration': 3.06}, {'text': \"you're just moving around and maybe you\", 'start': 926.639, 'duration': 3.301}, {'text': \"there's a dog in front of the plant\", 'start': 928.32, 'duration': 3.24}, {'text': 'right as you move around the planets are', 'start': 929.94, 'duration': 3.6}, {'text': 'changing shapes frame to fame it will go', 'start': 931.56, 'duration': 4.079}, {'text': 'from plant to something else that looks', 'start': 933.54, 'duration': 3.419}, {'text': 'like a plant to some some other thing', 'start': 935.639, 'duration': 2.461}, {'text': 'that looks like a plant maybe different', 'start': 936.959, 'duration': 3.24}, {'text': 'plants even correct so there is no frame', 'start': 938.1, 'duration': 4.2}, {'text': 'to frame consistency correct right and I', 'start': 940.199, 'duration': 3.541}, {'text': \"think that's the biggest issue with text\", 'start': 942.3, 'duration': 3.06}, {'text': \"to video I don't know why people are\", 'start': 943.74, 'duration': 3.899}, {'text': \"that's why people are currently using\", 'start': 945.36, 'duration': 5.58}, {'text': \"like video AI tools where it's like for\", 'start': 947.639, 'duration': 6.181}, {'text': 'a moment in using a video as a base', 'start': 950.94, 'duration': 5.04}, {'text': \"layer you can imprint it's a Frozen\", 'start': 953.82, 'duration': 3.9}, {'text': \"stuff on it it's a filter yeah I think\", 'start': 955.98, 'duration': 3.479}, {'text': 'the best use case is a filter like', 'start': 957.72, 'duration': 3.54}, {'text': 'Snapchat Instagram already proved this', 'start': 959.459, 'duration': 3.541}, {'text': 'and I think there are now tools where it', 'start': 961.26, 'duration': 3.78}, {'text': 'can convert you into anime form I think', 'start': 963.0, 'duration': 4.26}, {'text': \"text to video it's not even texture\", 'start': 965.04, 'duration': 4.68}, {'text': 'videos will be great for', 'start': 967.26, 'duration': 5.4}, {'text': 'filters right and I think it gives a lot', 'start': 969.72, 'duration': 5.82}, {'text': 'of editors great tools right like', 'start': 972.66, 'duration': 4.08}, {'text': 'um so last year we were thinking about', 'start': 975.54, 'duration': 2.82}, {'text': \"what to start like a China's thing Water\", 'start': 976.74, 'duration': 3.3}, {'text': 'started we want to teach something what', 'start': 978.36, 'duration': 2.82}, {'text': 'do we teach which of these are going to', 'start': 980.04, 'duration': 3.12}, {'text': 'get are going to expire over the next', 'start': 981.18, 'duration': 3.18}, {'text': 'one year the one thing we will show', 'start': 983.16, 'duration': 2.4}, {'text': \"we're not going to expire over the next\", 'start': 984.36, 'duration': 3.06}, {'text': \"one to two years is video like it's just\", 'start': 985.56, 'duration': 3.42}, {'text': 'frame to frame consistency is so hard', 'start': 987.42, 'duration': 2.64}, {'text': \"it's such a hard problem it's an\", 'start': 988.98, 'duration': 2.219}, {'text': \"unsolved problem it'll get solved\", 'start': 990.06, 'duration': 2.579}, {'text': 'someday right maybe five or six years', 'start': 991.199, 'duration': 3.421}, {'text': 'down the line but you still need someone', 'start': 992.639, 'duration': 3.481}, {'text': 'to weave it together you still need', 'start': 994.62, 'duration': 3.54}, {'text': 'somebody to do the narrative so China is', 'start': 996.12, 'duration': 3.42}, {'text': \"bullish on the cohort and so far we've\", 'start': 998.16, 'duration': 2.58}, {'text': \"been right and I think we're going to\", 'start': 999.54, 'duration': 2.7}, {'text': 'continue to be right for the next three', 'start': 1000.74, 'duration': 2.7}, {'text': 'four years right just this is the video', 'start': 1002.24, 'duration': 3.0}, {'text': 'editing cohort that you guys have if he', 'start': 1003.44, 'duration': 3.0}, {'text': \"does a video editing cohort it's at\", 'start': 1005.24, 'duration': 4.08}, {'text': 'avtv.com Machina runs it but I mean', 'start': 1006.44, 'duration': 4.74}, {'text': \"there and it's also like we're so\", 'start': 1009.32, 'duration': 3.66}, {'text': 'bullish on video that because see text', 'start': 1011.18, 'duration': 3.959}, {'text': 'is taken away as a domain right because', 'start': 1012.98, 'duration': 3.599}, {'text': 'chat GPD has come out and a lot of', 'start': 1015.139, 'duration': 2.88}, {'text': 'people who are writing SEO content are', 'start': 1016.579, 'duration': 4.44}, {'text': 'just like fizzling out so where are they', 'start': 1018.019, 'duration': 4.56}, {'text': \"going to go it's video and Google if you\", 'start': 1021.019, 'duration': 2.82}, {'text': 'see above the fold now showing three', 'start': 1022.579, 'duration': 2.34}, {'text': \"videos right because they're now going\", 'start': 1023.839, 'duration': 3.061}, {'text': 'to do a full thing so if SEO is going to', 'start': 1024.919, 'duration': 3.0}, {'text': 'go something is going to take its place', 'start': 1026.9, 'duration': 2.939}, {'text': 'companies have realized this right all', 'start': 1027.919, 'duration': 3.301}, {'text': 'the largest companies now come to China', 'start': 1029.839, 'duration': 2.761}, {'text': 'and just say hey how can you do video', 'start': 1031.22, 'duration': 4.44}, {'text': 'for us so we saw such a big opportunity', 'start': 1032.6, 'duration': 5.099}, {'text': 'um therefore you know she kick started', 'start': 1035.66, 'duration': 4.44}, {'text': 'the cohort but anyway coming back I', 'start': 1037.699, 'duration': 5.701}, {'text': 'think this is great as a horror format', 'start': 1040.1, 'duration': 5.66}, {'text': 'right now I think there is like', 'start': 1043.4, 'duration': 4.2}, {'text': \"seriously somebody's going to make a\", 'start': 1045.76, 'duration': 4.18}, {'text': 'channel that does horror and video', 'start': 1047.6, 'duration': 6.54}, {'text': 'maybe text to video like this tweet says', 'start': 1049.94, 'duration': 5.4}, {'text': 'that I predict that generative video', 'start': 1054.14, 'duration': 3.6}, {'text': 'will emerge the form of media in its own', 'start': 1055.34, 'duration': 5.579}, {'text': \"right yeah so maybe we won't get text to\", 'start': 1057.74, 'duration': 4.679}, {'text': 'video in the way we are getting text', 'start': 1060.919, 'duration': 3.541}, {'text': 'images which is extremely accurate', 'start': 1062.419, 'duration': 4.321}, {'text': 'images based on how descriptive you are', 'start': 1064.46, 'duration': 4.8}, {'text': 'yeah but maybe text to video can be a', 'start': 1066.74, 'duration': 5.76}, {'text': \"new style of video yeah I'll tell you\", 'start': 1069.26, 'duration': 4.38}, {'text': \"one more problem I'll tell you one more\", 'start': 1072.5, 'duration': 2.82}, {'text': 'problem with images and video okay this', 'start': 1073.64, 'duration': 3.419}, {'text': 'is just in usage patterns so when you', 'start': 1075.32, 'duration': 5.479}, {'text': 'use mid Journey you get four outputs', 'start': 1077.059, 'duration': 6.421}, {'text': 'give me more variants how do you use', 'start': 1080.799, 'duration': 4.661}, {'text': \"text to images I'm very\", 'start': 1083.48, 'duration': 5.34}, {'text': 'like pessimistic about art jobs right', 'start': 1085.46, 'duration': 5.339}, {'text': 'and the main reason is this right if you', 'start': 1088.82, 'duration': 3.54}, {'text': \"don't like an output you can generate a\", 'start': 1090.799, 'duration': 3.721}, {'text': 'thousand pic correct with video and even', 'start': 1092.36, 'duration': 3.72}, {'text': \"with code you can't easily do that even\", 'start': 1094.52, 'duration': 4.019}, {'text': \"code I'm uh I'm bullish that will help\", 'start': 1096.08, 'duration': 4.2}, {'text': 'engineers and a lot of Engineers will be', 'start': 1098.539, 'duration': 4.681}, {'text': '10x 100x Engineers but everyone we need', 'start': 1100.28, 'duration': 4.44}, {'text': 'to know know how to code right and the', 'start': 1103.22, 'duration': 3.24}, {'text': 'main reason is you get a code base or', 'start': 1104.72, 'duration': 3.06}, {'text': \"you get a full video let's say you want\", 'start': 1106.46, 'duration': 2.94}, {'text': 'to change three frames in the video okay', 'start': 1107.78, 'duration': 3.899}, {'text': \"let's say you've given a prompt saying\", 'start': 1109.4, 'duration': 4.86}, {'text': 'okay uh Rahul Ravid sitting and sipping', 'start': 1111.679, 'duration': 4.86}, {'text': 'coffee on Mount Everest right and maybe', 'start': 1114.26, 'duration': 3.72}, {'text': 'some part of the video is not great', 'start': 1116.539, 'duration': 3.301}, {'text': \"right maybe he's sipping coffee the\", 'start': 1117.98, 'duration': 3.78}, {'text': 'wrong way or his pinkies out or you want', 'start': 1119.84, 'duration': 4.26}, {'text': \"his pinky out you can't go in and change\", 'start': 1121.76, 'duration': 4.44}, {'text': 'that now because now the entire video', 'start': 1124.1, 'duration': 3.42}, {'text': 'will change it will generate something', 'start': 1126.2, 'duration': 3.719}, {'text': \"from scratch with rahul's pinky out but\", 'start': 1127.52, 'duration': 3.96}, {'text': 'the Mount Everest behind it will change', 'start': 1129.919, 'duration': 3.421}, {'text': \"that's right now though yeah that no\", 'start': 1131.48, 'duration': 4.02}, {'text': \"even in the future right you don't have\", 'start': 1133.34, 'duration': 3.9}, {'text': 'fine control over any of these AI models', 'start': 1135.5, 'duration': 3.059}, {'text': \"even with stable diffusion you don't\", 'start': 1137.24, 'duration': 3.48}, {'text': \"even with mid Journey you don't you\", 'start': 1138.559, 'duration': 3.541}, {'text': \"can't like even if you tell mid Journey\", 'start': 1140.72, 'duration': 2.819}, {'text': 'oh I want a character sitting there', 'start': 1142.1, 'duration': 3.48}, {'text': \"sipping a cup of coffee it's not exactly\", 'start': 1143.539, 'duration': 3.361}, {'text': 'what you want and if you want to remove', 'start': 1145.58, 'duration': 2.58}, {'text': \"that cup of coffee you'll have to take\", 'start': 1146.9, 'duration': 3.36}, {'text': 'it in generative by the way I generate', 'start': 1148.16, 'duration': 3.74}, {'text': 'an image of', 'start': 1150.26, 'duration': 4.08}, {'text': 'uh this is after my channel contact I', 'start': 1151.9, 'duration': 4.54}, {'text': 'generated an image of and the prompt was', 'start': 1154.34, 'duration': 4.14}, {'text': \"that hey it's an image of an Indian man\", 'start': 1156.44, 'duration': 3.479}, {'text': 'sitting in front of a computer Studios', 'start': 1158.48, 'duration': 3.84}, {'text': \"on fire and he's showing the thumbs up\", 'start': 1159.919, 'duration': 5.341}, {'text': 'yeah okay and it generated accurately', 'start': 1162.32, 'duration': 6.599}, {'text': \"yeah so if it's like one specific action\", 'start': 1165.26, 'duration': 5.94}, {'text': \"that you want a person to do no it's\", 'start': 1168.919, 'duration': 4.801}, {'text': 'about change say you like an output the', 'start': 1171.2, 'duration': 4.44}, {'text': 'problem is this right you love an output', 'start': 1173.72, 'duration': 3.78}, {'text': \"you want one change now you're done you\", 'start': 1175.64, 'duration': 3.48}, {'text': \"can't do anything yeah you can't be like\", 'start': 1177.5, 'duration': 3.419}, {'text': 'retain all of this this happens on', 'start': 1179.12, 'duration': 3.78}, {'text': \"big Journey as well yeah I can't be like\", 'start': 1180.919, 'duration': 4.5}, {'text': 'retain the posture but just change the', 'start': 1182.9, 'duration': 4.26}, {'text': \"clothes I can't do that exactly and for\", 'start': 1185.419, 'duration': 4.201}, {'text': \"that you'd use generative fill right so\", 'start': 1187.16, 'duration': 4.08}, {'text': 'the equivalent of generative fill for', 'start': 1189.62, 'duration': 3.6}, {'text': 'video is very hard because if I say okay', 'start': 1191.24, 'duration': 3.96}, {'text': 'this one small thing in the background I', 'start': 1193.22, 'duration': 3.48}, {'text': 'want this to be something else now you', 'start': 1195.2, 'duration': 3.599}, {'text': 'need to have frame to frame consistency', 'start': 1196.7, 'duration': 3.78}, {'text': \"so it's very hard to do generative fill\", 'start': 1198.799, 'duration': 3.301}, {'text': \"and that's that's a video editor's role\", 'start': 1200.48, 'duration': 3.42}, {'text': 'honestly right like if you want some', 'start': 1202.1, 'duration': 3.18}, {'text': 'graphic to come in or whatever and then', 'start': 1203.9, 'duration': 4.2}, {'text': 'swipe out so what I believe with text to', 'start': 1205.28, 'duration': 5.22}, {'text': 'video text to image particularly is a', 'start': 1208.1, 'duration': 3.72}, {'text': 'lot of people look at a lot of outputs', 'start': 1210.5, 'duration': 2.4}, {'text': 'like you would have seen four outputs of', 'start': 1211.82, 'duration': 2.219}, {'text': 'the thumbs up people like I like this', 'start': 1212.9, 'duration': 2.7}, {'text': 'one correct the minute you want to edit', 'start': 1214.039, 'duration': 3.241}, {'text': \"that you're screwed but with code bases\", 'start': 1215.6, 'duration': 3.18}, {'text': 'you generate an entire code base and', 'start': 1217.28, 'duration': 2.639}, {'text': \"you're like oh I want to change this one\", 'start': 1218.78, 'duration': 2.82}, {'text': 'file now you need to know how to do it', 'start': 1219.919, 'duration': 3.721}, {'text': 'now you need to learn how to code right', 'start': 1221.6, 'duration': 5.28}, {'text': \"so you have create it's like we have\", 'start': 1223.64, 'duration': 4.68}, {'text': 'this thing called in in Tech called', 'start': 1226.88, 'duration': 3.659}, {'text': 'create read update destroy right if', 'start': 1228.32, 'duration': 3.84}, {'text': 'anything on the database simple', 'start': 1230.539, 'duration': 3.301}, {'text': 'operations or create read update create', 'start': 1232.16, 'duration': 3.12}, {'text': \"means you're creating a new piece of\", 'start': 1233.84, 'duration': 3.24}, {'text': \"something read means you're just looking\", 'start': 1235.28, 'duration': 4.86}, {'text': 'at it and and whatever uh read means', 'start': 1237.08, 'duration': 4.56}, {'text': \"you're just looking at it update means\", 'start': 1240.14, 'duration': 3.18}, {'text': 'you want to change something and Destroy', 'start': 1241.64, 'duration': 3.3}, {'text': 'means you want to delete it so we have', 'start': 1243.32, 'duration': 5.46}, {'text': \"crd we don't have U correct right so you\", 'start': 1244.94, 'duration': 5.28}, {'text': \"don't have edit capability if you're\", 'start': 1248.78, 'duration': 3.24}, {'text': 'okay with abandoning the edit capability', 'start': 1250.22, 'duration': 3.18}, {'text': 'like in the sense of generate thousand', 'start': 1252.02, 'duration': 2.76}, {'text': 'image variants and pick the right one', 'start': 1253.4, 'duration': 3.96}, {'text': 'then great but if you wanna', 'start': 1254.78, 'duration': 4.86}, {'text': 'go like if you want to edit anything you', 'start': 1257.36, 'duration': 4.559}, {'text': \"need to have skill sets so let's try it\", 'start': 1259.64, 'duration': 4.5}, {'text': \"let's try to generate something so what\", 'start': 1261.919, 'duration': 3.721}, {'text': \"we're writing is Steve Jobs sitting on a\", 'start': 1264.14, 'duration': 3.24}, {'text': 'mountain drinking coffee with a pinky', 'start': 1265.64, 'duration': 2.82}, {'text': 'finger out', 'start': 1267.38, 'duration': 3.56}, {'text': 'right', 'start': 1268.46, 'duration': 2.48}, {'text': 'you know where I think texture video', 'start': 1274.64, 'duration': 3.3}, {'text': 'will be very useful in few years stock', 'start': 1276.14, 'duration': 4.44}, {'text': \"footage like if you don't care about the\", 'start': 1277.94, 'duration': 4.32}, {'text': \"exact Fidelity and you're just like oh\", 'start': 1280.58, 'duration': 3.24}, {'text': \"I'm talking saying something about Egypt\", 'start': 1282.26, 'duration': 3.659}, {'text': 'just show people in Egypt walking it is', 'start': 1283.82, 'duration': 4.5}, {'text': \"great almost like b-roll b-roll it's\", 'start': 1285.919, 'duration': 3.661}, {'text': 'great for b-roll because there you can', 'start': 1288.32, 'duration': 2.46}, {'text': 'see fourth generation will be like I', 'start': 1289.58, 'duration': 2.88}, {'text': 'like this one the minute you want edit', 'start': 1290.78, 'duration': 3.48}, {'text': 'capability now like I want this specific', 'start': 1292.46, 'duration': 3.3}, {'text': 'thing changed you have no control you', 'start': 1294.26, 'duration': 3.72}, {'text': 'have no Fidelity so you can create a lot', 'start': 1295.76, 'duration': 6.12}, {'text': 'of like Montage shots and or video with', 'start': 1297.98, 'duration': 5.52}, {'text': \"like where you want it's like a hype\", 'start': 1301.88, 'duration': 3.72}, {'text': 'video and you want text on top of just', 'start': 1303.5, 'duration': 4.559}, {'text': 'something narrates narration almost like', 'start': 1305.6, 'duration': 4.34}, {'text': 'Ambience', 'start': 1308.059, 'duration': 4.5}, {'text': 'ml founder right another one who works', 'start': 1309.94, 'duration': 4.719}, {'text': 'in texture video but for faces and', 'start': 1312.559, 'duration': 4.021}, {'text': 'usually our model has everything but if', 'start': 1314.659, 'duration': 3.061}, {'text': 'you want to like in the middle of the', 'start': 1316.58, 'duration': 2.52}, {'text': 'video you want the character to turn to', 'start': 1317.72, 'duration': 2.819}, {'text': \"the left or right you can't do that\", 'start': 1319.1, 'duration': 2.88}, {'text': 'sorry', 'start': 1320.539, 'duration': 5.601}, {'text': 'okay always something', 'start': 1321.98, 'duration': 4.16}, {'text': 'see', 'start': 1328.82, 'duration': 4.38}, {'text': \"to it yeah it's not getting the it's not\", 'start': 1330.38, 'duration': 4.62}, {'text': 'doing the thing pink finger out but one', 'start': 1333.2, 'duration': 3.3}, {'text': 'day this will be great for stock footage', 'start': 1335.0, 'duration': 4.86}, {'text': \"it's pretty good for General feel of\", 'start': 1336.5, 'duration': 5.28}, {'text': \"what you're going for but not the exact\", 'start': 1339.86, 'duration': 5.04}, {'text': 'thing yeah I think the stock footage to', 'start': 1341.78, 'duration': 5.1}, {'text': 'create a movie or a video will be', 'start': 1344.9, 'duration': 3.42}, {'text': 'available at some point like you want to', 'start': 1346.88, 'duration': 3.419}, {'text': 'do Terminators walking in and Arnold', 'start': 1348.32, 'duration': 3.18}, {'text': 'Schwarzenegger looking at them like', 'start': 1350.299, 'duration': 2.701}, {'text': \"running around if you're okay with\", 'start': 1351.5, 'duration': 3.539}, {'text': \"sacrificing Fidelity this is great let's\", 'start': 1353.0, 'duration': 3.84}, {'text': 'try creating something which is just', 'start': 1355.039, 'duration': 4.081}, {'text': 'like an ambient film over which you can', 'start': 1356.84, 'duration': 4.38}, {'text': 'overlay text to make like a hype video', 'start': 1359.12, 'duration': 4.679}, {'text': 'right so say for example shooting stars', 'start': 1361.22, 'duration': 4.26}, {'text': 'in the sky', 'start': 1363.799, 'duration': 5.641}, {'text': 'in the sky with text on top no the text', 'start': 1365.48, 'duration': 5.4}, {'text': 'we will add though so shooting star', 'start': 1369.44, 'duration': 5.099}, {'text': 'shooting stars in the sky yeah', 'start': 1370.88, 'duration': 6.98}, {'text': 'um yellow clouds', 'start': 1374.539, 'duration': 3.321}, {'text': 'with rain', 'start': 1378.08, 'duration': 3.24}, {'text': 'with rain yeah this is perfect this is', 'start': 1379.76, 'duration': 3.06}, {'text': 'stock footage his stock footage and this', 'start': 1381.32, 'duration': 2.88}, {'text': \"is what it's trained on also so it will\", 'start': 1382.82, 'duration': 2.76}, {'text': 'generate something really good so yeah I', 'start': 1384.2, 'duration': 2.88}, {'text': \"was talking to a Founder who who's\", 'start': 1385.58, 'duration': 3.719}, {'text': 'worked in ml for a while he has a text', 'start': 1387.08, 'duration': 4.38}, {'text': 'to video platform but for face like for', 'start': 1389.299, 'duration': 3.961}, {'text': \"Talking Heads and he's like we've got\", 'start': 1391.46, 'duration': 3.66}, {'text': \"everything like you you've given some\", 'start': 1393.26, 'duration': 3.539}, {'text': \"words and it'll do it for you but we\", 'start': 1395.12, 'duration': 3.059}, {'text': \"don't have Fidelity like if you want the\", 'start': 1396.799, 'duration': 3.12}, {'text': 'actor to look left and say something or', 'start': 1398.179, 'duration': 3.661}, {'text': 'move their right hand on frame three and', 'start': 1399.919, 'duration': 4.441}, {'text': \"say something sorry you can't do that so\", 'start': 1401.84, 'duration': 4.56}, {'text': 'you lose edit capability but the create', 'start': 1404.36, 'duration': 4.08}, {'text': 'capability will be damn good like in', 'start': 1406.4, 'duration': 3.659}, {'text': \"five years it's going to be so good you\", 'start': 1408.44, 'duration': 3.18}, {'text': \"just you don't need to turn anywhere for\", 'start': 1410.059, 'duration': 3.661}, {'text': 'stock footage okay let me ask you a', 'start': 1411.62, 'duration': 4.439}, {'text': 'question if I own a production company', 'start': 1413.72, 'duration': 5.24}, {'text': 'right now that produces', 'start': 1416.059, 'duration': 5.881}, {'text': \"specific scripts like there's a script\", 'start': 1418.96, 'duration': 4.66}, {'text': \"that's written with a celebrity in a\", 'start': 1421.94, 'duration': 2.94}, {'text': 'specific manner where they need to', 'start': 1423.62, 'duration': 3.539}, {'text': 'behave and see a certain line is my job', 'start': 1424.88, 'duration': 4.02}, {'text': 'in danger because of text to video', 'start': 1427.159, 'duration': 4.26}, {'text': 'generation no I think she has a director', 'start': 1428.9, 'duration': 3.48}, {'text': 'right', 'start': 1431.419, 'duration': 3.301}, {'text': 'you want that final control you want', 'start': 1432.38, 'duration': 4.44}, {'text': 'Alia Bhatt to look slightly 35 degrees', 'start': 1434.72, 'duration': 4.02}, {'text': 'to the left saying something and putting', 'start': 1436.82, 'duration': 3.599}, {'text': 'our hands up or being super excited', 'start': 1438.74, 'duration': 3.24}, {'text': \"there's a reason retakes happen right\", 'start': 1440.419, 'duration': 3.841}, {'text': \"they'll want you to retake 10 times the\", 'start': 1441.98, 'duration': 3.6}, {'text': 'problem with this is you need to look at', 'start': 1444.26, 'duration': 3.539}, {'text': \"a thousand generations and it's not like\", 'start': 1445.58, 'duration': 3.54}, {'text': \"right now we're generating stock footage\", 'start': 1447.799, 'duration': 2.581}, {'text': \"right but let's say the entire segment\", 'start': 1449.12, 'duration': 3.059}, {'text': 'is a minute long do you have the energy', 'start': 1450.38, 'duration': 3.0}, {'text': 'to look at a thousand different', 'start': 1452.179, 'duration': 3.661}, {'text': 'generations of a minute long video and', 'start': 1453.38, 'duration': 3.96}, {'text': 'then pick the right one and say oh this', 'start': 1455.84, 'duration': 3.0}, {'text': \"is the base there'll always be something\", 'start': 1457.34, 'duration': 3.06}, {'text': \"you want to change but on set it's very\", 'start': 1458.84, 'duration': 3.54}, {'text': 'easy for you to change that right for', 'start': 1460.4, 'duration': 3.42}, {'text': 'you to say okay move to the left', 'start': 1462.38, 'duration': 2.76}, {'text': 'slightly do this slightly do this', 'start': 1463.82, 'duration': 3.239}, {'text': 'slightly and directors 99 of the time', 'start': 1465.14, 'duration': 3.48}, {'text': \"whatever I've seen they're always asking\", 'start': 1467.059, 'duration': 4.261}, {'text': 'for micro changes so as a director right', 'start': 1468.62, 'duration': 6.84}, {'text': 'now I can ask a person to go from A to B', 'start': 1471.32, 'duration': 6.66}, {'text': 'right and AI can make something go from', 'start': 1475.46, 'duration': 5.459}, {'text': 'A to B but actually the process of going', 'start': 1477.98, 'duration': 6.66}, {'text': 'A to B requires you to go from a to 8.1', 'start': 1480.919, 'duration': 6.601}, {'text': 'to 8.2 to 8.3 to 8.4 to 8.5 to', 'start': 1484.64, 'duration': 5.7}, {'text': 'eventually reach B which right now ai is', 'start': 1487.52, 'duration': 5.94}, {'text': 'unable to give you any possibility to', 'start': 1490.34, 'duration': 5.4}, {'text': \"change something at 8.3 8.48 it's called\", 'start': 1493.46, 'duration': 4.44}, {'text': 'the word is called Fidelity right and', 'start': 1495.74, 'duration': 3.419}, {'text': \"what I'm saying is you can't even do it\", 'start': 1497.9, 'duration': 3.12}, {'text': \"Fidelity in images like it's so hard to\", 'start': 1499.159, 'duration': 4.081}, {'text': 'do Fidelity in images but images are', 'start': 1501.02, 'duration': 5.1}, {'text': 'very easy to walk into like on Photoshop', 'start': 1503.24, 'duration': 4.2}, {'text': 'or something and change small things out', 'start': 1506.12, 'duration': 4.74}, {'text': 'right or with images you can just beat', 'start': 1507.44, 'duration': 5.04}, {'text': 'it with volume generate a thousand', 'start': 1510.86, 'duration': 4.62}, {'text': 'correct find maybe you like the 18th one', 'start': 1512.48, 'duration': 4.5}, {'text': 'or the 18th one you can just be like', 'start': 1515.48, 'duration': 3.54}, {'text': \"let's roll with this it's one image but\", 'start': 1516.98, 'duration': 4.14}, {'text': \"with a video every frame it's almost\", 'start': 1519.02, 'duration': 4.08}, {'text': \"like every frame you're looking for\", 'start': 1521.12, 'duration': 3.84}, {'text': \"something right so it's almost like that\", 'start': 1523.1, 'duration': 3.72}, {'text': 'same thousand multiplied by the frame', 'start': 1524.96, 'duration': 3.12}, {'text': 'rate multiplied by the number of seconds', 'start': 1526.82, 'duration': 2.88}, {'text': \"the video goes on for I don't think\", 'start': 1528.08, 'duration': 3.12}, {'text': 'anyone has a patient to look through so', 'start': 1529.7, 'duration': 3.06}, {'text': 'many generations interaction companies', 'start': 1531.2, 'duration': 3.599}, {'text': 'can breathe safe for now yeah but I', 'start': 1532.76, 'duration': 3.72}, {'text': \"think stock footage like if I'm doing a\", 'start': 1534.799, 'duration': 3.12}, {'text': 'narrative like we will definitely be', 'start': 1536.48, 'duration': 3.059}, {'text': 'using this to create narrations', 'start': 1537.919, 'duration': 3.421}, {'text': \"like if I'm narrating something and I\", 'start': 1539.539, 'duration': 2.941}, {'text': \"don't want to generate the b-roll people\", 'start': 1541.34, 'duration': 3.3}, {'text': 'use this to do b-roll like sky is Stars', 'start': 1542.48, 'duration': 4.4}, {'text': \"people moving in Egypt something that's\", 'start': 1544.64, 'duration': 5.519}, {'text': 'generic I would I would use this oh play', 'start': 1546.88, 'duration': 6.48}, {'text': 'this playlist this video is ready', 'start': 1550.159, 'duration': 3.201}, {'text': 'so good', 'start': 1553.46, 'duration': 4.98}, {'text': 'this is great for as stock footage', 'start': 1554.72, 'duration': 6.18}, {'text': 'yeah it will replay stock footage', 'start': 1558.44, 'duration': 4.56}, {'text': 'assuming a marketing creative', 'start': 1560.9, 'duration': 4.5}, {'text': 'you want some stock footage type stop', 'start': 1563.0, 'duration': 4.14}, {'text': 'stock image type thing in the back then', 'start': 1565.4, 'duration': 3.0}, {'text': \"you'll have a super then you'll have\", 'start': 1567.14, 'duration': 3.659}, {'text': 'maybe some shadows and stuff right it is', 'start': 1568.4, 'duration': 4.2}, {'text': 'possible for you to compose it but the', 'start': 1570.799, 'duration': 2.941}, {'text': 'minute you want to do that in video you', 'start': 1572.6, 'duration': 1.98}, {'text': 'have to do it for every frame', 'start': 1573.74, 'duration': 2.64}, {'text': 'technically your video editing at this', 'start': 1574.58, 'duration': 4.8}, {'text': 'point right but in the near term the', 'start': 1576.38, 'duration': 6.419}, {'text': 'process of creating something granular', 'start': 1579.38, 'duration': 5.94}, {'text': 'or finer in video that process can be', 'start': 1582.799, 'duration': 4.98}, {'text': 'made a lot easier yes for example if you', 'start': 1585.32, 'duration': 4.739}, {'text': 'want someone to change their language if', 'start': 1587.779, 'duration': 4.02}, {'text': 'you want them to lip sync to a certain', 'start': 1590.059, 'duration': 3.781}, {'text': 'thing yeah if you want to change just a', 'start': 1591.799, 'duration': 4.201}, {'text': \"just an expression there'll be a bunch\", 'start': 1593.84, 'duration': 3.78}, {'text': 'of tools that will come out that will', 'start': 1596.0, 'duration': 4.32}, {'text': 'make your life easier like an editor', 'start': 1597.62, 'duration': 4.02}, {'text': 'will probably spend one tenth of his', 'start': 1600.32, 'duration': 3.12}, {'text': 'time on a video that he used to spend', 'start': 1601.64, 'duration': 4.32}, {'text': 'whatever so right now ai can make macro', 'start': 1603.44, 'duration': 4.5}, {'text': 'changes to a video everything I know', 'start': 1605.96, 'duration': 3.12}, {'text': \"it's not just video it's video code\", 'start': 1607.94, 'duration': 3.3}, {'text': 'basis images you can generate macro', 'start': 1609.08, 'duration': 4.14}, {'text': 'changes macro changes but and very micro', 'start': 1611.24, 'duration': 4.319}, {'text': \"changes yeah but you can't Stitch the\", 'start': 1613.22, 'duration': 3.78}, {'text': \"two right now yeah like that's the hard\", 'start': 1615.559, 'duration': 3.0}, {'text': \"part that's the hard part that's the\", 'start': 1617.0, 'duration': 3.419}, {'text': 'part that requires intuition and', 'start': 1618.559, 'duration': 4.321}, {'text': 'cognition and yeah but what you found is', 'start': 1620.419, 'duration': 4.021}, {'text': \"it's also a function of user Behavior\", 'start': 1622.88, 'duration': 5.159}, {'text': 'right users are okay with images if they', 'start': 1624.44, 'duration': 4.8}, {'text': \"generate a thousand images they'll be\", 'start': 1628.039, 'duration': 2.941}, {'text': \"like I like this 118th one let's roll\", 'start': 1629.24, 'duration': 3.419}, {'text': 'with this they are not okay with code', 'start': 1630.98, 'duration': 3.0}, {'text': 'because if you do that with code things', 'start': 1632.659, 'duration': 3.301}, {'text': 'will break so and I built a tool called', 'start': 1633.98, 'duration': 3.98}, {'text': 'autocode you can go check it out', 'start': 1635.96, 'duration': 5.339}, {'text': \"whatever right so it's part of the same\", 'start': 1637.96, 'duration': 5.079}, {'text': 'uh things but we built some something', 'start': 1641.299, 'duration': 3.841}, {'text': 'called autocodepro.com where', 'start': 1643.039, 'duration': 3.961}, {'text': 'you can actually generate code but we', 'start': 1645.14, 'duration': 3.3}, {'text': 'see the same issue like there are', 'start': 1647.0, 'duration': 2.82}, {'text': 'thousand code Generations a day are not', 'start': 1648.44, 'duration': 3.42}, {'text': 'a code Pro right now same issue right', 'start': 1649.82, 'duration': 3.9}, {'text': 'people generate the code base they love', 'start': 1651.86, 'duration': 3.12}, {'text': \"it now they're like okay this task\", 'start': 1653.72, 'duration': 2.88}, {'text': \"manager May they've generated a task\", 'start': 1654.98, 'duration': 4.1}, {'text': \"manager let's say like yes\", 'start': 1656.6, 'duration': 5.459}, {'text': 'now you need to learn how to code so you', 'start': 1659.08, 'duration': 4.719}, {'text': 'can create scaffolding even in video', 'start': 1662.059, 'duration': 3.661}, {'text': 'yeah but not the finer details yeah', 'start': 1663.799, 'duration': 3.781}, {'text': 'actually right because the minute you', 'start': 1665.72, 'duration': 4.26}, {'text': \"want to do the final you can it's the\", 'start': 1667.58, 'duration': 4.38}, {'text': 'same in images but with images people', 'start': 1669.98, 'duration': 4.26}, {'text': 'are okay with just generative thousand', 'start': 1671.96, 'duration': 3.66}, {'text': \"variants and just be like I'll roll with\", 'start': 1674.24, 'duration': 3.6}, {'text': \"this without edit right so it's more\", 'start': 1675.62, 'duration': 3.9}, {'text': 'user behaviors not has nothing to do', 'start': 1677.84, 'duration': 3.12}, {'text': 'they they all have the same limitations', 'start': 1679.52, 'duration': 4.56}, {'text': \"it's user Behavior so there are some\", 'start': 1680.96, 'duration': 4.44}, {'text': 'parallels between', 'start': 1684.08, 'duration': 3.54}, {'text': \"Ai and what it's doing in images and AI\", 'start': 1685.4, 'duration': 4.08}, {'text': \"what it's doing in video Yeah in images\", 'start': 1687.62, 'duration': 4.86}, {'text': 'you can create micro changes to', 'start': 1689.48, 'duration': 5.64}, {'text': 'something for example I can create Virat', 'start': 1692.48, 'duration': 5.4}, {'text': \"kohli's face yeah and replicate it on\", 'start': 1695.12, 'duration': 4.439}, {'text': 'anybody', 'start': 1697.88, 'duration': 4.98}, {'text': 'um in in video I can change Virat', 'start': 1699.559, 'duration': 5.821}, {'text': \"kohli's lips and change it from one\", 'start': 1702.86, 'duration': 3.84}, {'text': 'language to another language yeah', 'start': 1705.38, 'duration': 2.46}, {'text': \"because it's been trained on that\", 'start': 1706.7, 'duration': 2.7}, {'text': 'function so technically your face', 'start': 1707.84, 'duration': 3.12}, {'text': 'swapper in mid journey is a separate', 'start': 1709.4, 'duration': 3.06}, {'text': 'tool from a journey by the way correct', 'start': 1710.96, 'duration': 4.199}, {'text': 'correct so inside face on Mid journey', 'start': 1712.46, 'duration': 4.26}, {'text': 'and you can do that with video also that', 'start': 1715.159, 'duration': 3.481}, {'text': \"let's say you generate a half decent\", 'start': 1716.72, 'duration': 3.9}, {'text': 'face I can swap to the real face correct', 'start': 1718.64, 'duration': 4.08}, {'text': 'right across the entire video that think', 'start': 1720.62, 'duration': 3.72}, {'text': 'of it as a separate AI tool so what will', 'start': 1722.72, 'duration': 3.48}, {'text': \"happen is you'll generate stock footage\", 'start': 1724.34, 'duration': 3.839}, {'text': 'now you have like these 10 AI Tools in', 'start': 1726.2, 'duration': 4.62}, {'text': 'front of you one for face swapping one', 'start': 1728.179, 'duration': 3.6}, {'text': \"for something else and that's what\", 'start': 1730.82, 'duration': 2.52}, {'text': \"Runway is also doing by the way we've\", 'start': 1731.779, 'duration': 3.061}, {'text': 'got a bunch of tools track this', 'start': 1733.34, 'duration': 3.06}, {'text': 'character out track this character in', 'start': 1734.84, 'duration': 3.42}, {'text': '100 Dynamics okay replace this with a', 'start': 1736.4, 'duration': 3.659}, {'text': \"different character so it's almost like\", 'start': 1738.26, 'duration': 2.94}, {'text': \"you have a toolkit and you're working\", 'start': 1740.059, 'duration': 2.881}, {'text': 'with it same thing with images your', 'start': 1741.2, 'duration': 3.599}, {'text': 'toolkit inside face generative fill', 'start': 1742.94, 'duration': 2.88}, {'text': \"they're all toolkit like stable\", 'start': 1744.799, 'duration': 3.48}, {'text': 'diffusion the so stable Fusion on', 'start': 1745.82, 'duration': 5.04}, {'text': 'locally has a UI called uh has a has a', 'start': 1748.279, 'duration': 3.721}, {'text': 'tool called automatic one one one one', 'start': 1750.86, 'duration': 2.88}, {'text': 'which is basically a UI for stable', 'start': 1752.0, 'duration': 3.179}, {'text': \"diffusion plus it's packed with a bunch\", 'start': 1753.74, 'duration': 3.24}, {'text': 'of extensions and stuff they were like', 'start': 1755.179, 'duration': 3.781}, {'text': '30 40 extensions so you want to now', 'start': 1756.98, 'duration': 3.9}, {'text': 'generate text you want to depth map for', 'start': 1758.96, 'duration': 3.54}, {'text': 'text you can do that separately you want', 'start': 1760.88, 'duration': 2.94}, {'text': 'to upscale the image you can do that if', 'start': 1762.5, 'duration': 2.46}, {'text': 'you want to restore faces you can use', 'start': 1763.82, 'duration': 2.76}, {'text': 'something called code former so there', 'start': 1764.96, 'duration': 3.719}, {'text': 'are a bunch of different Tools in one', 'start': 1766.58, 'duration': 4.44}, {'text': 'package so I feel like the big threat is', 'start': 1768.679, 'duration': 5.22}, {'text': 'to Premiere Pro or after effects right', 'start': 1771.02, 'duration': 4.259}, {'text': 'where they will have to incorporate all', 'start': 1773.899, 'duration': 2.88}, {'text': 'these as like 10 different AI tools', 'start': 1775.279, 'duration': 3.061}, {'text': 'which is what Runway is doing and which', 'start': 1776.779, 'duration': 2.941}, {'text': 'is what Photoshop did with generative', 'start': 1778.34, 'duration': 3.5}, {'text': \"film they're like yeah\", 'start': 1779.72, 'duration': 4.199}, {'text': 'workflow camera so I feel like it', 'start': 1781.84, 'duration': 3.76}, {'text': \"they'll be great tools and the only\", 'start': 1783.919, 'duration': 3.24}, {'text': 'thing is from a user Behavior', 'start': 1785.6, 'duration': 5.059}, {'text': 'perspective people are okay even', 'start': 1787.159, 'duration': 3.5}, {'text': \"and you don't like one word you can just\", 'start': 1796.059, 'duration': 4.901}, {'text': \"write it off so on the curve we're at\", 'start': 1798.32, 'duration': 4.8}, {'text': 'the part where AI is able to do', 'start': 1800.96, 'duration': 5.579}, {'text': 'generate macro structures for text video', 'start': 1803.12, 'duration': 6.539}, {'text': 'and images for content for content and', 'start': 1806.539, 'duration': 5.64}, {'text': 'very specific micro structure micro', 'start': 1809.659, 'duration': 5.88}, {'text': 'changes for text video and images but', 'start': 1812.179, 'duration': 4.561}, {'text': 'when you look at the whole thing', 'start': 1815.539, 'duration': 3.0}, {'text': 'cohesively something still feels off it', 'start': 1816.74, 'duration': 4.02}, {'text': 'feels often text it feels often images', 'start': 1818.539, 'duration': 4.5}, {'text': \"where ranveer Singh's face will be\", 'start': 1820.76, 'duration': 4.5}, {'text': 'exactly like his face but the dude in', 'start': 1823.039, 'duration': 3.721}, {'text': 'the background will have seven fingers', 'start': 1825.26, 'duration': 4.019}, {'text': 'right same thing in video I can make', 'start': 1826.76, 'duration': 4.62}, {'text': \"Virat kohli's mouth lip sync in a\", 'start': 1829.279, 'duration': 4.321}, {'text': 'different language but some will be', 'start': 1831.38, 'duration': 4.44}, {'text': 'off in the broader broader video like', 'start': 1833.6, 'duration': 4.86}, {'text': \"you know there's a dog inside with the\", 'start': 1835.82, 'duration': 3.9}, {'text': \"images I'll tell you let's say you\", 'start': 1838.46, 'duration': 3.36}, {'text': 'generated a picture of ranveer behind', 'start': 1839.72, 'duration': 3.72}, {'text': \"ranveer there's a guy with seven fingers\", 'start': 1841.82, 'duration': 3.959}, {'text': \"you can discard the image I'll generate\", 'start': 1843.44, 'duration': 3.839}, {'text': 'this hundred times until I find', 'start': 1845.779, 'duration': 3.0}, {'text': \"something one image where there's all\", 'start': 1847.279, 'duration': 2.76}, {'text': 'the fingers are tough to do you can do', 'start': 1848.779, 'duration': 2.341}, {'text': \"that with video you can't do that\", 'start': 1850.039, 'duration': 2.821}, {'text': 'because frame one will have one guy with', 'start': 1851.12, 'duration': 3.12}, {'text': 'five fingers frame two will certainly be', 'start': 1852.86, 'duration': 2.64}, {'text': \"seven fingers and you're done yeah\", 'start': 1854.24, 'duration': 3.24}, {'text': \"you're done for and every time you wanna\", 'start': 1855.5, 'duration': 3.539}, {'text': 'just make that one micro change you have', 'start': 1857.48, 'duration': 3.199}, {'text': 'to regenerate the whole video exactly', 'start': 1859.039, 'duration': 4.081}, {'text': 'only looks different in each one thanks', 'start': 1860.679, 'duration': 4.6}, {'text': 'exactly ah this is the this is a', 'start': 1863.12, 'duration': 4.439}, {'text': \"irritating part in AI but it's just it's\", 'start': 1865.279, 'duration': 5.221}, {'text': \"almost there but not really let's work\", 'start': 1867.559, 'duration': 4.86}, {'text': \"on something okay yeah I'll complain\", 'start': 1870.5, 'duration': 4.32}, {'text': 'about overpowered okay our logo sucks we', 'start': 1872.419, 'duration': 3.48}, {'text': \"don't even have a logo we don't really\", 'start': 1874.82, 'duration': 4.26}, {'text': 'have anything right so the intro thing', 'start': 1875.899, 'duration': 5.52}, {'text': 'was generated with uh mid-journey and', 'start': 1879.08, 'duration': 5.579}, {'text': 'then we some editor animated it uh the', 'start': 1881.419, 'duration': 6.48}, {'text': 'music is from nuclear yeah and by the', 'start': 1884.659, 'duration': 4.201}, {'text': \"way I'll tell you the very interesting\", 'start': 1887.899, 'duration': 3.0}, {'text': 'story of how this happened was sitting', 'start': 1888.86, 'duration': 3.48}, {'text': 'next to me and I was like we need some', 'start': 1890.899, 'duration': 3.541}, {'text': 'intro music and then was just like let', 'start': 1892.34, 'duration': 3.62}, {'text': 'me uh', 'start': 1894.44, 'duration': 4.08}, {'text': \"nuclear and he's like nuclear do you\", 'start': 1895.96, 'duration': 3.699}, {'text': \"have anything that you're not using\", 'start': 1898.52, 'duration': 2.7}, {'text': 'right now can I can I just use it and', 'start': 1899.659, 'duration': 3.601}, {'text': \"nuclear sends them a Google Drive it's\", 'start': 1901.22, 'duration': 3.48}, {'text': 'just like this is all my these are all', 'start': 1903.26, 'duration': 3.0}, {'text': \"the tracks where I I've never touched\", 'start': 1904.7, 'duration': 3.12}, {'text': 'them in the last six months take', 'start': 1906.26, 'duration': 4.22}, {'text': 'anything you want', 'start': 1907.82, 'duration': 2.66}, {'text': \"that's it like yeah it's super cool yeah\", 'start': 1910.72, 'duration': 7.02}, {'text': 'nuclear is my Google llm', 'start': 1913.94, 'duration': 3.8}, {'text': \"music llm so we don't have a logo so\", 'start': 1917.899, 'duration': 4.26}, {'text': \"right now we're going to try and create\", 'start': 1920.779, 'duration': 4.02}, {'text': 'a logo on mid-journey I tested some', 'start': 1922.159, 'duration': 5.52}, {'text': 'stuff out at home I tried to recreate a', 'start': 1924.799, 'duration': 5.341}, {'text': 'logo for my channel and turns out that', 'start': 1927.679, 'duration': 4.261}, {'text': 'if you give very specific instructions', 'start': 1930.14, 'duration': 5.46}, {'text': 'like create Vector art using simple', 'start': 1931.94, 'duration': 6.719}, {'text': 'lines it can actually do a very decent', 'start': 1935.6, 'duration': 4.92}, {'text': \"job of it it doesn't do text very well\", 'start': 1938.659, 'duration': 4.02}, {'text': \"so let's do it\", 'start': 1940.52, 'duration': 6.06}, {'text': \"Let's uh generate okay uh\", 'start': 1942.679, 'duration': 5.88}, {'text': 'robot', 'start': 1946.58, 'duration': 5.699}, {'text': 'sitting in front of a computer', 'start': 1948.559, 'duration': 6.681}, {'text': 'laughing', 'start': 1952.279, 'duration': 2.961}, {'text': 'laughing', 'start': 1955.48, 'duration': 5.199}, {'text': 'Vector art logo', 'start': 1957.159, 'duration': 5.221}, {'text': 'simple lines', 'start': 1960.679, 'duration': 5.0}, {'text': 'graphic design', 'start': 1962.38, 'duration': 3.299}, {'text': 'graphic design', 'start': 1966.02, 'duration': 5.539}, {'text': \"let's do\", 'start': 1968.72, 'duration': 2.839}, {'text': 'uh', 'start': 1975.02, 'duration': 3.48}, {'text': 'robot', 'start': 1976.58, 'duration': 3.719}, {'text': 'what about a stamp', 'start': 1978.5, 'duration': 4.26}, {'text': 'like a retro stamp yeah but with like', 'start': 1980.299, 'duration': 5.041}, {'text': 'futuristic robots Okay because India is', 'start': 1982.76, 'duration': 4.38}, {'text': 'like famous images from India if you', 'start': 1985.34, 'duration': 3.54}, {'text': \"have actually Google it you'll find some\", 'start': 1987.14, 'duration': 7.139}, {'text': 'stamp stamps okay a stamp an old a retro', 'start': 1988.88, 'duration': 7.08}, {'text': 'stamp', 'start': 1994.279, 'duration': 7.26}, {'text': 'style a retro stamp of a robot', 'start': 1995.96, 'duration': 8.84}, {'text': \"in India let's just do this\", 'start': 2001.539, 'duration': 6.381}, {'text': '[Music]', 'start': 2004.8, 'duration': 3.12}, {'text': 'um', 'start': 2007.96, 'duration': 2.059}, {'text': 'a retro spam', 'start': 2010.659, 'duration': 5.161}, {'text': 'of', 'start': 2013.96, 'duration': 4.86}, {'text': 'futuristic', 'start': 2015.82, 'duration': 5.04}, {'text': \"Indian robot let's see what in front of\", 'start': 2018.82, 'duration': 3.66}, {'text': 'Taj Mahal', 'start': 2020.86, 'duration': 4.919}, {'text': 'Taj Mahal is the intro no hmm okay so it', 'start': 2022.48, 'duration': 6.0}, {'text': 'created these characters these are', 'start': 2025.779, 'duration': 4.801}, {'text': 'boring this is really cool', 'start': 2028.48, 'duration': 4.319}, {'text': \"let's see let's see what the evoke like\", 'start': 2030.58, 'duration': 3.54}, {'text': 'some sort of', 'start': 2032.799, 'duration': 3.841}, {'text': 'happiness really cute', 'start': 2034.12, 'duration': 3.779}, {'text': 'what do you think', 'start': 2036.64, 'duration': 3.6}, {'text': \"it's cute I like the style of a stamp\", 'start': 2037.899, 'duration': 3.721}, {'text': 'though', 'start': 2040.24, 'duration': 3.659}, {'text': \"I like the style of a stamp there's just\", 'start': 2041.62, 'duration': 4.26}, {'text': 'something nice about blending the past', 'start': 2043.899, 'duration': 4.321}, {'text': 'with the future yeah but instead of', 'start': 2045.88, 'duration': 4.2}, {'text': 'maybe just a robot what if we did a', 'start': 2048.22, 'duration': 4.8}, {'text': 'robot and a human holding hands holding', 'start': 2050.08, 'duration': 5.579}, {'text': 'hands or like a humanoid a cyborg a', 'start': 2053.02, 'duration': 4.5}, {'text': \"cyborg I love this stamp yeah it's a\", 'start': 2055.659, 'duration': 4.68}, {'text': \"cool stamp okay try that again let's try\", 'start': 2057.52, 'duration': 6.72}, {'text': 'imagine a retro', 'start': 2060.339, 'duration': 9.121}, {'text': 'stamp of a robot and a human holding', 'start': 2064.24, 'duration': 6.619}, {'text': 'hands', 'start': 2069.46, 'duration': 6.179}, {'text': 'retro stamp of a smiling robot showing', 'start': 2070.859, 'duration': 6.641}, {'text': 'the thumbs up', 'start': 2075.639, 'duration': 5.421}, {'text': 'or did I say a retro robot', 'start': 2077.5, 'duration': 3.56}, {'text': 'or retro stamp of a robot of a humanoid', 'start': 2082.179, 'duration': 8.641}, {'text': 'dancing', 'start': 2089.26, 'duration': 5.419}, {'text': 'stamp style Indian', 'start': 2090.82, 'duration': 3.859}, {'text': \"oh I love the first one it's scary but I\", 'start': 2095.04, 'duration': 6.1}, {'text': \"like it's like depressed and scary but I\", 'start': 2098.74, 'duration': 4.14}, {'text': 'love it bro the second one is nice right', 'start': 2101.14, 'duration': 4.199}, {'text': 'the second one is happier I like the', 'start': 2102.88, 'duration': 5.16}, {'text': \"first one it's it's angry or sarcastic\", 'start': 2105.339, 'duration': 4.801}, {'text': 'or whatever yeah dude I love the first', 'start': 2108.04, 'duration': 3.48}, {'text': 'one', 'start': 2110.14, 'duration': 3.3}, {'text': 'do I really really really like the first', 'start': 2111.52, 'duration': 3.059}, {'text': 'one', 'start': 2113.44, 'duration': 2.94}, {'text': 'I like the third one also the third one', 'start': 2114.579, 'duration': 3.121}, {'text': 'was so nice', 'start': 2116.38, 'duration': 3.78}, {'text': 'this is the robot dancing do I really', 'start': 2117.7, 'duration': 5.28}, {'text': 'like the first one it just eventually', 'start': 2120.16, 'duration': 4.98}, {'text': \"you'll have haters and it's a great\", 'start': 2122.98, 'duration': 4.32}, {'text': 'thing to show them', 'start': 2125.14, 'duration': 3.06}, {'text': \"let's\", 'start': 2127.3, 'duration': 2.22}, {'text': 'look at the prompts for the one that you', 'start': 2128.2, 'duration': 3.72}, {'text': 'like a retro style what did you say all', 'start': 2129.52, 'duration': 4.74}, {'text': 'right smiling robot showing the thumbs', 'start': 2131.92, 'duration': 5.659}, {'text': 'up can we do the same thing thumbs down', 'start': 2134.26, 'duration': 3.319}, {'text': 'no just just copy that copy that uh this', 'start': 2138.099, 'duration': 4.141}, {'text': 'thing the first one that this one not', 'start': 2140.68, 'duration': 3.54}, {'text': 'the first one just copy that prompt', 'start': 2142.24, 'duration': 3.599}, {'text': \"let's make it\", 'start': 2144.22, 'duration': 3.18}, {'text': \"let's make it slightly happier that\", 'start': 2145.839, 'duration': 5.941}, {'text': 'robot retro stamp or retro detailed do', 'start': 2147.4, 'duration': 6.24}, {'text': \"you wanna try niji on this let's see\", 'start': 2151.78, 'duration': 4.38}, {'text': 'what happens yeah stamp of a smiling', 'start': 2153.64, 'duration': 4.62}, {'text': 'robot dude I really like the first one', 'start': 2156.16, 'duration': 6.26}, {'text': 'laughing robot showing the thumbs up', 'start': 2158.26, 'duration': 4.16}, {'text': 'dude that thing is so good the niji', 'start': 2163.48, 'duration': 5.22}, {'text': \"version doesn't work for a logo yeah go\", 'start': 2165.82, 'duration': 4.2}, {'text': 'to the one that you like and just click', 'start': 2168.7, 'duration': 4.399}, {'text': 'on variations no', 'start': 2170.02, 'duration': 3.079}, {'text': 'you wanna add or change anything oh you', 'start': 2173.26, 'duration': 4.98}, {'text': 'can Now remix prompt yeah', 'start': 2175.72, 'duration': 5.28}, {'text': \"but it won't be perfect\", 'start': 2178.24, 'duration': 6.54}, {'text': 'of smiling robots showing the thumbs up', 'start': 2181.0, 'duration': 7.76}, {'text': 'India in India in the background', 'start': 2184.78, 'duration': 3.98}, {'text': 'no no no do Taj Mahal', 'start': 2188.92, 'duration': 4.74}, {'text': 'Taj Mahal', 'start': 2191.74, 'duration': 4.879}, {'text': 'in the background', 'start': 2193.66, 'duration': 2.959}, {'text': \"so this is the niji one I like this it's\", 'start': 2197.44, 'duration': 6.3}, {'text': 'decent this is nice see you asked for', 'start': 2200.5, 'duration': 5.16}, {'text': 'variant so that first one none of these', 'start': 2203.74, 'duration': 3.78}, {'text': 'look like that that one now the first', 'start': 2205.66, 'duration': 4.98}, {'text': \"one in this looks nice it's happier it's\", 'start': 2207.52, 'duration': 4.98}, {'text': 'the same robot but it looks happier no', 'start': 2210.64, 'duration': 3.3}, {'text': \"the background's changed that's why I\", 'start': 2212.5, 'duration': 2.76}, {'text': \"said you can't you don't have that level\", 'start': 2213.94, 'duration': 3.179}, {'text': 'of fidelity like this one looks', 'start': 2215.26, 'duration': 4.079}, {'text': 'aggressive I like the aggression', 'start': 2217.119, 'duration': 4.5}, {'text': \"it looks happy but also depressed you're\", 'start': 2219.339, 'duration': 5.121}, {'text': 'a weirdo', 'start': 2221.619, 'duration': 2.841}, {'text': 'ah there you go', 'start': 2224.92, 'duration': 2.9}, {'text': 'the third one I like the third one', 'start': 2228.22, 'duration': 4.44}, {'text': \"it's not giving you Taj Mahal though\", 'start': 2230.859, 'duration': 4.5}, {'text': \"yeah but yeah it's not it won't give you\", 'start': 2232.66, 'duration': 4.14}, {'text': 'exactly what you want but after', 'start': 2235.359, 'duration': 3.781}, {'text': 'tinkering around we can probably like', 'start': 2236.8, 'duration': 4.14}, {'text': 'right now or you can edit right you can', 'start': 2239.14, 'duration': 4.26}, {'text': \"go and generate a fill I mean it's a\", 'start': 2240.94, 'duration': 4.26}, {'text': \"process but because you're in\", 'start': 2243.4, 'duration': 3.48}, {'text': \"mid-journey and we don't care so much\", 'start': 2245.2, 'duration': 3.18}, {'text': 'about Fidelity you can generate like 50', 'start': 2246.88, 'duration': 3.66}, {'text': 'variants of this right now our packaging', 'start': 2248.38, 'duration': 4.14}, {'text': 'is like a futuristic Taj Mahal and then', 'start': 2250.54, 'duration': 3.84}, {'text': 'the camera Zooms in with like cars and', 'start': 2252.52, 'duration': 3.78}, {'text': 'all burning around where it can zoom in', 'start': 2254.38, 'duration': 3.6}, {'text': 'and it can at the end of it they can', 'start': 2256.3, 'duration': 3.72}, {'text': \"just be a robot that's doing this and it\", 'start': 2257.98, 'duration': 4.2}, {'text': 'says overpowered comes behind the robot', 'start': 2260.02, 'duration': 4.579}, {'text': \"or about the robot that's what we can do\", 'start': 2262.18, 'duration': 5.76}, {'text': 'uh but I really like this robot', 'start': 2264.599, 'duration': 5.26}, {'text': 'something perfect about it let me just', 'start': 2267.94, 'duration': 5.28}, {'text': 'generate variants without remixing any', 'start': 2269.859, 'duration': 5.281}, {'text': \"prompts you don't like this robot so\", 'start': 2273.22, 'duration': 5.04}, {'text': \"nice it's aggressive\", 'start': 2275.14, 'duration': 4.92}, {'text': 'the fourth one here is also aggressive', 'start': 2278.26, 'duration': 5.04}, {'text': \"yeah it's evil bro the fourth one\", 'start': 2280.06, 'duration': 5.16}, {'text': 'Terminator', 'start': 2283.3, 'duration': 3.84}, {'text': 'what if they change just do a variant of', 'start': 2285.22, 'duration': 3.24}, {'text': \"the first one let's put the word cute\", 'start': 2287.14, 'duration': 4.62}, {'text': \"maybe we'll change something you know\", 'start': 2288.46, 'duration': 4.2}, {'text': 'you know you know you know what you', 'start': 2291.76, 'duration': 1.62}, {'text': 'should do you should just say', 'start': 2292.66, 'duration': 2.64}, {'text': 'minimalistic logo comma', 'start': 2293.38, 'duration': 3.18}, {'text': 'dribble', 'start': 2295.3, 'duration': 4.14}, {'text': 'minimistic logo commodrable', 'start': 2296.56, 'duration': 6.48}, {'text': 'now type whatever you want yeah robots', 'start': 2299.44, 'duration': 6.84}, {'text': 'with a thought bubble', 'start': 2303.04, 'duration': 6.42}, {'text': \"this one is nice no yeah that one's cool\", 'start': 2306.28, 'duration': 5.1}, {'text': \"yeah everyone's cool let's see if that\", 'start': 2309.46, 'duration': 4.92}, {'text': 'just scale it up and see', 'start': 2311.38, 'duration': 5.16}, {'text': \"that one's very nice by the way this is\", 'start': 2314.38, 'duration': 3.959}, {'text': 'a great example for those watching of', 'start': 2316.54, 'duration': 4.14}, {'text': 'how customers end users end up using', 'start': 2318.339, 'duration': 4.801}, {'text': 'this we want something else we got this', 'start': 2320.68, 'duration': 3.96}, {'text': \"like this is also nice let's roll with\", 'start': 2323.14, 'duration': 3.36}, {'text': 'this and this is a common occurrence', 'start': 2324.64, 'duration': 3.959}, {'text': 'both in images as well as with text yeah', 'start': 2326.5, 'duration': 3.839}, {'text': \"with code it's not like this for some\", 'start': 2328.599, 'duration': 3.421}, {'text': \"reason and share with video right it's\", 'start': 2330.339, 'duration': 2.941}, {'text': 'like', 'start': 2332.02, 'duration': 3.12}, {'text': 'you want specific control', 'start': 2333.28, 'duration': 4.819}, {'text': 'robot', 'start': 2335.14, 'duration': 4.58}, {'text': 'minimalistics', 'start': 2338.099, 'duration': 5.321}, {'text': 'I like this I like this a lot yeah I', 'start': 2339.72, 'duration': 4.899}, {'text': 'just put overpower below this and I', 'start': 2343.42, 'duration': 3.0}, {'text': \"think this is nice this is cool it's got\", 'start': 2344.619, 'duration': 5.161}, {'text': \"six fingers oh uh but that's okay I\", 'start': 2346.42, 'duration': 4.679}, {'text': 'think we should keep the sixth finger', 'start': 2349.78, 'duration': 3.54}, {'text': 'yeah just as an homage to', 'start': 2351.099, 'duration': 4.74}, {'text': 'the early days of AI yeah early days of', 'start': 2353.32, 'duration': 3.36}, {'text': 'AI', 'start': 2355.839, 'duration': 3.601}, {'text': 'uh yeah six fingered robot is kind of', 'start': 2356.68, 'duration': 4.98}, {'text': 'symbolic actually yeah of early days of', 'start': 2359.44, 'duration': 4.26}, {'text': 'AI anyway this was our attempt at trying', 'start': 2361.66, 'duration': 4.86}, {'text': 'to make something uh you guys should try', 'start': 2363.7, 'duration': 5.58}, {'text': 'making a logo for whatever business or', 'start': 2366.52, 'duration': 4.8}, {'text': 'initiative that you guys are up to or if', 'start': 2369.28, 'duration': 3.12}, {'text': 'you want to make something for', 'start': 2371.32, 'duration': 3.66}, {'text': \"overpowered we're gonna play the intro\", 'start': 2372.4, 'duration': 4.86}, {'text': 'but the intro will end with zooming into', 'start': 2374.98, 'duration': 5.34}, {'text': 'the Taj Mahal with nothing but blank at', 'start': 2377.26, 'duration': 4.98}, {'text': 'the end of it you guys can fill in', 'start': 2380.32, 'duration': 4.32}, {'text': 'create a new logo animate it whatever', 'start': 2382.24, 'duration': 4.379}, {'text': 'you want just go crazy and if someone', 'start': 2384.64, 'duration': 3.66}, {'text': \"makes something really cool we'll\", 'start': 2386.619, 'duration': 4.321}, {'text': \"probably adopt it and uh you'll get paid\", 'start': 2388.3, 'duration': 4.44}, {'text': 'for it sorry for the random interjection', 'start': 2390.94, 'duration': 3.6}, {'text': 'in the middle of the episode way more of', 'start': 2392.74, 'duration': 4.2}, {'text': 'you watch our episodes than the number', 'start': 2394.54, 'duration': 4.38}, {'text': 'of you who have subscribed just', 'start': 2396.94, 'duration': 4.56}, {'text': 'subscribe and we will give you a gift I', 'start': 2398.92, 'duration': 3.9}, {'text': \"promise you if you subscribe you'll get\", 'start': 2401.5, 'duration': 2.76}, {'text': 'a digital gift', 'start': 2402.82, 'duration': 3.84}, {'text': 'short but just subscribe will show up in', 'start': 2404.26, 'duration': 4.079}, {'text': 'a timeline once in a while keep up with', 'start': 2406.66, 'duration': 4.5}, {'text': 'the world of AI with us back to the', 'start': 2408.339, 'duration': 6.0}, {'text': 'episode I read that mid Journey has had', 'start': 2411.16, 'duration': 6.24}, {'text': 'an update maybe a month ago where they', 'start': 2414.339, 'duration': 5.941}, {'text': 'now do product shots really well okay so', 'start': 2417.4, 'duration': 5.88}, {'text': 'product short', 'start': 2420.28, 'duration': 6.66}, {'text': 'uh product shot of', 'start': 2423.28, 'duration': 7.22}, {'text': 'coffee packets', 'start': 2426.94, 'duration': 7.26}, {'text': \"minimalistic black logo let's do this\", 'start': 2430.5, 'duration': 7.56}, {'text': 'coffee so brown or brown coffee packets', 'start': 2434.2, 'duration': 6.78}, {'text': 'minimalistic black logo', 'start': 2438.06, 'duration': 6.6}, {'text': 'of a company called', 'start': 2440.98, 'duration': 3.68}, {'text': 'uh roast', 'start': 2444.76, 'duration': 6.78}, {'text': \"House Coffee so check this out okay it's\", 'start': 2447.339, 'duration': 7.141}, {'text': \"it it's done product shots of\", 'start': 2451.54, 'duration': 5.579}, {'text': 'this coffee brand', 'start': 2454.48, 'duration': 4.56}, {'text': 'this gives you such a killer idea of', 'start': 2457.119, 'duration': 3.601}, {'text': 'what your brand will look and feel like', 'start': 2459.04, 'duration': 3.72}, {'text': \"when it's on a product so great mood\", 'start': 2460.72, 'duration': 3.84}, {'text': 'board great mood board and you can do', 'start': 2462.76, 'duration': 4.319}, {'text': 'this for other stuff also product shots', 'start': 2464.56, 'duration': 5.1}, {'text': 'of stationery', 'start': 2467.079, 'duration': 6.061}, {'text': 'for a brand called cutify', 'start': 2469.66, 'duration': 5.82}, {'text': 'station or cutify', 'start': 2473.14, 'duration': 6.42}, {'text': 'stationery mascot is a small Hardware', 'start': 2475.48, 'duration': 6.3}, {'text': 'you want to give like the rough colors', 'start': 2479.56, 'duration': 5.58}, {'text': 'right cutify stationery colorful', 'start': 2481.78, 'duration': 6.6}, {'text': 'honored table Studio lighting', 'start': 2485.14, 'duration': 5.04}, {'text': 'share these images', 'start': 2488.38, 'duration': 4.32}, {'text': 'dude this looks professional as heck you', 'start': 2490.18, 'duration': 3.78}, {'text': 'can put this on a website almost', 'start': 2492.7, 'duration': 4.02}, {'text': 'immediately with some minor editing you', 'start': 2493.96, 'duration': 4.379}, {'text': 'can put your logo in and you can create', 'start': 2496.72, 'duration': 4.02}, {'text': 'a website in no time yeah and you can', 'start': 2498.339, 'duration': 4.381}, {'text': 'literally do variations of the second', 'start': 2500.74, 'duration': 3.599}, {'text': 'image try variation or second image', 'start': 2502.72, 'duration': 4.68}, {'text': \"it'll probably give you similar but on\", 'start': 2504.339, 'duration': 4.621}, {'text': 'like a different table', 'start': 2507.4, 'duration': 3.12}, {'text': 'you know this is interesting now when', 'start': 2508.96, 'duration': 3.18}, {'text': 'you click on variations you get to', 'start': 2510.52, 'duration': 4.5}, {'text': \"change something in the prompt but it's\", 'start': 2512.14, 'duration': 4.74}, {'text': \"not that good like it won't give you\", 'start': 2515.02, 'duration': 3.96}, {'text': \"exactly what you want you're better off\", 'start': 2516.88, 'duration': 3.84}, {'text': \"regenerating a new image because it'll\", 'start': 2518.98, 'duration': 5.22}, {'text': 'the base image influences too strong by', 'start': 2520.72, 'duration': 4.44}, {'text': \"the way there's something called chaos\", 'start': 2524.2, 'duration': 4.5}, {'text': 'in mid-journey did you do the same thing', 'start': 2525.16, 'duration': 5.82}, {'text': 'same thing', 'start': 2528.7, 'duration': 5.7}, {'text': 'okay in the ending type dash dash C', 'start': 2530.98, 'duration': 6.48}, {'text': '75 brown color', 'start': 2534.4, 'duration': 6.08}, {'text': 'brand name', 'start': 2537.46, 'duration': 3.02}, {'text': 'now dash dash C', 'start': 2541.06, 'duration': 5.94}, {'text': 'space 75.', 'start': 2543.78, 'duration': 5.559}, {'text': 'what does this do', 'start': 2547.0, 'duration': 5.04}, {'text': 'between every generation it increases', 'start': 2549.339, 'duration': 4.981}, {'text': 'the randomness of the Next Generation', 'start': 2552.04, 'duration': 6.539}, {'text': 'okay so it gives you more varied outputs', 'start': 2554.32, 'duration': 5.7}, {'text': \"and you're able to pick from one of\", 'start': 2558.579, 'duration': 4.201}, {'text': 'those outputs but since we are not', 'start': 2560.02, 'duration': 5.7}, {'text': 'optimizing for Perfection with this', 'start': 2562.78, 'duration': 5.819}, {'text': 'generate a thousand or hundred pick one', 'start': 2565.72, 'duration': 4.859}, {'text': \"we like I'll roll with this that's what\", 'start': 2568.599, 'duration': 3.841}, {'text': 'most people end up doing I really like', 'start': 2570.579, 'duration': 3.181}, {'text': 'this but you know what this output is', 'start': 2572.44, 'duration': 3.6}, {'text': 'also decentral role of this', 'start': 2573.76, 'duration': 4.14}, {'text': 'consumer Behavior here is different this', 'start': 2576.04, 'duration': 4.02}, {'text': 'is chaos High chaos oh this is high', 'start': 2577.9, 'duration': 4.14}, {'text': \"chaos okay yeah so the it's more\", 'start': 2580.06, 'duration': 5.58}, {'text': 'variable yeah in its Generations yes', 'start': 2582.04, 'duration': 6.18}, {'text': \"this one's really nice yeah that was\", 'start': 2585.64, 'duration': 5.0}, {'text': 'really nice', 'start': 2588.22, 'duration': 2.42}, {'text': \"do this damn good yeah holy that's\", 'start': 2590.74, 'duration': 6.0}, {'text': 'so good I love the colors on this yeah', 'start': 2593.619, 'duration': 5.581}, {'text': \"I'd buy the out of it so mid\", 'start': 2596.74, 'duration': 4.379}, {'text': 'Journey combined with Photoshop now is', 'start': 2599.2, 'duration': 4.32}, {'text': 'deadly like it can you can output way', 'start': 2601.119, 'duration': 4.081}, {'text': 'quicker like if I was a client and I was', 'start': 2603.52, 'duration': 5.16}, {'text': 'briefing any designer or packaging', 'start': 2605.2, 'duration': 4.619}, {'text': 'person', 'start': 2608.68, 'duration': 3.899}, {'text': 'I would just spend like an hour on my', 'start': 2609.819, 'duration': 6.3}, {'text': 'journey it just makes my idea so clear', 'start': 2612.579, 'duration': 6.78}, {'text': \"It's Gonna Save everyone time yeah the\", 'start': 2616.119, 'duration': 4.861}, {'text': 'designer knows exactly what you want and', 'start': 2619.359, 'duration': 3.121}, {'text': 'they just need to make minor tinkering', 'start': 2620.98, 'duration': 3.66}, {'text': \"which also means that they're spending\", 'start': 2622.48, 'duration': 3.54}, {'text': \"less time they're spending less time\", 'start': 2624.64, 'duration': 4.02}, {'text': 'probably also effort going into', 'start': 2626.02, 'duration': 5.16}, {'text': 'finalizing the design is a lot lower so', 'start': 2628.66, 'duration': 4.98}, {'text': 'do you think that results in lower pay', 'start': 2631.18, 'duration': 5.399}, {'text': 'yeah but higher volume yes higher volume', 'start': 2633.64, 'duration': 4.38}, {'text': \"that's why I said it's all about the\", 'start': 2636.579, 'duration': 3.361}, {'text': \"brand if you're a designer dude top one\", 'start': 2638.02, 'duration': 3.24}, {'text': 'percent of every field is going to exist', 'start': 2639.94, 'duration': 2.34}, {'text': \"they're basically going to be making\", 'start': 2641.26, 'duration': 3.72}, {'text': 'edits on top of AI in every field okay', 'start': 2642.28, 'duration': 4.74}, {'text': 'the thing is', 'start': 2644.98, 'duration': 4.379}, {'text': \"if you have a big brand name you're\", 'start': 2647.02, 'duration': 4.02}, {'text': 'probably getting lower pay but you have', 'start': 2649.359, 'duration': 3.421}, {'text': 'a thousand clients correct and it is', 'start': 2651.04, 'duration': 2.88}, {'text': 'possible for you to get a thousand price', 'start': 2652.78, 'duration': 2.819}, {'text': \"right that's what tech companies work on\", 'start': 2653.92, 'duration': 2.82}, {'text': \"the fact that they're working with a lot\", 'start': 2655.599, 'duration': 3.121}, {'text': 'of clients at the same time so if you', 'start': 2656.74, 'duration': 3.9}, {'text': 'were a designer would you tell your', 'start': 2658.72, 'duration': 5.16}, {'text': 'clients to get mid-journey so their', 'start': 2660.64, 'duration': 5.34}, {'text': 'briefs to you becomes more clear they', 'start': 2663.88, 'duration': 3.78}, {'text': 'have a better idea of what they like', 'start': 2665.98, 'duration': 3.42}, {'text': 'before they come to you this is an', 'start': 2667.66, 'duration': 3.5}, {'text': 'incentive alignment problem', 'start': 2669.4, 'duration': 4.199}, {'text': \"you don't have the incentive to show the\", 'start': 2671.16, 'duration': 5.08}, {'text': \"clients my journey in fact I've received\", 'start': 2673.599, 'duration': 4.801}, {'text': 'some DMS saying why are you doing', 'start': 2676.24, 'duration': 3.78}, {'text': 'overpower why are you showing why are', 'start': 2678.4, 'duration': 3.06}, {'text': 'you revealing the secrets to other', 'start': 2680.02, 'duration': 3.599}, {'text': \"people but come on it's not going to\", 'start': 2681.46, 'duration': 4.139}, {'text': 'stay a secret for much longer right I', 'start': 2683.619, 'duration': 4.261}, {'text': 'would say move to a task where where', 'start': 2685.599, 'duration': 5.101}, {'text': \"it's just clients will need to edit will\", 'start': 2687.88, 'duration': 4.26}, {'text': 'absolutely need to edit and the edit', 'start': 2690.7, 'duration': 3.06}, {'text': 'takes time I would say pivot to a job', 'start': 2692.14, 'duration': 3.3}, {'text': \"like that don't do thumbnail art okay\", 'start': 2693.76, 'duration': 5.7}, {'text': \"don't do static One-Shot images uh mid\", 'start': 2695.44, 'duration': 5.1}, {'text': 'Journey one more place mid Journey', 'start': 2699.46, 'duration': 2.82}, {'text': 'struggles with is image to image', 'start': 2700.54, 'duration': 3.6}, {'text': 'consistency again same thing right so if', 'start': 2702.28, 'duration': 3.6}, {'text': \"a client says and we've tried this\", 'start': 2704.14, 'duration': 2.82}, {'text': \"before we're making a game with Virginia\", 'start': 2705.88, 'duration': 2.4}, {'text': 'like we need these five different', 'start': 2706.96, 'duration': 3.359}, {'text': 'screens right all screens will be', 'start': 2708.28, 'duration': 3.42}, {'text': 'different even if you feed the first', 'start': 2710.319, 'duration': 2.461}, {'text': 'screen as a reference to the second', 'start': 2711.7, 'duration': 3.6}, {'text': 'screen it just looks different so we had', 'start': 2712.78, 'duration': 4.14}, {'text': 'to generate like in some cases like two', 'start': 2715.3, 'duration': 2.76}, {'text': 'thousand three thousand variants and be', 'start': 2716.92, 'duration': 2.64}, {'text': 'like this is the perfect one because we', 'start': 2718.06, 'duration': 2.7}, {'text': \"obviously don't have the skill to go\", 'start': 2719.56, 'duration': 3.36}, {'text': 'into the image or make a brand new image', 'start': 2720.76, 'duration': 3.48}, {'text': 'and be like this has to be consistent in', 'start': 2722.92, 'duration': 2.52}, {'text': 'the last one because my journey produces', 'start': 2724.24, 'duration': 3.48}, {'text': \"such great outputs you can't match with\", 'start': 2725.44, 'duration': 4.139}, {'text': \"the next screen let's say the lobby\", 'start': 2727.72, 'duration': 3.899}, {'text': 'screen will not match the home screen or', 'start': 2729.579, 'duration': 3.54}, {'text': 'whatever right so given everything that', 'start': 2731.619, 'duration': 3.181}, {'text': 'Journey can now do mid Journey can do', 'start': 2733.119, 'duration': 4.621}, {'text': 'super sexy photographs mid Germany can', 'start': 2734.8, 'duration': 5.039}, {'text': 'now do super sexy illustrations mid', 'start': 2737.74, 'duration': 4.68}, {'text': 'Journey can now do logos uh mid Journey', 'start': 2739.839, 'duration': 6.181}, {'text': 'can now uh do all kinds of graphic', 'start': 2742.42, 'duration': 5.699}, {'text': \"design so if you're a graphic designer\", 'start': 2746.02, 'duration': 5.46}, {'text': 'photographer an illustrator what is a', 'start': 2748.119, 'duration': 7.021}, {'text': 'way in which you can make more Revenue', 'start': 2751.48, 'duration': 5.22}, {'text': 'uh', 'start': 2755.14, 'duration': 3.24}, {'text': \"let's come to the revenue piece in a bit\", 'start': 2756.7, 'duration': 4.5}, {'text': \"I'll tell you the simple algorithm okay\", 'start': 2758.38, 'duration': 4.739}, {'text': \"it's not fully fleshed out I've been\", 'start': 2761.2, 'duration': 2.94}, {'text': \"thinking about this for a while but it's\", 'start': 2763.119, 'duration': 3.121}, {'text': 'not fully fleshed out think of what', 'start': 2764.14, 'duration': 5.4}, {'text': 'requires full brand kits because frame', 'start': 2766.24, 'duration': 5.4}, {'text': \"to frame consistency matters you can't\", 'start': 2769.54, 'duration': 3.72}, {'text': 'have a brand where five different things', 'start': 2771.64, 'duration': 3.54}, {'text': \"look they're all cool but they don't\", 'start': 2773.26, 'duration': 3.24}, {'text': 'match each other', 'start': 2775.18, 'duration': 3.3}, {'text': 'those pieces are where you can win', 'start': 2776.5, 'duration': 3.54}, {'text': 'because your first seed will be', 'start': 2778.48, 'duration': 3.0}, {'text': \"generated by mid Journey let's say one\", 'start': 2780.04, 'duration': 2.819}, {'text': 'of those images and you build the rest', 'start': 2781.48, 'duration': 3.42}, {'text': 'of the brand around that one image', 'start': 2782.859, 'duration': 3.901}, {'text': 'that is why thumbnail artists are a', 'start': 2784.9, 'duration': 3.179}, {'text': \"little bit shaky because you're doing\", 'start': 2786.76, 'duration': 3.42}, {'text': \"one image and you're done there's no\", 'start': 2788.079, 'duration': 4.141}, {'text': 'need for one thumbnail to match another', 'start': 2790.18, 'duration': 3.179}, {'text': \"thumbnail you see anyone's YouTube\", 'start': 2792.22, 'duration': 2.22}, {'text': 'channel all their thumbnails look', 'start': 2793.359, 'duration': 3.48}, {'text': 'different right and image to image is', 'start': 2794.44, 'duration': 4.32}, {'text': 'decent there the minute you have to do', 'start': 2796.839, 'duration': 3.181}, {'text': 'an entire brand kit for a company', 'start': 2798.76, 'duration': 3.72}, {'text': 'landing page this that whatever booklet', 'start': 2800.02, 'duration': 4.799}, {'text': 'and all of them have to match unless', 'start': 2802.48, 'duration': 3.66}, {'text': \"they're all matching the sense that you\", 'start': 2804.819, 'duration': 2.341}, {'text': \"have one image and you're just sticking\", 'start': 2806.14, 'duration': 2.04}, {'text': \"on top of the booklet let's say the\", 'start': 2807.16, 'duration': 2.82}, {'text': 'booklet has to match the entire theme of', 'start': 2808.18, 'duration': 4.74}, {'text': 'the other stuff then I think you have a', 'start': 2809.98, 'duration': 4.859}, {'text': 'good competitive so check this image out', 'start': 2812.92, 'duration': 5.22}, {'text': 'okay this is for a packaging of a coffee', 'start': 2814.839, 'duration': 5.401}, {'text': \"company like I'll show you this problem\", 'start': 2818.14, 'duration': 4.439}, {'text': 'in real time okay let me upscale the', 'start': 2820.24, 'duration': 4.74}, {'text': 'third one okay we really like the third', 'start': 2822.579, 'duration': 3.661}, {'text': \"one we really like the software I'm\", 'start': 2824.98, 'duration': 2.22}, {'text': 'going to show you the problem live', 'start': 2826.24, 'duration': 2.099}, {'text': 'because this is an opportunity for you', 'start': 2827.2, 'duration': 2.52}, {'text': 'and if you listen carefully there is an', 'start': 2828.339, 'duration': 2.461}, {'text': 'easy way you can actually make a lot of', 'start': 2829.72, 'duration': 3.119}, {'text': 'money doing just design okay you have', 'start': 2830.8, 'duration': 3.36}, {'text': \"this image now I'll show you the problem\", 'start': 2832.839, 'duration': 3.841}, {'text': \"okay I'm gonna copy this image you can\", 'start': 2834.16, 'duration': 3.959}, {'text': 'do right click', 'start': 2836.68, 'duration': 4.679}, {'text': 'copy link do slash imagine', 'start': 2838.119, 'duration': 6.361}, {'text': 'paste paste it okay now you have this is', 'start': 2841.359, 'duration': 6.301}, {'text': 'a reference image rest space now say you', 'start': 2844.48, 'duration': 4.98}, {'text': 'want this or do you want a landing page', 'start': 2847.66, 'duration': 3.36}, {'text': 'of this or coffee table book coffee', 'start': 2849.46, 'duration': 5.52}, {'text': 'table book turn this into a coffee table', 'start': 2851.02, 'duration': 5.64}, {'text': 'book', 'start': 2854.98, 'duration': 4.26}, {'text': 'book', 'start': 2856.66, 'duration': 4.919}, {'text': \"book no it's fine it's fine Studio\", 'start': 2859.24, 'duration': 6.24}, {'text': 'lighting or uh on top of a coffee table', 'start': 2861.579, 'duration': 6.0}, {'text': 'and I call this Nuance right when you', 'start': 2865.48, 'duration': 3.18}, {'text': 'played with these tools for a long', 'start': 2867.579, 'duration': 2.28}, {'text': 'enough time you figure out where the', 'start': 2868.66, 'duration': 3.12}, {'text': 'opportunity is which is why everyone', 'start': 2869.859, 'duration': 3.96}, {'text': 'should play with AI there are gaps and', 'start': 2871.78, 'duration': 3.24}, {'text': 'those gaps are where the money will be', 'start': 2873.819, 'duration': 2.101}, {'text': 'made', 'start': 2875.02, 'duration': 1.86}, {'text': 'okay', 'start': 2875.92, 'duration': 4.74}, {'text': \"now let's watch this no open this in a\", 'start': 2876.88, 'duration': 4.979}, {'text': 'new tab', 'start': 2880.66, 'duration': 4.74}, {'text': \"I'm going to open this in a new tab\", 'start': 2881.859, 'duration': 4.98}, {'text': 'okay', 'start': 2885.4, 'duration': 4.34}, {'text': 'does it match', 'start': 2886.839, 'duration': 2.901}, {'text': 'not entirely no this is what I mean', 'start': 2890.26, 'duration': 4.44}, {'text': 'frame to frame consistency', 'start': 2892.24, 'duration': 5.099}, {'text': 'is poor so the question you have to ask', 'start': 2894.7, 'duration': 4.86}, {'text': 'yourself is how do I get deals that', 'start': 2897.339, 'duration': 5.161}, {'text': 'require me to build the entire blanket', 'start': 2899.56, 'duration': 4.92}, {'text': 'because you some some people lazy people', 'start': 2902.5, 'duration': 4.74}, {'text': 'just like crop this out and then just', 'start': 2904.48, 'duration': 4.32}, {'text': \"stick it on a book that's also possible\", 'start': 2907.24, 'duration': 2.96}, {'text': 'right if you take a front shot of this', 'start': 2908.8, 'duration': 4.62}, {'text': 'but most people want frame to frame', 'start': 2910.2, 'duration': 4.659}, {'text': 'consistency and this is why video', 'start': 2913.42, 'duration': 2.88}, {'text': 'struggles this is why we chose video', 'start': 2914.859, 'duration': 3.48}, {'text': \"editing as a field right because it's\", 'start': 2916.3, 'duration': 3.84}, {'text': 'just every frame is going to look', 'start': 2918.339, 'duration': 3.661}, {'text': 'different so if I were to sum it up if I', 'start': 2920.14, 'duration': 3.54}, {'text': 'was a designer I would use mid-journey', 'start': 2922.0, 'duration': 5.579}, {'text': 'to truly identify what the client likes', 'start': 2923.68, 'duration': 6.179}, {'text': 'and then my skills will be needed to', 'start': 2927.579, 'duration': 4.681}, {'text': 'turn it into a consistent brand across X', 'start': 2929.859, 'duration': 4.321}, {'text': 'number of images so easy way to do it', 'start': 2932.26, 'duration': 3.66}, {'text': 'right easy algorithm like I said', 'start': 2934.18, 'duration': 4.679}, {'text': 'find any sort of design work that', 'start': 2935.92, 'duration': 4.26}, {'text': \"doesn't require to just generate one\", 'start': 2938.859, 'duration': 3.421}, {'text': 'image because there you will have', 'start': 2940.18, 'duration': 3.72}, {'text': 'competition right with mid journey and', 'start': 2942.28, 'duration': 4.14}, {'text': 'if I was a client I would not waste a', 'start': 2943.9, 'duration': 5.1}, {'text': \"designer's Time by giving vague briefs\", 'start': 2946.42, 'duration': 4.32}, {'text': 'which is what a lot of work is right now', 'start': 2949.0, 'duration': 3.06}, {'text': 'the client will send you this the client', 'start': 2950.74, 'duration': 3.74}, {'text': 'will be like', 'start': 2952.06, 'duration': 2.42}, {'text': 'options', 'start': 2955.14, 'duration': 3.0}, {'text': 'whatever yeah so my journey can actually', 'start': 2960.599, 'duration': 4.901}, {'text': 'help you just do a lot more work in the', 'start': 2962.859, 'duration': 4.441}, {'text': 'same amount of time and and your', 'start': 2965.5, 'duration': 3.72}, {'text': 'inspiration mood board like it helps you', 'start': 2967.3, 'duration': 3.539}, {'text': 'and the client agree on what what style', 'start': 2969.22, 'duration': 4.68}, {'text': 'yeah yeah uh avoid one-offs right avoid', 'start': 2970.839, 'duration': 5.641}, {'text': 'thumbnail art avoid um marketing', 'start': 2973.9, 'duration': 4.679}, {'text': 'creators with the client only wants one', 'start': 2976.48, 'duration': 3.119}, {'text': 'creative a lot of times that happens', 'start': 2978.579, 'duration': 3.181}, {'text': 'they only want one creative', 'start': 2979.599, 'duration': 3.781}, {'text': \"um avoid anything that's a one-off so\", 'start': 2981.76, 'duration': 2.88}, {'text': \"yeah if you're a designer watching this\", 'start': 2983.38, 'duration': 3.12}, {'text': \"it's time to go full stack see that's\", 'start': 2984.64, 'duration': 3.54}, {'text': 'the thing now design', 'start': 2986.5, 'duration': 3.96}, {'text': \"eventually people move into oh I'm doing\", 'start': 2988.18, 'duration': 5.58}, {'text': 'the entire brand for the company now I', 'start': 2990.46, 'duration': 4.5}, {'text': 'will measure my words here because', 'start': 2993.76, 'duration': 3.059}, {'text': \"there's something called style draw okay\", 'start': 2994.96, 'duration': 3.359}, {'text': 'which just released paper release around', 'start': 2996.819, 'duration': 3.361}, {'text': 'the code base is released which allows', 'start': 2998.319, 'duration': 3.061}, {'text': 'you to do frame to frame design', 'start': 3000.18, 'duration': 4.38}, {'text': \"consistency right but I've never tried\", 'start': 3001.38, 'duration': 5.459}, {'text': \"it I don't know what the outcome is like\", 'start': 3004.56, 'duration': 5.519}, {'text': 'um and either way I think it after the', 'start': 3006.839, 'duration': 4.921}, {'text': 'first image is generated you will still', 'start': 3010.079, 'duration': 2.881}, {'text': 'need to put a lot of effort in making', 'start': 3011.76, 'duration': 3.059}, {'text': 'the other images match so time to go', 'start': 3012.96, 'duration': 4.74}, {'text': 'full stack yeah be a brand manager or a', 'start': 3014.819, 'duration': 5.161}, {'text': 'brand designer so there was a video that', 'start': 3017.7, 'duration': 5.04}, {'text': 'I saw of someone on Instagram talking', 'start': 3019.98, 'duration': 5.4}, {'text': 'about how they can turn themselves into', 'start': 3022.74, 'duration': 6.48}, {'text': 'a 3D character and make them talk yeah', 'start': 3025.38, 'duration': 6.3}, {'text': 'so it still looks a little bit fake', 'start': 3029.22, 'duration': 4.44}, {'text': \"because the head it's not just the\", 'start': 3031.68, 'duration': 3.78}, {'text': 'earlier we could just make the face move', 'start': 3033.66, 'duration': 3.78}, {'text': 'now like the entire head moves little', 'start': 3035.46, 'duration': 3.42}, {'text': \"bit there's some you know variance in\", 'start': 3037.44, 'duration': 4.22}, {'text': \"the movement so let's show you an output\", 'start': 3038.88, 'duration': 5.459}, {'text': \"uh let's take this image of mine okay\", 'start': 3041.66, 'duration': 5.14}, {'text': \"let's run it through did and let's run\", 'start': 3044.339, 'duration': 4.941}, {'text': 'the process', 'start': 3046.8, 'duration': 2.48}, {'text': 'and here is the output hey guys my name', 'start': 3050.819, 'duration': 4.861}, {'text': 'is Varan and I was gifted a computer at', 'start': 3053.52, 'duration': 4.02}, {'text': 'the age of seven which led me to playing', 'start': 3055.68, 'duration': 3.899}, {'text': 'a lot of video games which then led me', 'start': 3057.54, 'duration': 4.319}, {'text': 'to suffer in my exams what do you think', 'start': 3059.579, 'duration': 4.321}, {'text': \"I think this is super interesting it's\", 'start': 3061.859, 'duration': 5.161}, {'text': \"cute it's a toy right now but eventually\", 'start': 3063.9, 'duration': 5.12}, {'text': \"as it gets better you'll be able to\", 'start': 3067.02, 'duration': 5.099}, {'text': 'create different avatars of yourself do', 'start': 3069.02, 'duration': 5.38}, {'text': 'you want to see it get better how watch', 'start': 3072.119, 'duration': 3.841}, {'text': 'this', 'start': 3074.4, 'duration': 4.56}, {'text': 'foreign', 'start': 3075.96, 'duration': 3.0}, {'text': 'actually this is replacing just this', 'start': 3085.819, 'duration': 4.121}, {'text': 'part so you shoot some base footage', 'start': 3088.26, 'duration': 2.88}, {'text': \"where you're just like standing and like\", 'start': 3089.94, 'duration': 4.379}, {'text': 'moving your head a few times and now I', 'start': 3091.14, 'duration': 5.04}, {'text': \"can record anything so I don't like\", 'start': 3094.319, 'duration': 3.661}, {'text': \"creating content I think it's a pain in\", 'start': 3096.18, 'duration': 5.879}, {'text': 'the ass thanks and uh I think uh having', 'start': 3097.98, 'duration': 6.599}, {'text': 'this Avatar of me create content is to', 'start': 3102.059, 'duration': 4.621}, {'text': 'me is a Big Time Saver so this is', 'start': 3104.579, 'duration': 4.201}, {'text': 'interesting and people will use it for a', 'start': 3106.68, 'duration': 3.3}, {'text': 'lot of cute things in the beginning', 'start': 3108.78, 'duration': 3.96}, {'text': \"which is you'll be able to style\", 'start': 3109.98, 'duration': 4.74}, {'text': 'yourself in different visual Styles', 'start': 3112.74, 'duration': 3.839}, {'text': 'right now this is 3dr tomorrow you can', 'start': 3114.72, 'duration': 4.5}, {'text': 'make yourself in an anime style animated', 'start': 3116.579, 'duration': 4.621}, {'text': 'video you can do it in different styles', 'start': 3119.22, 'duration': 4.5}, {'text': 'and eventually Porto you can put', 'start': 3121.2, 'duration': 5.159}, {'text': 'yourself as a 3D render in a video game', 'start': 3123.72, 'duration': 6.18}, {'text': 'and truly play as yourself in FIFA in in', 'start': 3126.359, 'duration': 5.76}, {'text': 'GTA you can you can you anyone will be', 'start': 3129.9, 'duration': 3.48}, {'text': 'able to Output themselves and put them', 'start': 3132.119, 'duration': 3.181}, {'text': 'in a proper simulated simulated', 'start': 3133.38, 'duration': 3.42}, {'text': 'environment absolutely', 'start': 3135.3, 'duration': 2.819}, {'text': \"you know you know what I'm worried about\", 'start': 3136.8, 'duration': 2.94}, {'text': \"not I'm not worried about it but I think\", 'start': 3138.119, 'duration': 3.901}, {'text': \"there's a good opportunity here a lot of\", 'start': 3139.74, 'duration': 4.319}, {'text': 'very good video editors who have good', 'start': 3142.02, 'duration': 3.839}, {'text': 'stories to tell but too shy to get in', 'start': 3144.059, 'duration': 3.3}, {'text': \"front of the camera you know there's a\", 'start': 3145.859, 'duration': 3.181}, {'text': 'big bunch of people who correct who are', 'start': 3147.359, 'duration': 2.581}, {'text': 'like this', 'start': 3149.04, 'duration': 2.579}, {'text': 'you make them all powerful right now', 'start': 3149.94, 'duration': 4.02}, {'text': \"correct right because now they're good\", 'start': 3151.619, 'duration': 3.601}, {'text': 'at the introvert stuff which is staying', 'start': 3153.96, 'duration': 2.639}, {'text': 'on the back end doing some research', 'start': 3155.22, 'duration': 2.94}, {'text': 'figuring out what to make a video on', 'start': 3156.599, 'duration': 4.801}, {'text': 'editing that video good graphics Etc', 'start': 3158.16, 'duration': 5.64}, {'text': \"and now they've always done it as a\", 'start': 3161.4, 'duration': 3.959}, {'text': 'service for other content creators but', 'start': 3163.8, 'duration': 3.2}, {'text': \"if you're able to put yourself\", 'start': 3165.359, 'duration': 4.921}, {'text': 'with the crazy personality and whatnot', 'start': 3167.0, 'duration': 5.44}, {'text': 'then you do it yeah this is confidence', 'start': 3170.28, 'duration': 4.38}, {'text': 'as a service confidence is a service yes', 'start': 3172.44, 'duration': 4.58}, {'text': \"right and and also you don't need Studio\", 'start': 3174.66, 'duration': 6.24}, {'text': \"you don't need the setup you don't like\", 'start': 3177.02, 'duration': 7.539}, {'text': \"it's just straight text or script to\", 'start': 3180.9, 'duration': 5.82}, {'text': \"video which is why don't use strategy\", 'start': 3184.559, 'duration': 3.601}, {'text': \"video to make these videos it's internet\", 'start': 3186.72, 'duration': 2.76}, {'text': 'is going to be flooded with them now', 'start': 3188.16, 'duration': 4.26}, {'text': 'find your unique Insight find where you', 'start': 3189.48, 'duration': 5.099}, {'text': \"have the depth uh that's I think where\", 'start': 3192.42, 'duration': 3.84}, {'text': 'the opportunity is going to be all right', 'start': 3194.579, 'duration': 4.561}, {'text': 'Nvidia stock reaches 1 trillion market', 'start': 3196.26, 'duration': 5.88}, {'text': 'cap do you think Nvidia can get larger', 'start': 3199.14, 'duration': 6.36}, {'text': 'than a trillion yeah if if we think on', 'start': 3202.14, 'duration': 6.439}, {'text': 'the curve we are at the early stages', 'start': 3205.5, 'duration': 6.72}, {'text': 'then yeah I think Nvidia is positioned', 'start': 3208.579, 'duration': 5.201}, {'text': 'to be', 'start': 3212.22, 'duration': 3.66}, {'text': 'one of the top companies along with the', 'start': 3213.78, 'duration': 3.48}, {'text': 'big four right', 'start': 3215.88, 'duration': 4.62}, {'text': 'like people are making tweets about how', 'start': 3217.26, 'duration': 6.24}, {'text': 'the n in Fang is now Nvidia and not', 'start': 3220.5, 'duration': 5.4}, {'text': 'Netflix yeah Netflix struggling what', 'start': 3223.5, 'duration': 4.74}, {'text': \"does Nvidia have that AMD doesn't have a\", 'start': 3225.9, 'duration': 3.9}, {'text': 'lot of things I think Nvidia is better', 'start': 3228.24, 'duration': 5.28}, {'text': 'Tech the gpus are better also at least', 'start': 3229.8, 'duration': 5.22}, {'text': \"for tasks like machine learning there's\", 'start': 3233.52, 'duration': 3.059}, {'text': 'something called cuda which is great', 'start': 3235.02, 'duration': 3.599}, {'text': 'with Nvidia and it', 'start': 3236.579, 'duration': 3.721}, {'text': \"I've never even explored the AMD version\", 'start': 3238.619, 'duration': 3.181}, {'text': 'I know somebody was planning to make an', 'start': 3240.3, 'duration': 4.2}, {'text': 'Nvidia competitor uh or allow machine', 'start': 3241.8, 'duration': 4.68}, {'text': 'learning on AMD cards make it as simple', 'start': 3244.5, 'duration': 4.5}, {'text': \"as what we it's not simple but make it\", 'start': 3246.48, 'duration': 5.04}, {'text': 'as easy as what we do on the Nvidia side', 'start': 3249.0, 'duration': 5.22}, {'text': 'he gave up after three days really yeah', 'start': 3251.52, 'duration': 4.74}, {'text': \"there's a tweet like he gave up after\", 'start': 3254.22, 'duration': 3.119}, {'text': 'three days', 'start': 3256.26, 'duration': 4.2}, {'text': \"okay so he's just like I hate AMD close\", 'start': 3257.339, 'duration': 6.0}, {'text': \"all my shoes bye so uh no I don't think\", 'start': 3260.46, 'duration': 4.56}, {'text': \"AMD is a good competitor that's what I\", 'start': 3263.339, 'duration': 3.601}, {'text': 'said right like I invested what I use I', 'start': 3265.02, 'duration': 4.319}, {'text': \"don't use AMD I've tried and I used to\", 'start': 3266.94, 'duration': 3.72}, {'text': \"be the kind of person like nvidia's\", 'start': 3269.339, 'duration': 3.061}, {'text': 'mainstream reviews AMD you know not', 'start': 3270.66, 'duration': 3.72}, {'text': \"mainstream I'll be the guy with the\", 'start': 3272.4, 'duration': 4.52}, {'text': 'alternate whatever it sucks', 'start': 3274.38, 'duration': 6.12}, {'text': 'so the things go mainstream for a reason', 'start': 3276.92, 'duration': 6.82}, {'text': 'I guess right now one trillion I think', 'start': 3280.5, 'duration': 4.5}, {'text': 'has a lot of zeros', 'start': 3283.74, 'duration': 3.0}, {'text': \"I don't know if it's overpriced\", 'start': 3285.0, 'duration': 4.8}, {'text': \"underpriced I'm sure some famous stock\", 'start': 3286.74, 'duration': 6.119}, {'text': 'market analyst has this thing uh I just', 'start': 3289.8, 'duration': 3.9}, {'text': \"don't know\", 'start': 3292.859, 'duration': 1.921}, {'text': 'hmm', 'start': 3293.7, 'duration': 3.359}, {'text': 'but really a lot of zeros have never', 'start': 3294.78, 'duration': 3.9}, {'text': \"been there I don't know what it takes to\", 'start': 3297.059, 'duration': 3.961}, {'text': \"be there in the last six months we've\", 'start': 3298.68, 'duration': 3.659}, {'text': 'seen', 'start': 3301.02, 'duration': 5.22}, {'text': 'um the rise of two people to be at the', 'start': 3302.339, 'duration': 6.24}, {'text': 'front and center along with Elon Tim', 'start': 3306.24, 'duration': 6.18}, {'text': 'Cook Zuck which is Sam Altman', 'start': 3308.579, 'duration': 6.601}, {'text': 'and the CEO of Nvidia I have a question', 'start': 3312.42, 'duration': 4.139}, {'text': \"that's not related to all this actually\", 'start': 3315.18, 'duration': 3.12}, {'text': 'what do you think of the Sam Waterman', 'start': 3316.559, 'duration': 4.981}, {'text': 'event in India so by the way Thunderman', 'start': 3318.3, 'duration': 5.039}, {'text': 'I have a planning to go and then said', 'start': 3321.54, 'duration': 3.66}, {'text': \"let's not go you want to tell them why I\", 'start': 3323.339, 'duration': 3.841}, {'text': \"said we shouldn't go a because it was\", 'start': 3325.2, 'duration': 3.18}, {'text': 'very last minute', 'start': 3327.18, 'duration': 4.26}, {'text': 'B I knew that if we went to the event we', 'start': 3328.38, 'duration': 5.16}, {'text': \"won't really get any sort of one-on-one\", 'start': 3331.44, 'duration': 5.22}, {'text': \"time with Sam I just told you that it'll\", 'start': 3333.54, 'duration': 4.74}, {'text': \"probably be like 30 seconds and we'll\", 'start': 3336.66, 'duration': 3.12}, {'text': \"get to take a selfie and I don't want to\", 'start': 3338.28, 'duration': 3.48}, {'text': 'be that guy who just takes a selfie', 'start': 3339.78, 'duration': 3.839}, {'text': 'I think if we continue to work on', 'start': 3341.76, 'duration': 3.78}, {'text': 'overpowered and if we continue to do you', 'start': 3343.619, 'duration': 3.601}, {'text': 'know output products out work with', 'start': 3345.54, 'duration': 4.38}, {'text': 'developers build a real AI Community we', 'start': 3347.22, 'duration': 5.099}, {'text': 'will get a warm intro with Sam at some', 'start': 3349.92, 'duration': 4.8}, {'text': 'point at some point Sam will hear that', 'start': 3352.319, 'duration': 4.201}, {'text': 'hey there are these guys who are doing', 'start': 3354.72, 'duration': 3.839}, {'text': 'an AI thing in India where they have a', 'start': 3356.52, 'duration': 3.299}, {'text': 'pretty large community people follow', 'start': 3358.559, 'duration': 3.661}, {'text': \"them maybe it's worth doing a 30 40\", 'start': 3359.819, 'duration': 4.861}, {'text': \"Minute Podcast episode yeah so that's\", 'start': 3362.22, 'duration': 4.5}, {'text': 'why I said that we should not go to this', 'start': 3364.68, 'duration': 3.72}, {'text': 'event just to click a selfie like I', 'start': 3366.72, 'duration': 3.119}, {'text': \"don't want to be that guy sir one\", 'start': 3368.4, 'duration': 3.06}, {'text': 'picture please sir one picture please', 'start': 3369.839, 'duration': 3.181}, {'text': \"and you click it and it's always like\", 'start': 3371.46, 'duration': 2.7}, {'text': \"they're getting whisked out of the room\", 'start': 3373.02, 'duration': 2.64}, {'text': \"and you're on the way just you just\", 'start': 3374.16, 'duration': 2.58}, {'text': 'click the picture and they look listen', 'start': 3375.66, 'duration': 4.159}, {'text': 'have you seen some of the pictures', 'start': 3376.74, 'duration': 3.079}, {'text': 'send me a picture of someone who took a', 'start': 3380.059, 'duration': 4.481}, {'text': 'selfie with Sam and just said you were', 'start': 3382.38, 'duration': 4.86}, {'text': 'right yeah yeah I knew I knew this is', 'start': 3384.54, 'duration': 5.279}, {'text': 'what it would be like uh so these events', 'start': 3387.24, 'duration': 4.8}, {'text': \"are I mean I get what Sam's trying to do\", 'start': 3389.819, 'duration': 4.321}, {'text': 'yeah he came for the Prime Minister I', 'start': 3392.04, 'duration': 4.799}, {'text': 'think that one picture with Sam and Modi', 'start': 3394.14, 'duration': 4.86}, {'text': 'will travel far wider than anything else', 'start': 3396.839, 'duration': 3.541}, {'text': 'he did', 'start': 3399.0, 'duration': 3.119}, {'text': 'um and also an important event like this', 'start': 3400.38, 'duration': 4.8}, {'text': 'does is the whole startup sector talks', 'start': 3402.119, 'duration': 5.341}, {'text': 'about it and the more everybody feels', 'start': 3405.18, 'duration': 4.379}, {'text': 'like holy yeah is here literally', 'start': 3407.46, 'duration': 3.899}, {'text': \"the CEO was here he's being the Prime\", 'start': 3409.559, 'duration': 3.901}, {'text': \"Minister and he's doing this thing so it\", 'start': 3411.359, 'duration': 4.2}, {'text': \"makes like have you I've seen an uptick\", 'start': 3413.46, 'duration': 3.42}, {'text': 'in the number of startup Founders', 'start': 3415.559, 'duration': 3.961}, {'text': 'talking about AI publicly yeah like they', 'start': 3416.88, 'duration': 4.32}, {'text': 'were Whispers And murmurs like three to', 'start': 3419.52, 'duration': 3.299}, {'text': \"four months ago and now it's like the\", 'start': 3421.2, 'duration': 3.06}, {'text': \"catch out of the bag it's pretty obvious\", 'start': 3422.819, 'duration': 3.3}, {'text': 'now that everybody needs to be AI', 'start': 3424.26, 'duration': 3.24}, {'text': 'assisted', 'start': 3426.119, 'duration': 2.821}, {'text': 'um me and maroon also have been', 'start': 3427.5, 'duration': 3.119}, {'text': 'discussing because ever since we started', 'start': 3428.94, 'duration': 3.179}, {'text': \"overpowered there's just been a lot of\", 'start': 3430.619, 'duration': 3.301}, {'text': 'inbound of a number of people who want', 'start': 3432.119, 'duration': 4.321}, {'text': 'to Tinker around with AI but right now', 'start': 3433.92, 'duration': 4.98}, {'text': 'we were just doing content but with', 'start': 3436.44, 'duration': 4.919}, {'text': 'figuring it out how we can actually work', 'start': 3438.9, 'duration': 5.04}, {'text': \"with companies and startups anyway I'm\", 'start': 3441.359, 'duration': 4.621}, {'text': 'all for more such events I think the', 'start': 3443.94, 'duration': 5.04}, {'text': 'more time Sam spends here the more but', 'start': 3445.98, 'duration': 5.16}, {'text': 'it actually genuinely boosts the', 'start': 3448.98, 'duration': 4.02}, {'text': 'interesting AI from the whole startup', 'start': 3451.14, 'duration': 3.419}, {'text': 'ecosystem', 'start': 3453.0, 'duration': 4.859}, {'text': 'um and next time is here will you go', 'start': 3454.559, 'duration': 6.06}, {'text': 'depends how much time we get if five', 'start': 3457.859, 'duration': 4.561}, {'text': 'minutes sitting in the crowd not worth', 'start': 3460.619, 'duration': 3.72}, {'text': \"it right because you'll get called out\", 'start': 3462.42, 'duration': 3.36}, {'text': 'of context I would rather have him here', 'start': 3464.339, 'duration': 4.161}, {'text': \"Sam come let's discuss\", 'start': 3465.78, 'duration': 5.52}, {'text': \"uh you're always invited yeah please\", 'start': 3468.5, 'duration': 4.359}, {'text': 'please come on overpowered and please', 'start': 3471.3, 'duration': 3.72}, {'text': 'tell us how we can build a foundational', 'start': 3472.859, 'duration': 4.74}, {'text': 'LM that can compete with charging sir', 'start': 3475.02, 'duration': 6.0}, {'text': 'you tell one how to please disrupt one', 'start': 3477.599, 'duration': 5.281}, {'text': \"anyway as for today's episode of hope I\", 'start': 3481.02, 'duration': 2.94}, {'text': 'hope you guys enjoyed it do hit', 'start': 3482.88, 'duration': 3.239}, {'text': 'subscribe and get cracking on your logos', 'start': 3483.96, 'duration': 4.92}, {'text': \"get cracking on the packaging we'll see\", 'start': 3486.119, 'duration': 4.411}, {'text': 'on the next one bye', 'start': 3488.88, 'duration': 4.689}, {'text': '[Music]', 'start': 3490.53, 'duration': 3.039}]\n", "[\n", " {\n", " \"start_time\": 169.58,\n", " \"end_time\": 199.10,\n", " \"description\": \"I think the quest will win because it already has an option I think it's a function of the best game I think someone's gonna build a World of Warcraft MMORPG or like a Dota or a League of Legends people have tried the Counter-Strike thing there are lots of games there's contractors Pavlov and stuff this is not good right so I feel it's the function of the best game and I think I want to see how AR plays out I've seen a lot of how VR has played out it's just a story of low retention people use it three weeks stop I want to see how AR plays out okay you haven't tried the Vision Pro yet what are three things that you're excited to see in the Vision Pro and why is it exciting just from the just from the video some people who have tried the Vision Pro like the Oculus CEO especially the ex Oculus CEO Palmer lucky right he's like this is the best headset ever you've got a tweet on it correct so a person who's worked in VR for so long built the Oculus uh and the series of headsets after that saying such good things about Apple or the new heads it means a lot so I'm looking forward primarily because somebody working here for a very long time has said this is amazing and it's better than everything I've tried before now agreed there was some bad breakup between him and Facebook or meta but still it's still a good signal right that's number one number two what I'm excited about is the quest actually has really shitty compute compared to what the what the vision process has the M2 right M2 and apparently they saw lag because they have a separate chip that's just doing you know uh synthesizing all the sensors on the uh on the Vision Pro right so I'm really excited to see whether that latency converts or something a lot of people have said putting on the headset means like it's almost like you're not there right or almost like the headset's not there because everything is Real Time with the quest even at 120 hertz it still feels little bit laggy still feels like I'm putting something else on I'm some you know there's some magic uh that the door that stops the magic right so I'm really excited about the Vision Pro solving those problems I just want to see it like I just want to use it and then I think my thoughts would be more fleshed out farmer lucky do you know what happened between him and meta I think I don't know if this is true but apparently he he made a political donation to somebody that meta didn't like and therefore they kicked him out and now he's working in defense what do you think about zuck's response to The Vision Pro he wrote a company email and then he came on Lex Friedman's podcast dude I really like Zach I used to hate him yeah because of the internet yeah but then the more I learn about him the more I'm like dude this guy's been CEO of the company by himself not given the range to somebody else yeah and is had the balls to say okay the next platform is going to be this I don't mind tanking Facebook for this right I think that's a ballsy move by the way he named the company and really like I've had investors right it's so hard to tell investors that oh you're doing this other thing because this old thing might not work right at my scale okay but at his scale it's like it's insane so and that's a publicly defining stuff yeah it's public investors they do a massive you know hit on their stocks uh on their stock price so I like people who are willing to go all in and have like his incentive is not money he's made enough money so I know he's playing to build something really cool um so I I just encourage it from a distance because I just love it he's like this like man's man thing also going on right now like yeah the Jiu Jitsu and then the Iron Man thing that he does and you know he smokes Meats in his backyard as well like I like Zuck a lot and and you know I used to for some reason I used to dislike him many years ago I'm so stupid in hindsight like I don't know why I did that it's just because the internet hated somebody I was like oh it's cool to do it's like five six years ago now I'm just like dude I don't mind being that guy I won't yeah you know I wouldn't mind you are like Zuck in the sense that you also seem like your AI generated sometimes I don't know why he got that now he seems more relatable no but yeah that's the thing Zack has done some nice PR uh you know whitewash he's like oh I'm gonna go I'm gonna do what Joe Rogan does because Joe Rogan is seen as the oh man you know whatever yeah very relatable guy I'm gonna go to Jujitsu I'm gonna show my family life I'm not gonna talk like a robot so I really like him now that's what I know at the end of the day no matter who builds what you're like can I relate to the person yes okay I want to be like just the fact that he's giving a response is going to have so much attention and scrutiny on it it's not only did it respond but it was a very measured take yeah it was not how these guys suck yeah this is not good it wasn't that his reasoning was hey I think that going for something we are going a different place we are going a different path we've tried that but that's not for us and it made can I tell you one thing but uh I don't know if this is true and this is my opinion on this I think Zuck got locked like he's not locked see I I know they released the quest at lower price points or what not but everybody in Silicon Valley wants to build a premium product apple-like product okay and Zuck for a long time said we're going to do the they have an expensive version of the questions like we're gonna move towards more expensive headsets over time and we're going to try to bring the price of those down right so uh put in good Hardware make sure the compute's on on the thing because Quest people don't know this but you can actually use something called air link and connect your PC to a quest and suddenly all the graphics are much better right you run you're processing on the computer itself Zuck wanted to pay the premium game but now can't now he has to play the Android narrative yeah you you can't go up in culture you can only go from Top yeah so I feel like it's also a little bit of cope uh saying that oh you know we will we will be the poor man's headset or every man's headset yeah um it is cope I nobody would want to say no to the premium segment right but the thing is when Apple comes out you you don't have a choice but to fit there so now he's going to go into customizability like you can see this in meta strategy in general right llama they release the weights open source right uh they said for researchers only but I'm pretty sure then you would get leaked so I feel like he's been Co he's being pushed into the Android Direction I don't know if there's a business there uh I mean there is a business there but is it his choice of business don't know all right let's move on Runway Gen 2 came out prepare yourself for the exhilaration and sheer chaos of interdimensional clown wrestling [Music] these clowns can pick from the Twisted corners and visceral vibrancy that only the weirdest Dimensions can conjure the thing with text to video is text to images gotten so good that the expectation on texture video is so high but it's harder to do I'll tell you why it's harder to do right technically so let's say you run stable diffusion you have a nice model on it or mid Journey or whatever you're able to generate an image good but the problem is generating one image and generating like a video is a bunch of frames correct let's say 25 frames a second right you're generating many many frames frame to frame cohesion even if you get great outputs on frame one frame two frame to frame cohesion is hard it's hard so you'll see this in a lot of like kyber for example has this issue right let's say you have this you have a small plant there in front of you and you take a video of the plant and you're just moving around and maybe you there's a dog in front of the plant right as you move around the planets are changing shapes frame to fame it will go from plant to something else that looks like a plant to some some other thing that looks like a plant maybe different plants even correct so there is no frame to frame consistency correct right and I think that's the biggest issue with text to video I don't know why people are that's why people are currently using like video AI tools where it's like for a moment in using a video as a base layer you can imprint it's a Frozen stuff on it it's a filter yeah I think the best use case is a filter like Snapchat Instagram already proved this and I think there are now tools where it can convert you into anime form I think text to video it's not even texture videos will be great for filters right and I think it gives a lot of editors great tools right like um so last year we were thinking about what to start like a China's thing Water started we want to teach something what do we teach which of these are going to get are going to expire over the next one year the one thing we will show we're not going to expire over the next one to two years is video like it's just frame to frame consistency is so hard it's such a hard problem it'll get solved someday right maybe five or six years down the line but you still need someone to weave it together you still need somebody to do the narrative so China is bullish on the cohort and so far we've been right and I think we're going to continue to be right for the next three four years right just this is the video editing cohort that you guys have if he does a video editing cohort it's at avtv.com Machina runs it but I mean there and it's also like we're so bullish on video that because see text is taken away as a domain right because chat GPD has come out and a lot of people who are writing SEO content are just like fizzling out so where are they going to go it's video and Google if you see above the fold now showing three videos right because they're now going to do a full thing so if SEO is going to go something is going to take its place companies have realized this right all the largest companies now come to China and just say hey how can you do video for us so we saw such a big opportunity um therefore you know she kick started the cohort but anyway coming back I think this is great as a horror format right now I think there is like seriously somebody's going to make a channel that does horror and video maybe text to video like this tweet says that I predict that generative video will emerge the form of media in its own right yeah so maybe we won't get text to video in the way we are getting text images which is extremely accurate images based on how descriptive you are yeah but maybe text to video can be a new style of video yeah I'll tell you one more problem I'll tell you one more problem with images and video okay this is just in usage patterns so when you use mid Journey you get four outputs give me more variants how do you use text to images I'm very like pessimistic about art jobs right and the main reason is this right if you don't like an output you can generate a thousand pic correct with video and even with code you can't easily do that even code I'm uh I'm bullish that will help engineers and a lot of Engineers will be 10x 100x Engineers but everyone we need to know know how to code right and the main reason is you get a code base or you get a full video let's say you want to change three frames in the video okay let's say you've given a prompt saying okay uh Rahul Ravid sitting and sipping coffee on Mount Everest right and maybe some part of the video is not great right maybe he's sipping coffee the wrong way or his pinkies out or you want his pinky out you can't go in and change that now because now the entire video will change it will generate something from scratch with rahul's pinky out but the Mount Everest behind it will change that's right now though yeah that no even in the future right you don't have fine control over any of these AI models even with stable diffusion you don't even with mid Journey you don't you can't like even if you tell mid Journey oh I want a character sitting there sipping a cup of coffee it's not exactly what you want and if you want to remove that cup of coffee you'll have to take it in generative by the way I generate an image of uh this is after my channel contact I generated an image of and the prompt was that hey it's an image of an Indian man sitting in front of a computer Studios on fire and he's showing the thumbs up yeah okay so if it's like one specific action that you want a person to do no it's about change say you like an output the problem is this right you love an output you want one change now you're done you can't do anything yeah you can't be like retain all of this this happens on big Journey as well yeah I can't be like retain the posture but just change the clothes I can't do that exactly and for that you'd use generative fill right so the equivalent of generative fill for video is very hard because if I say okay this one small thing in the background I want this to be something else now you need to have frame to frame consistency so it's very hard to do generative fill and that's that's a video editor's role honestly right like if you want some graphic to come in or whatever and then swipe out so what I believe with text to video text to image particularly is a lot of people look at a lot of outputs like you would have seen four outputs of the thumbs up people like I like this one correct the minute you want to edit that you're screwed but with code bases you generate an entire code base and you're like oh I want to change this one file now you need to know how to do it now you need to learn how to code right so you have create it's like we have this thing called in in Tech called create read update destroy right if anything on the database simple operations or create read update create means you're creating a new piece of something read means you're just looking at it and and whatever uh read means you're just looking at it update means you want to change something and Destroy means you want to delete it so we have crd we don't have U correct right so you don't have edit capability if you're okay with abandoning the edit capability like in the sense of generate thousand image variants and pick the right one then great but if you wanna go like if you want to edit anything you need to have skill sets so let's try it let's try to generate something so what we're writing is Steve Jobs sitting on a mountain drinking coffee with a pinky finger out right you know where I think texture video will be very useful in few years stock footage like if you don't care about the exact Fidelity and you're just like oh I'm talking saying something about Egypt just show people in Egypt walking it is great almost like b-roll b-roll it's great for b-roll because there you can see fourth generation will be like I like this one the minute you want edit capability now like I want this specific thing changed you have no control you have no Fidelity so you can create a lot of like Montage shots and or video with like where you want it's like a hype video and you want text on top of just something narrates narration almost like Ambience ml founder right another one who works in texture video but for faces and usually our model has everything but if you want to like in the middle of the video you want the character to turn to the left or right you can't do that sorry okay always something see to it yeah it's not getting the it's not doing the thing pink finger out but one day this will be great for stock footage it's pretty good for General feel of what you're going for but not the exact thing yeah I think the stock footage to create a movie or a video will be available at some point like you want to do Terminators walking in and Arnold Schwarzenegger looking at them like running around if you're okay with sacrificing Fidelity this is great let's try creating something which is just like an ambient film over which you can overlay text to make like a hype video right so say for example shooting stars in the sky in the sky with text on top no the text we will add though so shooting star shooting stars in the sky yeah um yellow clouds with rain with rain yeah this is perfect this is stock footage his stock footage and this is what it's trained on also so it will generate something really good so yeah I was talking to a Founder who who's worked in ml for a while he has a text to video platform but for face like for Talking Heads and he's like we've got\",\n", " \"duration\": 486\n", " }\n", " ] [\n", " {\n", " \"start_time\": 425.72,\n", " \"end_time\": 480.19,\n", " \"description\": \"if you're a designer watching this it's time to go full stack see that's the thing now design eventually people move into oh I'm doing the entire brand for the company now I will measure my words here because there's something called style draw okay which just released paper release around the code base is released which allows you to do frame to frame design consistency right but I've never tried it I don't know what the outcome is like um and either way I think it after the first image is generated you will still need to put a lot of effort in making the other images match so time to go full stack yeah be a brand manager or a brand designer\",\n", " \"duration\": 54.47\n", " },\n", " {\n", " \"start_time\": 632.89,\n", " \"end_time\": 675.53,\n", " \"description\": \"the minute you have to do an entire brand kit for a company landing page this that whatever booklet and all of them have to match unless they're all matching the sense that you have one image and you're just sticking on top of the booklet let's say the booklet has to match the entire theme of the other stuff then I think you have a good competitive so check this image out okay this is for a packaging of a coffee company like I'll show you this problem in real time\",\n", " \"duration\": 42.64\n", " }\n", "] [\n", " {\n", " \"start_time\": 27.62,\n", " \"end_time\": 61.92,\n", " \"description\": \"so there was a video that I saw of someone on Instagram talking about how they can turn themselves into a 3D character and make them talk yeah so it still looks a little bit fake because the head it's not just the earlier we could just make the face move now like the entire head moves little bit there's some you know variance in the movement so let's show you an output uh let's take this image of mine okay let's run it through did and let's run the process and here is the output\"\n", " },\n", " {\n", " \"start_time\": 66.05,\n", " \"end_time\": 95.62,\n", " \"description\": \"hey guys my name is Varan and I was gifted a computer at the age of seven which led me to playing a lot of video games which then led me to suffer in my exams what do you think I think this is super interesting it's cute it's a toy right now but eventually as it gets better you'll be able to create different avatars of yourself\"\n", " }\n", "]\n" ] }, { "ename": "TypeError", "evalue": "ignored", "output_type": "error", "traceback": [ "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", "\u001b[0;31mTypeError\u001b[0m Traceback (most recent call last)", "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m()\u001b[0m\n\u001b[1;32m 4\u001b[0m \u001b[0minteresting_segment\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0manalyze_transcript\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mtranscript\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;36m5000\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;36m100\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 5\u001b[0m \u001b[0mprint\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0minteresting_segment\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 6\u001b[0;31m \u001b[0mcontent\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0minteresting_segment\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m\"content\"\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 7\u001b[0m \u001b[0mparsed_content\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mjson\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mloads\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcontent\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 8\u001b[0m \u001b[0mprint\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mparsed_content\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;31mTypeError\u001b[0m: string indices must be integers" ] } ], "source": [ " video_id='wv8vgbi5ToM'\n", " transcript = get_transcript(video_id)\n", " print(transcript)\n", " interesting_segment = analyze_transcript(transcript,5000,100)\n", " print(interesting_segment)\n", " content = interesting_segment[\"content\"]\n", " parsed_content = json.loads(content)\n", " print(parsed_content)\n", " #pdb.set_trace()\n", " segment_video(parsed_content)\n", "\n", " # Loop through each segment\n", " for i in range(0, 3): # Replace 3 with the actual number of segments\n", " input_file = f'output{str(i).zfill(3)}.mp4'\n", " output_file = f'output_cropped{str(i).zfill(3)}.mp4'\n", " faces = detect_faces(input_file)\n", " crop_video(faces, input_file, output_file)\n", "\n", " # Assume you have a way to get the transcript. This is not shown here.\n", " # Replace with actual transcript\n", "\n", "\n", "# Run the main function\n", "main()\n", "\n" ] } ], "metadata": { "colab": { "machine_shape": "hm", "provenance": [] }, "kernelspec": { "display_name": "Python 3", "name": "python3" }, "language_info": { "name": "python" } }, "nbformat": 4, "nbformat_minor": 0 }