soundchaser128 / clip-mash

Generates compilation videos semi-automatically
GNU General Public License v3.0
51 stars 8 forks source link

ClipMash Status Code 422 #76

Open Split66 opened 7 months ago

Split66 commented 7 months ago

I'm attempting to use Clip-mash.exe (V0.20.1) on Win 11 for the first time.

What I've done:

  1. added videos to my library
  2. chose a handful of these videos
  3. added markers to the chosen videos
  4. Uploaded an mp3 music clip
  5. Set the video options to their defaults

    When I try the next step (preview clips, I think), I am returned with a Status Code 422 error.

I'm at a loss here, what am I doing incorrectly?

Thank you!

soundchaser128 commented 7 months ago

Hmm, doesn't sound like you're doing anything wrong. I couldn't reproduce it, however. Can you maybe send me the logs of the application? (there should be a logs folder where the clip-mash.exe file lives) You can either upload them here or send them to me via Discord (soundchaser128)

Split66 commented 7 months ago

Hello Soundchaser128,

Thank you for pointing out the log file. Attached is the log from the test I just ran.

One thing I noticed in it is that the listed fps for two of the four videos I randomly chose to use in my test are clearly different than 25/1 or30/1, see below.

The first fraction works out to 24.99 fps, the second to 59.99.

Could this be the reason?

