Quote
There is a limit of 2500 files not 25000 in the media library. You never supplied any relevant information or needed details. LOL.
Sorry I misread the error by one 0 ... What relevant information where you looking for ? Upon till that point, I didn't know PD had a limit to the number of files it could take into a project so I had no need to specify that I have a project with 79,820 frames that spans across two hard drives and takes up a total of 2.74 TB in 4K frames. Kinda figured the limit would of been my hardware ability. If you mean version of PD, it 16 and yes it has H.265, that what I use to encode 99% of my video as it produces a better file size.
Quote
The link showed you how to get around the 2,500 limit in the media library.
Regardless, with 80,000, as I had suggested, my experience is PD is
not for that task. I typically do about 10,000 in VirtualDub, I see no
reason it couldn't handle more though, ffmpeg should be similar
experience.
Jeff
Yeah no, I think your right about PD not being the best choice for doing the frames, I didn't even bother with the link after I tried importing the frames into PD, it gonna be slugish and I don't think it will result well.
Right now I am trying FFmpeg, even if I can get the footage done, then I can add the sound in after. But I am running into an error and can't seem to figure out where my mistake is. May have to check over there to see what silly thing I am doing wrong. 1st time using FFmpeg.
Got a concat file called frames.txt that has my frames locations
file 'J:\video\batchone\%d.tiff'
file 'F:\video\batchtwo\%d.tiff'
So from my understadning this should allow it to go from the first frame (000000.tiff) to the last frame (079820.tiff)
Then I am using the comand:
ffmpeg -r 30 -f concat -safe 0 -i frames.txt -vcodec libx265 -crf 20 -pix_fmt yuv420p F:\VideoOutput.mp4
but I then get an error
[image2 @ 00000293e9826c80] Could find no file with path 'fJ:\video\batchone\%d.tiff' and index in the range 0-4
[concat @ 00000293e981c940] Impossible to open 'fJ:\video\batchone\%d.tiff'
frames.txt: No such file or directory
After checking the file names, and paths, I'm sure it something simple I am over looking.
This message was edited 1 time. Last update was at May 13. 2020 13:59