"Error: Missing resolution" after running #1

Open
opened 2024-04-19 06:32:00 +00:00 by accuwau · 9 comments
accuwau commented 2024-04-19 06:32:00 +00:00 (Migrated from github.com)

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.

❯ ./nmb -s=580 -f=walkthrough.webm
Error: Missing resolution

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

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. ``` ❯ ./nmb -s=580 -f=walkthrough.webm Error: Missing resolution ``` 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
djkato commented 2024-04-19 20:05:09 +00:00 (Migrated from github.com)

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.

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.
accuwau commented 2024-04-24 15:08:48 +00:00 (Migrated from github.com)

haha no worries, thank you!

haha no worries, thank you!
djkato commented 2024-04-24 15:27:15 +00:00 (Migrated from github.com)

@accuwau Lemme know if it fixed your issue :)

@accuwau Lemme know if it fixed your issue :)
accuwau commented 2024-05-02 20:54:37 +00:00 (Migrated from github.com)

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

❯ nmb -f test.webm
Error: missing duration

Adding -c WEBM doesnt help either sadly.

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 ``` ❯ nmb -f test.webm Error: missing duration ``` Adding -c WEBM doesnt help either sadly.
djkato commented 2024-05-03 00:18:43 +00:00 (Migrated from github.com)

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.

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.
djkato commented 2024-06-25 21:10:41 +00:00 (Migrated from github.com)

@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.

@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.
djkato commented 2024-06-25 22:36:06 +00:00 (Migrated from github.com)

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

I solved the issue, but with latest ffmpeg it seems my app completely broke now :cry: ( #3 ). For now just use your own bugfix, sorry don't have time for this anymore
djkato commented 2024-06-25 22:39:02 +00:00 (Migrated from github.com)

pushed my changes, try if they work for you, or just use your own, rip on linux tho for me.

pushed my changes, try if they work for you, or just use your own, rip on linux tho for me.
accuwau commented 2024-06-25 22:44:37 +00:00 (Migrated from github.com)

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 😁

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 :grin:
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: djkato/n-mb#1
No description provided.