Foros: 要望、感想など (Thread #29143)

タイムリマップ (2011-04-21 04:15 by Anónimo #56972)

アニメーション制作に私自身はAfter Effectsを使用していますが、フリー厨の友人向けにタイムリマップ機能を搭載したフリーの動画編集ソフトを探しておりました。
そこでjavieに出逢えたのですが、恥ずかしながら私はjavascriptを書く事が出来ません。
下記のAE用のエクスプレッションをjavie用に書き直してはもらえないでしょうか、どうかよろしくお願い致します。

Adobe After Effects 5.0 Keyframe Data

Units Per Second 24
Source Width 100
Source Height 100
Source Pixel Aspect Ratio 1
Comp Pixel Aspect Ratio 1


Time Remap
Frame seconds
0 00.0000000
2 00.0000000
3 00.0416667
5 00.0416667
6 00.0833333


End of Keyframe Data

Responder al #56972×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Entrar

RE: タイムリマップ (2011-04-27 07:27 by rakusan #57066)

>下記のAE用のエクスプレッションを
とのことですが、これはエクスプレッションではないと思いますが...

それと、例えば「AEとJavieのエクスプレッションにおけるプロパティの相違点」というような質問であればお答えできますが、エクスプレッションの書き直しについてはご自身で行っていただきたいと思います。
Responder al #56972

Responder al #57066×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Entrar

RE: タイムリマップ (2011-04-27 09:01 by Anónimo #57072)

では、タイムリマップの書き方を教えてはもらえないでしょうか。
Wikiを探したのですが、見つかりませんでした。
Responder al #56972

Responder al #57072×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Entrar

RE: タイムリマップ (2011-04-28 13:46 by rakusan #57103)

timeという名前のグローバルオブジェクトがコンポジション基準の時刻を表しますので、
例えば次のようなエクスプレッションをタイムリマップに記述すると、レイヤー時刻を操作することができます。

コンポジション時間よりも1秒遅れてレイヤーを表示する。
time-1

コンポジション時間の倍速でレイヤーを表示する。
time*2

より複雑なことをする場合JavaScriptの知識が必要となりますので、その場合はJavaScriptの参考書等をご覧ください。
Responder al #57072

Responder al #57103×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Entrar

RE: タイムリマップ (2011-04-29 23:07 by Anónimo #57127)

ご丁寧にありがとうございます。お手数かけてすみませんでした。
javascript勉強してみます。
Responder al #56972

Responder al #57127×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Entrar

RE: タイムリマップ (2011-08-20 01:35 by Anónimo #59203)

これはAEのキーフレーム情報です。
AEではキーフレームをこのようにASCIIテキスト形式でクリップボード経由で外部ソフトに
持っていく機能があります。(逆もできます)

0フレーム、2,3,5、6フレームにキーがあり、
0と2、3と5はホールドキーです。
つまり0から2までは0と同じ絵、3−5までは3と同じ絵が表示されます。

別スレッドに要望を書こうと思っておりますが、
タイムリマップ機能に ”ホールドキーへの切り替え” 機能(ボタン等)を追加していただければと思っております。
AEにはあります。
Responder al #56972

Responder al #59203×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Entrar

RE: タイムリマップ (2011-08-25 07:03 by rakusan #59264)

返信が遅くなって申し訳ありません。

キーフレーム情報だったのですね。ありがとうございます。
Responder al #59203

Responder al #59264×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Entrar

RE: タイムリマップ (2011-08-26 01:20 by Anónimo #59282)

いえ、、、
↑のテキストの場合
Time Remap
Frame seconds
は24フレーム目を1秒とした時の
フレームを秒に換算した値?だと思います。

>3 00.0416667
>5 00.0416667

の時が丁度24フレーム目の時間が入っているかと...
1/24=0.041666666666667


別のお話ですが、ストップモーションを多用する映像を作りたい時に
リニアやベジェのキーを選択して
何らかの方法で一括してストップ(ホールド)に変更したいです。
Responder al #59264

Responder al #59282×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Entrar

RE: タイムリマップ (2011-09-04 22:27 by rakusan #59446)

> いえ、、、
> ↑のテキストの場合
> Time Remap
> Frame seconds
> は24フレーム目を1秒とした時の
> フレームを秒に換算した値?だと思います。
>
> >3 00.0416667
> >5 00.0416667
>
> の時が丁度24フレーム目の時間が入っているかと...
> 1/24=0.041666666666667

えっと、つまり、そのようになるようにタイムリマップにキーフレームを打ったレイヤーがあって、
そのキーフレームをクリップボード経由でASCIIテキスト形式にしたもの、
という理解をしたのですが、それでいいのですよね?


> 別のお話ですが、ストップモーションを多用する映像を作りたい時に
> リニアやベジェのキーを選択して
> 何らかの方法で一括してストップ(ホールド)に変更したいです。

0.5.9から、タイムライン上でマウスをドラッグすることで
矩形状にキーフレームを一括選択できるようになったので、
それで選択をした後、キーフレームの補間法を変更すると一括で変更することができます。
Responder al #59282

Responder al #59446×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Entrar

RE: タイムリマップ (2011-08-20 01:37 by Anónimo #59204)

ホールド=停止キー の機能はありましたね; すみませんでした。
Responder al #56972

Responder al #59204×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Entrar

RE: タイムリマップ (2011-09-12 02:32 by Anónimo #59541)

>えっと、つまり、そのようになるようにタイムリマップにキーフレームを
>打ったレイヤーがあって、
>そのキーフレームをクリップボード経由でASCIIテキスト形式にしたもの、
>という理解をしたのですが、それでいいのですよね?


その解釈で大丈夫です。横槍ですみません。
将来的にJavieもASCIIテキスト形式で
タイムリマップキーフレームなどを
外部ソフトとやり取りできると面白いかもしれませんね。
Responder al #56972

Responder al #59541×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Entrar