Howdy!
I'm converting from mkv to mp4 using ripbot for tonemapping purposes, and I keep getting an error saying there's no space left...after a 12-hour process. (Last time I used it, a year ago, I changed it from my C to D drive, which it's still set at, and has 543 free gigs. I do notice at the beginning of the log, it says it's outputting to OneDrive on C:, which I never set it to and don't know how to change--but does that make a difference?)
Any help is greatly appreciated. The log is attached. Thanks in advance!
+ Reply to Thread
Results 1 to 4 of 4
-
-
Code:
D:\Video\Superman>"C:\Users\jason\OneDrive\Desktop\AV\RipBot264v1.26.0\Tools\ffmpeg\bin\ffmpeg.exe" -loglevel panic -i "D:\Temp\RipBot264temp\job1\job1.avs" -strict -1 -f yuv4mpegpipe - | "C:\Users\jason\OneDrive\Desktop\AV\RipBot264v1.26.0\tools\x264\x264_x64.exe" --colorprim bt709 --transfer bt709 --colormatrix bt709 --crf 20 --fps 24000/1001 --force-cfr --min-keyint 24 --keyint 240 --frames 206008 --sar 1:1 --level 4.0 --aud --nal-hrd vbr --vbv-bufsize 25000 --vbv-maxrate 25000 --stdin y4m --output "D:\Temp\RipBot264temp\job1\video.264" -
Muxing the output fails when:
Code:"C:\Users\jason\OneDrive\Desktop\AV\RipBot264v1.26.0\tools\mp4box\mp4box.exe" -tmp "C:\Users\jason\AppData\Local\Temp" -add "D:\Temp\RipBot264temp\job1\video.264":name="Superman™: The Movie" -fps 23.976 -chap "D:\Temp\RipBot264temp\job1\chapters.txt" -new "D:\Superman™ TONEMAPPED.mp4" Unrecognized import option The Movie, ignoring AVC-H264 import - frame size 3840 x 2160 at 23.976 FPS Error writing data (No space left on device): 1 blocks to write but 0 blocks written
Here "C:\Users\jason\AppData\Local\Temp" is used as temp folder.
Wild guess: you are either running out of space on C, something is interfering with the access on C or Mp4box has problems with some character.
Since the encoding is done you can try to fix the muxing call and call it in a Windows command line prompt.
So, clear your temp folder ("C:\Users\jason\AppData\Local\Temp") on C, check that D still has enought room and try whether:
Code:D:\Video\Superman>"C:\Users\jason\OneDrive\Desktop\AV\RipBot264v1.26.0\tools\mp4box\mp4box.exe" -tmp "C:\Users\jason\AppData\Local\Temp" -add "D:\Temp\RipBot264temp\job1\video.264":name="Superman: The Movie" -fps 23.976 -chap "D:\Temp\RipBot264temp\job1\chapters.txt" -new "D:\Superman TONEMAPPED.mp4"
Cu
Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
Thank you. I'll try that soon.
However, I don't recall even setting the temp folder in the C drive, and I can almost certainly remember moving it to the D drive. I don't even know how it's synced to OneDrive--I don't even use that.
I'll look again, but I couldn't find anything in ripbot's settings to change the temp drive--actually I think it specifically says D, but I'll check once I'm at my computer.
Thanks again! -
Remove non ascii characters like ™
Or in future use MKV instead of mp4 container.
Similar Threads
-
Ripbot Decoding error on new build
By Crowds in forum Video ConversionReplies: 0Last Post: 10th Oct 2021, 06:08 -
RipBot Demuxing Error
By Predator1 in forum Blu-ray RippingReplies: 0Last Post: 24th Aug 2018, 10:26 -
RipBot Decoding Error
By Predator1 in forum Authoring (Blu-ray)Replies: 4Last Post: 22nd Jul 2018, 17:55 -
RipBot avs2avi error message
By TeNSoR in forum Newbie / General discussionsReplies: 0Last Post: 6th Jan 2018, 03:41 -
Need help with RipBot decoding error
By flxz in forum Video ConversionReplies: 2Last Post: 1st Jan 2018, 16:10