-
Notifications
You must be signed in to change notification settings 8000 - Fork 22
Methods for removing error/bad portions during packaging #981
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Would it be possible to build this sort of functionality into the GUI somehow? Maybe have a checkbox next to each "part" in the Packager. If contiguous selected "parts" are identical then they are combined. That way, if there's an error chunk in the middle, which is deselected, but the rest of the file is consistent, then only one file gets made. |
@iamdamosuzuki, actually i thought that the ui does permit selection and deselection of parts. But it's not a checkbox but a selection, so try to highlight the ones you want and deselect the others. But yes possibly we should consider switching from row selection to row checkboxes. |
I tried highlighting but it's not possible to select more than one part. Maybe i'm on an earlier version? |
shift-click? |
no luck |
I also wasn't able to deselect on my end, but I feel like that used to be an option...checkboxes would make it more obvious/intuitive IMO :) |
I recently came across a file that has two problematic frames in the middle of it. The file was mostly just 4:3 NTSC, but there were two problematic frames in the middle that were being parsed as 4:3 PAL. Upon further investigation, these PAL frames were actually just error frames, probably recorded in when the recorded in by a faulty camcorder or recording unit. I wanted to find a way to package just the non-problematic portions of the video file into a single file. However, since the errors occurred in the middle of the tape, packaging using the gui would result in three video files (2 working, and one error.
I reached out the @dericed and got this advice:
This method worked. An alternate method was also suggested, however this didn't work:
This returned a single file that appears to be the correct duration, but would freeze during playback at the point where the error frames would have been.
The text was updated successfully, but these errors were encountered: