"Error: Missing resolution" after running #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: djkato/n-mb#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Heyo, not sure if you're still wanting to work on this, but when i run any command as such. I get the exact same error.
any help is appreciated B)
I understand if you're no longer wanting to work on this though, I've abandoned quite a few projects myself
I actually had fixed those issues months ago, just forgot to release them, sorry.
I just pushed new changes to crates.io, please update with
cargo install
! prebuilt binaries aren't released anymore.haha no worries, thank you!
@accuwau Lemme know if it fixed your issue :)
Aah apologies! just got chance to try it out again. it seems to work with most mp4 files but with webm or anything else i get this
Adding -c WEBM doesnt help either sadly.
Ah, you're right. I only tested mp4 cuz that's usually all I convert, but anything besides that breaks. I'll look into it soon.
@accuwau looked at #2 , but I'm not happy with it, sorry. Apparently sometimes video streams are missing this data, but it can be extracted from metadata instead. I'll try to get a new version out that tries to substitute video data with its metadata.
I solved the issue, but with latest ffmpeg it seems my app completely broke now 😢 ( #3 ). For now just use your own bugfix, sorry don't have time for this anymore
pushed my changes, try if they work for you, or just use your own, rip on linux tho for me.
no worries haha, thought id just push my fix incase you wanted it. its definitely jank as ive never ever touched rust before. thanks for looking into it. i use your program a tonnn, worst case is ill just use mp4s 😁