Capítulo 291 de 988

Chapter 291: No frame found at position error message

Core Idea

If you get an error:

Key Concepts

  • To little memory available
  • Video has a gap
  • Use <Video> from @remotion/media

Code Examples

Compositor error: No frame found at position 64512 for source /tmp/remotion-assetsynpc3sc0cn/remotion-assets-dir/9569510174915195.mp4 (original source = https://remotion.dev). If you think this should work, file an issue at https://remotion.dev/report or post it in https://remotion.dev/discord. Post the problematic video and the output of `npx remotion versions`.\n   0: <remotion::errors::ErrorWithBacktrace as core::convert::From<std::io::error::Error>>::from\n   1: remotion::ffmpeg::extract_frame\n   2: remotion::thread::WorkerThread::run_on_thread\n   3: std::sys::backtrace::__rust_begin_short_backtrace\n   4: core::ops::function::FnOnce::call_once{{vtable.shim}}\n   5: std::sys::pal::unix::thread::Thread::new::thread_start\n   6: start_thread\n   7: thread_start\n\n    at onMessage (/var/task/index.js:106757:41)\n    at processInput (/var/task/index.js:63575:9)\n    at Socket.onData (/var/task/index.js:63597:9)\n    at Socket.emit (node:events:518:28)\n    at addChunk (node:internal/streams/readable:559:12)\n    at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)\n    at Readable.push (node:internal/streams/readable:390:5)\n    at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)\n    at onMessage (/var/task/index.js:106757:41)\n    at processInput (/var/task/index.js:63575:9)\n    at Socket.onData (/var/task/index.js:63597:9)\n    at Socket.emi
// ...(truncated)
  • What it demonstrates: Usage pattern for No frame found at position error message from the official docs.

Key Takeaways

  1. Understand to little memory available when working with No frame found at position error message.
  2. Understand video has a gap when working with No frame found at position error message.
  3. Understand use <video> from @remotion/media when working with No frame found at position error message.

Connects To

  • Cors Issues: related page in the Troubleshooting & Errors section.
  • Enametoolong: related page in the Troubleshooting & Errors section.
  • Font Picker: related page in the Troubleshooting & Errors section.