Open pjotrek-b opened 6 years ago
Would it be possible to tell the user earlier that nothing will be output?
Oops... True, I should test sooner that there are issues here.
Would it be possible to actually output a generated DPX sequence for such files?
More work (I need to create the DPX header for every flavor of FFV1) but doable, just wondering how useful it is vs e.g. FFmpeg directly (if/when my decoder is quicker, it is another story... ;-) )
Sorry that this report contains 2 different things: 1) Report earlier that this is not a rawcooked file 2) Deal with non-rawcooked files.
Shall I create a separate issue for no.2 - as a wishlist thing? I think it'd be useful (but absolutely no priority right now), because using rawcooked instead of FFmpeg would be super-easy, all-in-one step with close-to-no-error potential :grin:
e.g. printf syntax for filenames might be scary for some: %03d.dpx? %06d.dpx? You know... :fearful: Just thinking out loud...
Shall I create a separate issue for no.2 - as a wishlist thing?
Would be better, true, I will not implement that at the same time.
e.g. printf syntax for filenames might be scary for some: %03d.dpx? %06d.dpx? You know...
Issue is that I'll have to decide arbitrary of the format. but true, easier for beginners.
Just thinking out loud...
And will not be the priority until a sponsor shows interest. (does not prevent to open a ticket, so we can provide ideas to sponsors).
Would it be possible to tell the user earlier that nothing will be output?
True, I should test sooner that there are issues here.
Is this implemented in the current head?
Not yet implemented. For this one I think it could worth it only if someone is interested in sponsoring it (not a big issue for implementing it but more work not in the initial scope of the project IMO).
If I use normal Matroska/FFV1 file, i.e. not a RAWcooked one, then I receive the error message:
Time=00:00:00 (0%) Segmentation fault: 11
I suggest to have a more telling message.
Segmentation fault:
Crash is not a feature :). Will do.
Crash is not a feature :).
Especially not in the airlines industry…
Will do.
Thank you!
When starting rawcooked with a "normal" FFV1/MKV file (=not produced by rawcooked), rawcooked processes the whole file (CPU at 100%) - but only at the very end says:
Would it be possible to tell the user earlier that nothing will be output?
Or even more daring: Would it be possible to actually output a generated DPX sequence for such files? (But that's wishlist of course :wink: )