Skip to content

JavPlayer has the critical bug that created video would be lack some frames by it. It will fix this.

License

Notifications You must be signed in to change notification settings

Aerin-the-Lion/JVP-BlackWindowAdjuster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

JVP-BlackWindowAdjuster

JavPlayer has the critical bug that created video would be lack some frames by it. It will fix this.

まだ作ってません。
とりあえず参考になりそうなリンク集。

FFmpeg 動画の前後に無音黒画面を挿入
https://qiita.com/takmot/items/b3d444b78bc235d37679
FFMPEG で先頭と後ろを一度にカットする
https://nico-lab.net/cut_before_after_with_ffmpeg/

この程度のことはPowerShellで実装していけたらと思います。

なにが問題なの?

実際、何が問題かというと、JavPlayerのシークバーで前後全てを指定したはずなのに、前4フレーム、後12フレーム(?)が欠けます。 こんなのどうでも良いでしょ、と思われる方が大勢いますが、オリジナルファイルとフレーム数が違うと、その後のアップスケーリングに極めて不便となるので、修正します。

簡単にいえば、元動画の前後に黒画面を追加し、それらを代わりにに欠けさせてあとは追加した黒画面を削除させれば完璧となるわけです。 フレーム数を完璧に合わせられれば前処理だけで行けそうですが。どうでしょうか。

About

JavPlayer has the critical bug that created video would be lack some frames by it. It will fix this.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published