VideoParameters { fps: "25/1", width: 854, height: 480, codec: "h264", }, VideoParameters { fps: "6873300/274933", width: 1280, height: 720, codec: "h264", }, VideoParameters { fps: "589200/9821", width: 1920, height: 1080, codec: "h264", }, VideoParameters { fps: "30/1", width: 608, height: 1080, codec: "h264",

Thank you


From: soundchaser128 @.> Sent: January 30, 2024 10:11 AM To: soundchaser128/clip-mash @.> Cc: Split66 @.>; Author @.> Subject: Re: [soundchaser128/clip-mash] ClipMash Status Code 422 (Issue #76)

Hmm, doesn't sound like you're doing anything wrong. Can you maybe send me the logs of the application? (there should be a logs folder where the clip-mash.exe file lives) You can either upload them here or send them to me via Discord (soundchaser128)

— Reply to this email directly, view it on GitHubhttps://github.com/soundchaser128/clip-mash/issues/76#issuecomment-1917513726, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BFWSDH3U7ZKAL2CPX3NIL2LYRESVBAVCNFSM6AAAAABCQ3DL76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJXGUYTGNZSGY. You are receiving this because you authored the thread.Message ID: @.***>

soundchaser128 commented 7 months ago

I don't think the FPS would be a problem. I can't seem to see the log file here on GitHub, I think attaching it to the email might not have worked? Can you try uploading it directly to a comment?

Split66 commented 7 months ago

Hello soundchaser128, will this work:


2024-01-31T00:44:50.144122Z  INFO clip_mash::helpers::sentry: Sentry initialized. If you want to disable it, set the environment variable CLIP_MASH_DISABLE_SENTRY to any value. 2024-01-31T00:44:50.145490Z  INFO clip_mash: starting clip-mash v0.20.1 2024-01-31T00:44:50.150350Z  INFO clip_mash::service::directories: config directory: C:\Users\txp2t\AppData\Roaming\soundchaser128\stash-compilation-maker\config 2024-01-31T00:44:50.150434Z  INFO clip_mash::service::directories: cache directory: C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache 2024-01-31T00:44:50.150480Z  INFO clip_mash::service::directories: music directory: C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\music 2024-01-31T00:44:50.150516Z  INFO clip_mash::service::directories: compilation video directory: C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\videos\finished 2024-01-31T00:44:50.150554Z  INFO clip_mash::service::directories: temporary video directory: C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\videos\clips 2024-01-31T00:44:50.150588Z  INFO clip_mash::service::directories: database file: C:\Users\txp2t\AppData\Roaming\soundchaser128\stash-compilation-maker\data\videos.sqlite3 2024-01-31T00:44:50.151181Z  INFO clip_mash::service::commands::ffmpeg: found existing ffmpeg binaries at Local("C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\ffmpeg") 2024-01-31T00:44:50.151686Z  INFO clip_mash: using ffmpeg at Local("C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\ffmpeg") 2024-01-31T00:44:50.151938Z  INFO clip_mash::service::stash_config: trying to load config file from C:\Users\txp2t\AppData\Roaming\soundchaser128\stash-compilation-maker\config\config.json 2024-01-31T00:44:50.152090Z  INFO clip_mash::service::stash_config: no configuration found, or unable to load: The system cannot find the file specified. (os error 2) 2024-01-31T00:44:50.164548Z  INFO clip_mash::data::database: ran sqlx migrations 2024-01-31T00:44:50.165082Z  INFO clip_mash::service::generator: using ffmpeg at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\ffmpeg\ffmpeg 2024-01-31T00:44:50.165345Z  INFO clip_mash::service::migrations: running migrations 2024-01-31T00:44:50.165857Z  INFO clip_mash::service::migrations: setting video durations if necessary 2024-01-31T00:44:50.166090Z  INFO clip_mash::service::migrations: generating video preview images if necessary 2024-01-31T00:44:50.166212Z  INFO clip_mash::service::migrations: generating marker preview images if necessary 2024-01-31T00:44:50.166521Z  INFO clip_mash::data::database::progress: deleting all progress entries older than 7 days 2024-01-31T00:44:50.166619Z  INFO clip_mash::service::migrations: initializing video titles if necessary 2024-01-31T00:44:50.172068Z  INFO clip_mash::service::migrations: running migrations took 6.6693ms 2024-01-31T00:44:50.248085Z  INFO clip_mash: running at 127.0.0.1:5174 2024-01-31T00:44:51.269636Z  INFO clip_mash::service::new_version_checker: sending request to https://api.github.com/repos/soundchaser128/clip-mash/releases/latest 2024-01-31T00:44:51.850757Z  INFO clip_mash::service::new_version_checker: latest release is v0.20.1 2024-01-31T00:44:51.850970Z  INFO clip_mash::service::new_version_checker: current version is 0.20.1, latest version is 0.20.1 2024-01-31T00:45:18.678416Z  INFO clip_mash::server::handlers::library: handling list_videos request with page PageParameters { page: Some(0), size: Some(24), sort: None, dir: None } and query VideoSearchQuery { query: None, source: None, has_markers: None, is_interactive: None } 2024-01-31T00:51:12.111526Z  INFO clip_mash::helpers::sentry: Sentry initialized. If you want to disable it, set the environment variable CLIP_MASH_DISABLE_SENTRY to any value. 2024-01-31T00:51:12.111780Z  INFO clip_mash: starting clip-mash v0.20.1 2024-01-31T00:51:12.114932Z  INFO clip_mash::service::directories: config directory: C:\Users\txp2t\AppData\Roaming\soundchaser128\stash-compilation-maker\config 2024-01-31T00:51:12.115018Z  INFO clip_mash::service::directories: cache directory: C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache 2024-01-31T00:51:12.115058Z  INFO clip_mash::service::directories: music directory: C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\music 2024-01-31T00:51:12.115093Z  INFO clip_mash::service::directories: compilation video directory: C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\videos\finished 2024-01-31T00:51:12.115203Z  INFO clip_mash::service::directories: temporary video directory: C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\videos\clips 2024-01-31T00:51:12.115248Z  INFO clip_mash::service::directories: database file: C:\Users\txp2t\AppData\Roaming\soundchaser128\stash-compilation-maker\data\videos.sqlite3 2024-01-31T00:51:12.115419Z  INFO clip_mash::service::commands::ffmpeg: found existing ffmpeg binaries at Local("C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\ffmpeg") 2024-01-31T00:51:12.115464Z  INFO clip_mash: using ffmpeg at Local("C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\ffmpeg") 2024-01-31T00:51:12.115503Z  INFO clip_mash::service::stash_config: trying to load config file from C:\Users\txp2t\AppData\Roaming\soundchaser128\stash-compilation-maker\config\config.json 2024-01-31T00:51:12.115556Z  INFO clip_mash::service::stash_config: no configuration found, or unable to load: The system cannot find the file specified. (os error 2) 2024-01-31T00:51:12.116802Z  INFO clip_mash::data::database: ran sqlx migrations 2024-01-31T00:51:12.116899Z  INFO clip_mash::service::generator: using ffmpeg at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\ffmpeg\ffmpeg 2024-01-31T00:51:12.116996Z  INFO clip_mash::service::migrations: running migrations 2024-01-31T00:51:12.117063Z  INFO clip_mash::service::migrations: setting video durations if necessary 2024-01-31T00:51:12.117182Z  INFO clip_mash::service::migrations: generating video preview images if necessary 2024-01-31T00:51:12.117287Z  INFO clip_mash::service::migrations: generating marker preview images if necessary 2024-01-31T00:51:12.117475Z  INFO clip_mash::data::database::progress: deleting all progress entries older than 7 days 2024-01-31T00:51:12.117590Z  INFO clip_mash::service::migrations: initializing video titles if necessary 2024-01-31T00:51:12.121445Z  INFO clip_mash::service::migrations: running migrations took 4.4013ms 2024-01-31T00:51:12.134391Z  INFO clip_mash: running at 127.0.0.1:5174 2024-01-31T00:51:22.087885Z  INFO clip_mash::server::handlers::library: handling list_videos request with page PageParameters { page: Some(0), size: Some(24), sort: None, dir: None } and query VideoSearchQuery { query: None, source: None, has_markers: None, is_interactive: None } 2024-01-31T00:51:31.916735Z  INFO clip_mash::server::handlers::library: handling list_videos request with page PageParameters { page: Some(0), size: Some(24), sort: None, dir: None } and query VideoSearchQuery { query: None, source: None, has_markers: Some(true), is_interactive: None } 2024-01-31T00:51:36.514770Z  INFO clip_mash::data::database::markers: fetching markers with video ids Some(["demanding-sour-hart", "spiteful-enchanting-africanparadiseflycatcher", "caring-thankful-carpenterant", "moist-rough-irukandjijellyfish"]) 2024-01-31T00:51:36.532728Z  INFO clip_mash::server::handlers::library: getting preview image for marker 20 2024-01-31T00:51:36.533326Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\caring-thankful-carpenterant_3.16667.png 2024-01-31T00:51:36.561490Z  INFO clip_mash::server::handlers::library: getting preview image for marker 21 2024-01-31T00:51:36.561946Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\caring-thankful-carpenterant_9.9.png 2024-01-31T00:51:36.563062Z  INFO clip_mash::server::handlers::library: getting preview image for marker 22 2024-01-31T00:51:36.563426Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\caring-thankful-carpenterant_23.95.png 2024-01-31T00:51:36.596835Z  INFO clip_mash::server::handlers::library: getting preview image for marker 20 2024-01-31T00:51:36.597117Z  INFO clip_mash::server::handlers::library: getting preview image for marker 22 2024-01-31T00:51:36.597248Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\caring-thankful-carpenterant_3.16667.png 2024-01-31T00:51:36.597382Z  INFO clip_mash::server::handlers::library: getting preview image for marker 21 2024-01-31T00:51:36.597512Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\caring-thankful-carpenterant_23.95.png 2024-01-31T00:51:36.597691Z  INFO clip_mash::server::handlers::library: getting preview image for marker 5 2024-01-31T00:51:36.597758Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\caring-thankful-carpenterant_9.9.png 2024-01-31T00:51:36.597996Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.598026Z  INFO clip_mash::server::handlers::library: getting preview image for marker 4 2024-01-31T00:51:36.598445Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.598514Z  INFO clip_mash::server::handlers::library: getting preview image for marker 23 2024-01-31T00:51:36.598880Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\caring-thankful-carpenterant_33.3167.png 2024-01-31T00:51:36.600217Z  INFO clip_mash::server::handlers::library: getting preview image for marker 6 2024-01-31T00:51:36.600260Z  INFO clip_mash::server::handlers::library: getting preview image for marker 7 2024-01-31T00:51:36.600680Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.601111Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.602285Z  INFO clip_mash::server::handlers::library: getting preview image for marker 8 2024-01-31T00:51:36.602582Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.602586Z  INFO clip_mash::server::handlers::library: getting preview image for marker 9 2024-01-31T00:51:36.603108Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.603495Z  INFO clip_mash::server::handlers::library: getting preview image for marker 10 2024-01-31T00:51:36.603664Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.604013Z  INFO clip_mash::server::handlers::library: getting preview image for marker 11 2024-01-31T00:51:36.604248Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.604464Z  INFO clip_mash::server::handlers::library: getting preview image for marker 12 2024-01-31T00:51:36.604705Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.605084Z  INFO clip_mash::server::handlers::library: getting preview image for marker 13 2024-01-31T00:51:36.605324Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.605957Z  INFO clip_mash::server::handlers::library: getting preview image for marker 14 2024-01-31T00:51:36.606303Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.606846Z  INFO clip_mash::server::handlers::library: getting preview image for marker 15 2024-01-31T00:51:36.607264Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.607457Z  INFO clip_mash::server::handlers::library: getting preview image for marker 16 2024-01-31T00:51:36.607756Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.608739Z  INFO clip_mash::server::handlers::library: getting preview image for marker 17 2024-01-31T00:51:36.609508Z  INFO clip_mash::server::handlers::library: getting preview image for marker 18 2024-01-31T00:51:36.609814Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.610215Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.611265Z  INFO clip_mash::server::handlers::library: getting preview image for marker 19 2024-01-31T00:51:36.613722Z  INFO clip_mash::server::handlers::library: getting preview image for marker 1 2024-01-31T00:51:36.614546Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\demanding-sour-hart_230.0409975.png 2024-01-31T00:51:36.614636Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\moist-rough-irukandjijellyfish_5.5666665.png 2024-01-31T00:51:36.615932Z  INFO clip_mash::server::handlers::library: getting preview image for marker 2 2024-01-31T00:51:36.616185Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\moist-rough-irukandjijellyfish_5.5666665.png 2024-01-31T00:51:36.618148Z  INFO clip_mash::server::handlers::library: getting preview image for marker 3 2024-01-31T00:51:36.618399Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\moist-rough-irukandjijellyfish_5.5666665.png 2024-01-31T00:51:36.646866Z  INFO clip_mash::server::handlers::library: getting preview image for marker 24 2024-01-31T00:51:36.647195Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\spiteful-enchanting-africanparadiseflycatcher_1374.702585.png 2024-01-31T00:51:36.647660Z  INFO clip_mash::server::handlers::library: getting preview image for marker 25 2024-01-31T00:51:36.647859Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\spiteful-enchanting-africanparadiseflycatcher_1374.702585.png 2024-01-31T00:51:36.648786Z  INFO clip_mash::server::handlers::library: getting preview image for marker 26 2024-01-31T00:51:36.649344Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\spiteful-enchanting-africanparadiseflycatcher_1374.702585.png 2024-01-31T00:51:36.662511Z  INFO clip_mash::server::handlers::library: getting preview image for marker 27 2024-01-31T00:51:36.662991Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\spiteful-enchanting-africanparadiseflycatcher_1374.702585.png 2024-01-31T00:51:36.681430Z  INFO clip_mash::server::handlers::library: getting preview image for marker 28 2024-01-31T00:51:36.682071Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\spiteful-enchanting-africanparadiseflycatcher_1374.702585.png 2024-01-31T00:51:36.682681Z  INFO clip_mash::server::handlers::library: getting preview image for marker 29 2024-01-31T00:51:36.682928Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\spiteful-enchanting-africanparadiseflycatcher_1374.702585.png 2024-01-31T00:51:36.683636Z  INFO clip_mash::server::handlers::library: getting preview image for marker 30 2024-01-31T00:51:36.683957Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\spiteful-enchanting-africanparadiseflycatcher_1374.702585.png 2024-01-31T00:51:36.686907Z  INFO clip_mash::server::handlers::library: getting preview image for marker 31 2024-01-31T00:51:36.687162Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\spiteful-enchanting-africanparadiseflycatcher_1374.702585.png 2024-01-31T00:51:36.700096Z  INFO clip_mash::server::handlers::library: getting preview image for marker 32 2024-01-31T00:51:36.700464Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\spiteful-enchanting-africanparadiseflycatcher_1374.702585.png 2024-01-31T00:51:36.701405Z  INFO clip_mash::server::handlers::library: getting preview image for marker 33 2024-01-31T00:51:36.701645Z  INFO clip_mash::server::handlers::library: preview image found at C:\Users\txp2t\AppData\Local\soundchaser128\stash-compilation-maker\cache\preview-images\spiteful-enchanting-africanparadiseflycatcher_1374.702585.png 2024-01-31T00:56:05.845501Z  INFO clip_mash::data::database::markers: fetching markers with video ids Some(["demanding-sour-hart", "spiteful-enchanting-africanparadiseflycatcher", "caring-thankful-carpenterant", "moist-rough-irukandjijellyfish"]) 2024-01-31T00:56:29.497406Z  INFO clip_mash::service::encoding_optimization: checking encoding parameters for videos ["demanding-sour-hart", "spiteful-enchanting-africanparadiseflycatcher", "caring-thankful-carpenterant", "moist-rough-irukandjijellyfish"] 2024-01-31T00:56:29.501193Z  INFO clip_mash::service::encoding_optimization: video parameters: [ VideoParameters { fps: "25/1", width: 854, height: 480, codec: "h264", }, VideoParameters { fps: "6873300/274933", width: 1280, height: 720, codec: "h264", }, VideoParameters { fps: "589200/9821", width: 1920, height: 1080, codec: "h264", }, VideoParameters { fps: "30/1", width: 608, height: 1080, codec: "h264", }, ] 2024-01-31T00:56:29.501507Z  INFO clip_mash::service::encoding_optimization: can concatenate: false


From: soundchaser128 @.> Sent: January 31, 2024 2:31 AM To: soundchaser128/clip-mash @.> Cc: Split66 @.>; Author @.> Subject: Re: [soundchaser128/clip-mash] ClipMash Status Code 422 (Issue #76)

I don't think the FPS would be a problem. I can't seem to see the log file here on GitHub, I think attaching it to the email might not have worked? Can you try uploading it directly to a comment?

— Reply to this email directly, view it on GitHubhttps://github.com/soundchaser128/clip-mash/issues/76#issuecomment-1918719384, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BFWSDH2L4HFNKMC26SIHSWTYRIFPTAVCNFSM6AAAAABCQ3DL76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJYG4YTSMZYGQ. You are receiving this because you authored the thread.Message ID: @.***>

soundchaser128 commented 7 months ago

Thanks. Weird. The logs look fine. Can you give the newest pre-release version a shot? See here: https://github.com/soundchaser128/clip-mash/releases/tag/v0.21.0-pre.7

Split66 commented 7 months ago

Hello,

I just tried the pre-release version using the same library, chosen videos, and markers. Same issue occurred - when I try to preview the video, I receive a Status Code 422. Tried with different videos as well.

I have another suggestion when it comes to adding markers that would make life easier for a user (or at least for me).

  1. I find moving the playhead on the timeline to be awkward. You can't simply click and drag. Instead the click needs to be placed on the timeline itself, causing the playhead to move. This makes it difficult to find another spot in the video in the immediate vicinity of the playhead, say if you'd like to back up by a few frames or even seconds.

While the left and right arrow keys work to move the playhead, the movement is fairly coarse and there doesn't seem to be a way to advance frame by frame.

  1. On a related note, it would be very useful to see a timecode showing the exact location being viewed.

I'm looking forward to seeing what clip mash can do!


From: soundchaser128 @.> Sent: January 31, 2024 3:06 PM To: soundchaser128/clip-mash @.> Cc: Split66 @.>; Author @.> Subject: Re: [soundchaser128/clip-mash] ClipMash Status Code 422 (Issue #76)

Thanks. Weird. The logs look fine. Can you give the newest pre-release version a shot? See here: https://github.com/soundchaser128/clip-mash/releases/tag/v0.21.0-pre.5

— Reply to this email directly, view it on GitHubhttps://github.com/soundchaser128/clip-mash/issues/76#issuecomment-1920055930, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BFWSDHYOWVBHYOFPQ3NIMNTYRK54ZAVCNFSM6AAAAABCQ3DL76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRQGA2TKOJTGA. You are receiving this because you authored the thread.Message ID: @.***>

soundchaser128 commented 7 months ago

What browser are you using?

soundchaser128 commented 7 months ago

Oh, and those are great suggestions, good points.

Split66 commented 7 months ago

I'm using the latest version of Firefox.

Thank you for considering my suggestions!


From: soundchaser128 @.> Sent: February 1, 2024 7:26 AM To: soundchaser128/clip-mash @.> Cc: Split66 @.>; Author @.> Subject: Re: [soundchaser128/clip-mash] ClipMash Status Code 422 (Issue #76)

Oh, and those are great suggestions, good points.

— Reply to this email directly, view it on GitHubhttps://github.com/soundchaser128/clip-mash/issues/76#issuecomment-1921459725, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BFWSDH3R6UK6NOY37TUE4ZLYROQZJAVCNFSM6AAAAABCQ3DL76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRRGQ2TSNZSGU. You are receiving this because you authored the thread.Message ID: @.***>