[concat @ <nums>] Impossible to Open "'DD:/Documents/Coding/Installations/manim/media/videos/example_scenes/480p15/partial_movie_files/SquareToCircle/00000.mp4'"
See original GitHub issueI followed this tutorial: https://www.youtube.com/watch?v=ZltiKHFWmv8
After, I ran the python -m manim example_scenes.py SquareToCircle -pl
command through the Windows terminal, in the manim repo folder, and got an error. Here is the trace:
D:\Documents\Coding\Installations\manim>python -m manim example_scenes.py SquareToCircle -pl
Media will be stored in media\. You can change this behavior by writing a different directory to media_dir.txt.
[concat @ 000001a1d404bf80] Impossible to open 'DD:/Documents/Coding/Installations/manim/media/videos/example_scenes/480p15/partial_movie_files/SquareToCircle/00000.mp4'
D:\Documents\Coding\Installations\manim\media\videos\example_scenes\480p15\partial_movie_files\SquareToCircle\partial_movie_file_list.txt: Protocol not found
Did you mean file:D:\Documents\Coding\Installations\manim\media\videos\example_scenes\480p15\partial_movie_files\SquareToCircle\partial_movie_file_list.txt?
File ready at D:\Documents\Coding\Installations\manim\media\videos\example_scenes\480p15\SquareToCircle.mp4
Played 3 animations
Traceback (most recent call last):
File "D:\Documents\Coding\Installations\manim\manimlib\extract_scene.py", line 154, in main
open_file_if_needed(scene.file_writer, **config)
File "D:\Documents\Coding\Installations\manim\manimlib\extract_scene.py", line 35, in open_file_if_needed
os.startfile(file_path)
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'D:\\Documents\\Coding\\Installations\\manim\\media\\videos\\example_scenes\\480p15\\SquareToCircle.mp4'
I am using this version of manim: https://github.com/3b1b/manim/tree/3b088b12843b7a4459fe71eba96b70edafb7aa78
Issue Analytics
- State:
- Created 3 years ago
- Comments:43 (15 by maintainers)
Top Results From Across the Web
How to concatenate two MP4 files using FFmpeg?
FFmpeg has three concatenation methods: 1. concat video filter. Use this method if your inputs do not have the same parameters (width, height,...
Read more >CONCAT function - Microsoft Support
The CONCAT function combines the text from multiple ranges and/or strings, but it doesn't provide delimiter or IgnoreEmpty arguments.
Read more >Concatenate - FFmpeg Wiki
This would be impossible with the concat protocol (see below). Make sure to generate absolute paths here, since ffmpeg will resolve paths ...
Read more >String.prototype.concat() - JavaScript - MDN Web Docs
The concat() method concatenates the string arguments to the calling string and returns a new string.
Read more >CONCATENATE function - Google Docs Editors Help
Appends strings to one another. Sample Usage CONCATENATE("Welcome", " ", "to", " ", "Sheets!") CONCATENATE(A1,A2,A3) CONCATENATE(A2:B7) Syntax ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Now change line number
288
in filemanim/manimlib/scene/scene_file_writer.py
fromfp.write("file \'{}\'\n".format(pf_path))
tofp.write("file \'file:{}\'\n".format(pf_path))
after that try to run manim again
@lwzzzzzzzz why are you “so upset”, is everything ok? I just noticed ur status on Github.