L-SMASH-Works icon indicating copy to clipboard operation
L-SMASH-Works copied to clipboard

Works based on L-SMASH project

Results 33 L-SMASH-Works issues
Sort by recently updated
recently updated
newest added

Hi there, I am using "lsmas" library in the context of "vapoursynth". Just wondering if the constructor of "LWLibavSource" allows us to specify the width and/or height? ------------------------------------------------------------------- clip =...

POP氏の[r935-2(r935 release2)](https://pop.4-bit.jp/?p=8578)のバイナリで、AltRefを利用しているVP9.webmの デコードがまともにできなくなってしまいました。 (r935ではやや問題はありましたがデコードはできていました) これについてはおそらくffmpeg側の変更によるものだと思われますが、 VP8/VP9についてはそれ以外にも従来からフレーム抜けなどの問題が 発生しておりましたので、まとめて報告いたします。 ■概要  L-SMASH Worksで、VP8/VP9のwebmファイルを読み込むと様々な問題が発生する ■確認に使用したL-SMASH Worksのバイナリと、リンクされているffmpegのバージョン  r921 : POP氏ビルド、ffmpeg 3.1.6  r929 : [nekopanda氏ビルド](https://github.com/nekopanda/FFmpeg/releases/tag/3.4%2Bfield_pic_r2)、ffmpeg 3.4+パッチ  r935 : POP氏ビルド、ffmpeg 3.4.2  r935-2 : POP氏ビルド、ffmpeg 4.0.2  r935-MABS :...

determine_colorspace_conversion関数の問題を修正するものです。 再現方法は、以下のコマンドで作成したファイルをformatオプションを指定せずに読み込むことです。 `ffmpeg -i input -c:v ffv1 -pix_fmt bgr0 output.mkv` 本来は、 "lsmas: bgr0 is not supported" と返しエラー返すべきところがクラッシュします。 原因は以下だと思われます。 determine_colorspace_conversion 関数の中の conversion_table 変数と入力ファイルのフォーマットが一致しない時、 *output_pixel_format が AV_PIX_FMT_NONE のまま av_pix_fmt_desc_get関数 に渡され NULL が返ってきます。...

BGR24なフォーマットの動画を読み込んだ時、 get_component_reorder関数 にBGR24の項目が無いため崩れた画像で読み込まれる問題を修正するものです。 BGR24なフォーマットの動画はAviUtlを使い無圧縮のaviファイルとして出力することで作成しました。 お忙しいと思われますが確認の方お願いできますか? プルリクエストは初めてなので手違いや無作法がございましたらご指摘お願いします。

ffmpeg's --enable-avresample is deprecated, however L-SMASH-Works still depends on it, eg without --enable-avresample the following build error is thrown. Would you please be able to fix this so it no...

ffmpeg variables have changed. L-SMASH-Works no longer builds without this patch. also update vapoursynth.h to latest release as at 2017.10.28

When trying to decode [sample.m2ts](http://sva.wakku.to/~chris/perm_stuff/crashsamples/sample.m2ts) with latest LWLibavSource, it immediately crashes python. mpv plays the file fine and without decoder errors. FFMS2 also decodes it but discards the first frame...

It would be a valuable feature if L-SMASH-Works would print progress to stdout. I've asked DG how he does it in DGIndexNV, his answer: ``` c void OutputProgress(int progr) {...

In function `libavsmash_get_track_by_media_type` (in `libavsmash.c` line 109), when `track_number` is `0` and `movie_param.number_of_tracks` is `0`, `track_id` will not be initialized. ``` ../common/libavsmash.c: In function 'libavsmash_get_track_by_media_type': ../common/libavsmash.c:175:9: warning: 'track_id' may be...

my internet connection is to slow for a 350 MB upload ``` LoadPlugin("D:\Projekte\VS\VB\StaxRip\bin\Apps\Plugins\avs\L-SMASH-Works\LSMASHSource.dll") LSMASHVideoSource("D:\Video\Samples\Misc\ProRes YUV444.mp4", format = "YUV420P8") ``` ``` General Complete name : D:\Video\Samples\Misc\ProRes YUV444.mp4 Format : MPEG-4 Format...