問題タブ [dvd]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
30 参照

vb.net - VB.NET: コードで DVD-ROM ドライブを無効にする方法はありますか?

デバイス マネージャから DVD-ROM ドライブを有効/無効にできます。
コードを介してそれを行うことは可能ですか?
ありがとうございました。

0 投票する
1 に答える
37 参照

macos - Mac OS、サンドボックス下の DVD ドライブ

MAC OS の DVD ドライブは「サンドボックス」の下にありますか? DVD 上の HTML ファイルを開く Start.app がある場合、ユーザーは DVD から直接 Start.app を起動できますか? それはうまくいきますか?

0 投票する
1 に答える
118 参照

audio - フレームが破損している DVD

壊れたDVDが何枚かあります。MEncoder は破損したフレームをスキップできます。しかし、出力のフレームが入力よりも少ない場合、オーディオはビデオに対応していません... ビデオが遅れています... 変換中にフレームをスキップした場合、MEncoder に正しく設定された FPS を要求するにはどうすればよいですか? (OS UnixWare)試してみます:

mencoder -fps 20000/1001 -ofps 20000/1001 -oac lavc -ovc lavc ./VTS_04_1.VOB -o dh4.avi

ビデオの開始時にのみ機能します - しばらくすると、ビデオの遅延が始まります... (Mplayer で +/- キーを使用する必要があります...)

または、破損したフレームをスキップして FPS を正しく設定できる他のコンバーターはありますか?

ありがとうございました。

0 投票する
2 に答える
57181 参照

ffmpeg - Converting DVD image with subtitles to MKV using avconv

This is the procedure I know to convert a DVD image to another videoformat (v.g. MP4):

  1. concatenate the VTS_01_n.VOB files inside VIDEO_TS folder (for n >= 0) into a single VOB file.
  2. use avconv or ffmpeg in order to convert that VOB into another format.

So far so good, however now I want to convert the DVD image with the subtitles. As far as I know the MKV format supports subtitles, so it seems an obvious choice. Alternatively I might use any other format with hard subtitles (subtitles as part of the video image).

However, the subtitle encoding in the DVD image is dvdsub and I get the following error

However, when running avconv -codecs I get:

And the -c:s copy switch, while it prevents the command to fail, it does not seem to produce a subtitle that the player can understand.

So, how can I create ass subtitles from dvdsub using avconv?

My VOB file has eight subtitle channels and two audio channels. The Ubuntu video app does not show any subtitles, and only the first audio channel seems to be working, do the DVD image might be broken.

Another file, for a double-layer DVD, displays the Subtitle encoding error, however when using the -c:s copy switch it further displays:

Thank you in advance for any ideas on how to solve these problems.

(I am using Ubuntu where ffmpeg is an alias for avconv. I know it is possible to install the real ffmpeg but so far I have not done so.)


update: commands and console outputs:

commands

output

command

output

command

output omitted.

command

output

Now, for the double-layer: commands

output

command

output

0 投票する
1 に答える
1986 参照

c# - C# IMAPI2 で DVD+-VR を書き込む

IMAPI2 を使用した DVD+-VR に関する情報を探しています。IMAPI2 で DVD-VR を作成して書き込むことは可能だと思いますが、その方法の例が見つかりません。

アイデアやサンプルコードはありますか?

どうもありがとうございました。