<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>連携 - アスタWorks</title>
	<atom:link href="https://blog.astha.jp/tag/%E9%80%A3%E6%90%BA/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.astha.jp</link>
	<description>面倒を「ラク」にするためのノウハウ発信。ITやメルマガを活用してあなたの業務の効率化をお手伝いします。</description>
	<lastBuildDate>Fri, 28 Aug 2026 01:57:34 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://blog.astha.jp/wp-content/uploads/2023/02/favicon-75x75.ico</url>
	<title>連携 - アスタWorks</title>
	<link>https://blog.astha.jp</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://blog.astha.jp/tag/%E9%80%A3%E6%90%BA/feed/"/>
	<item>
		<title>【知らなきゃ損！】Zoomの動画を自動でVimeoに保存させる方法</title>
		<link>https://blog.astha.jp/zoom-vimeo/</link>
					<comments>https://blog.astha.jp/zoom-vimeo/#respond</comments>
		
		<dc:creator><![CDATA[hiro]]></dc:creator>
		<pubDate>Thu, 07 Apr 2022 03:35:06 +0000</pubDate>
				<category><![CDATA[IT活用]]></category>
		<category><![CDATA[Vimeo]]></category>
		<category><![CDATA[Zoom]]></category>
		<category><![CDATA[連携]]></category>
		<guid isPermaLink="false">https://blog.astha.jp/?p=1623</guid>

					<description><![CDATA[<p>コロナ禍では直接人に会う機会が減少したことで、打ち合わせなどにZoomを使うケースが増えてきたと思います。 Zoomが便利なのは、離れた相手とも顔を合わせた打ち合わせを可能にしてくれる点と、その打ち合わせの様子を録画して [&#8230;]</p>
<p>The post <a href="https://blog.astha.jp/zoom-vimeo/">【知らなきゃ損！】Zoomの動画を自動でVimeoに保存させる方法</a> first appeared on <a href="https://blog.astha.jp">アスタWorks</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">コロナ禍では直接人に会う機会が減少したことで、打ち合わせなどにZoomを使うケースが増えてきたと思います。</p>



<p class="wp-block-paragraph">Zoomが便利なのは、離れた相手とも顔を合わせた打ち合わせを可能にしてくれる点と、その打ち合わせの様子を録画して保存しておけるところですよね。</p>



<p class="wp-block-paragraph">このときZoomで作成された録画動画をVimeoに保存して管理しているという方もいらっしゃるかと思います。</p>



<p class="wp-block-paragraph">その際、動画を手動でVimeoにアップロードしているのであれば、その作業は面倒だと思いませんか。</p>



<p class="wp-block-paragraph">そこでZoomとVimeoを連携させるアプリを導入することで、この面倒な作業を自動化することができます。</p>



<p class="wp-block-paragraph">※すでに連携アプリをインストールしている場合は、以下のインストールの手順は行わないでください。<br>  新たにインストールをすることで今までの運用が行えなくなる場合があります。<br>  詳しくは以下の目次から「２．以前から連携アプリを利用されていた場合の注意事項」をご参照ください。</p>


<div class="g g-7"><div class="g-single a-24"><style>
    .middle-banner {
        max-width: 560px;
        margin: 64px auto;
        border: 4px solid #05499a;
        color: #777;
    }
    .middle-banner .title {
        padding: 16px;
        background-color: #05499a;
        color: #fff;
        text-align: center;
        font-size: 2.4rem;
    }

    .middle-banner .inner {
        padding: 0 48px 48px;
    }

    .middle-banner p {
        margin-bottom: 16px;
    }

    .middle-banner .inner strong {
        color: #000;
    }

    .light-up {
        position: relative;
        overflow: hidden;
    }

    .light-up::after {
        content: '';
        position: absolute;
        top: 0;
        left: -150%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        transform: skewX(-45deg);
        opacity: 0;
        transition: none;
        animation: shine 3s infinite ease-in-out;
    }

    .light-up:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    }

    .light-up:active {
        transform: translateY(1px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    /* 光沢が左から右に移動するアニメーション */
    @keyframes shine {
        0% {
            left: -150%;
            opacity: 0;
        }
        10% {
            left: 100%;
            opacity: 1;
        }
        20% {
            left: 150%;
            opacity: 0;
        }
        100% {
            left: 150%;
            opacity: 0;
        }
    }
</style>

<div class="light-up middle-banner">
    <p class="title"><strong>ITトラブル！困ったときは？</strong></p>
    <div class="inner">
        <p>現在お困りの<strong>ITトラブル</strong>はありませんか？<br>
            Zoomで画面を共有しながら<strong>即解決</strong>します！</p>
        <a class="gofollow" data-track="MjQsNyw2MA==" href="https://blog.astha.jp/lp/it_support_lp/?ref=works_in_text" target="_blank">
            <img decoding="async" src="https://blog.astha.jp/wp-content/uploads/2024/12/itSupport_bannar.png" alt="初回割引ITサポート"/>
        </a>
    </div>
</div></div></div>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>




  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-2" checked><label class="toc-title" for="toc-checkbox-2">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">ZoomとVimeoを連携させるアプリ</a><ol><li><a href="#toc2" tabindex="0">インストール方法</a></li><li><a href="#toc3" tabindex="0">Zoomで動画をクラウドに保存する設定</a><ol><li><a href="#toc4" tabindex="0">こんなときは</a></li></ol></li><li><a href="#toc5" tabindex="0">連携アプリのアンインストール</a></li></ol></li><li><a href="#toc6" tabindex="0">以前から連携アプリを利用されていた場合の注意事項</a></li></ol>
    </div>
  </div>

<h2 class="wp-block-heading"><span id="toc1">ZoomとVimeoを連携させるアプリ</span></h2>



<p class="wp-block-paragraph">「<a rel="noopener" href="https://marketplace.zoom.us/apps/9_xSEvq4Rj6SNFbbcKQn_g" target="_blank">Vimeo &#8211; all-in-one video hosting and collaboration</a>」</p>



<p class="wp-block-paragraph">上記のアプリをインストールするとZoomでクラウド保存された動画を自動的にVimeoにアップロードさせることができます。</p>



<p class="wp-block-paragraph"><br></p>



<h3 class="wp-block-heading"><span id="toc2">インストール方法</span></h3>



<p class="wp-block-paragraph">１．上記URLを開き［Add］をクリックします。<br>※Zoomにログインしていない場合は先にログインを促すボタンが表示されます。</p>



<figure class="wp-block-image size-large shadow_test"><img fetchpriority="high" decoding="async" width="1024" height="320" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-3-1024x320.png" alt="インストール画面" class="wp-image-1628" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-3-1024x320.png 1024w, https://blog.astha.jp/wp-content/uploads/2022/04/image-3-300x94.png 300w, https://blog.astha.jp/wp-content/uploads/2022/04/image-3-768x240.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-3-1536x480.png 1536w, https://blog.astha.jp/wp-content/uploads/2022/04/image-3.png 750w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"><br></p>



<p class="wp-block-paragraph">２．アプリの権限確認画面が表示されますので、よろしければ画面下部の［Allow］をクリックします。</p>



<figure class="wp-block-image size-large is-resized shadow_test"><img decoding="async" width="898" height="1024" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-4-898x1024.png" alt="権限許可画面" class="wp-image-1629" style="width:674px;height:768px" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-4-898x1024.png 898w, https://blog.astha.jp/wp-content/uploads/2022/04/image-4-263x300.png 263w, https://blog.astha.jp/wp-content/uploads/2022/04/image-4-768x875.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-4.png 750w" sizes="(max-width: 898px) 100vw, 898px" /></figure>



<p class="wp-block-paragraph"><br></p>



<p class="wp-block-paragraph">３．ZoomからVimeoへのアクセス許可を求められるので、Vimeo側のアカウントに間違いがなければ［許可する］をクリックします。</p>



<figure class="wp-block-image size-large is-resized shadow_test"><img decoding="async" width="574" height="1024" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-6-574x1024.png" alt="ZoomからVimeoへのアクセス許可" class="wp-image-1631" style="width:431px;height:768px" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-6-574x1024.png 574w, https://blog.astha.jp/wp-content/uploads/2022/04/image-6-168x300.png 168w, https://blog.astha.jp/wp-content/uploads/2022/04/image-6-768x1371.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-6.png 792w" sizes="(max-width: 574px) 100vw, 574px" /></figure>



<p class="wp-block-paragraph"><br></p>



<p class="wp-block-paragraph">４．Vimeo側で動画を保存する初期値となるフォルダーを指定して［次へ］をクリックします。<br>※<span class="luxe-dot-hilight-yellow">［スキップ］を選択した場合は、リストに出てくる一番上のフォルダーが自動的に選択されます。</span><br>※この時点で自動で「Zoom Recordings」というフォルダーが作成されています。</p>



<figure class="wp-block-image size-large is-resized shadow_test"><img decoding="async" width="1024" height="648" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-7-1024x648.png" alt="デフォルト保存先指定" class="wp-image-1632" style="width:512px;height:324px" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-7-1024x648.png 1024w, https://blog.astha.jp/wp-content/uploads/2022/04/image-7-300x190.png 300w, https://blog.astha.jp/wp-content/uploads/2022/04/image-7-768x486.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-7.png 750w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">以上でインストールが完了します。</p>



<p class="wp-block-paragraph">なお、この<span class="luxe-dot-hilight-red"><strong><span class="luxe-dot-hilight-pink">自動連動を行うためにはZoomの録画をクラウドに保存させる必要があります。</span></strong></span></p>



<p class="wp-block-paragraph">まだ設定を行っていない場合は引き続きZoom側の設定も行います。</p>



<p class="wp-block-paragraph"><br></p>



<h3 class="wp-block-heading"><span id="toc3">Zoomで動画をクラウドに保存する設定</span></h3>



<p class="wp-block-paragraph">１．ブラウザからZoomにサインインして、「設定」-「記録」をクリックします。</p>



<figure class="wp-block-image size-large shadow_test"><img decoding="async" width="1024" height="553" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-8-1024x553.png" alt="Zoomログイン後の画面" class="wp-image-1634" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-8-1024x553.png 1024w, https://blog.astha.jp/wp-content/uploads/2022/04/image-8-300x162.png 300w, https://blog.astha.jp/wp-content/uploads/2022/04/image-8-768x415.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-8-1536x829.png 1536w, https://blog.astha.jp/wp-content/uploads/2022/04/image-8.png 750w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"><br></p>



<p class="wp-block-paragraph">２．「クラウド記録」をオンにします。</p>



<figure class="wp-block-image size-large shadow_test"><img decoding="async" width="1024" height="379" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-9-1024x379.png" alt="クラウド記録の設定" class="wp-image-1635" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-9-1024x379.png 1024w, https://blog.astha.jp/wp-content/uploads/2022/04/image-9-300x111.png 300w, https://blog.astha.jp/wp-content/uploads/2022/04/image-9-768x284.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-9-1536x569.png 1536w, https://blog.astha.jp/wp-content/uploads/2022/04/image-9.png 750w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"><br></p>



<p class="wp-block-paragraph">以上で設定は完了です。</p>



<p class="wp-block-paragraph">以降、Zooｍで録画を行う際は<strong><span class="luxe-hilight-yellow">「クラウドにレコーディング」</span></strong>を選ぶようにしてください。</p>



<p class="wp-block-paragraph">試しに一度Zoomにて新規のパーソナルミーティングを開始して録画を行ってみてください。<br>ミーティングを終了すると、まずはZoomでクラウド上に録画動画が作成され、その後自動的にVimeoにアップロードされるようになります。</p>



<p class="wp-block-paragraph"><br></p>



<h4 class="wp-block-heading"><span id="toc4">こんなときは</span></h4>



<p class="wp-block-paragraph">Zoomで毎回自動的にクラウドへ録画されるようにしたい場合は、「記録」画面内の「自動記録」をオンにして、「クラウド上に記録する」を選択します。</p>



<figure class="wp-block-image size-large shadow_test"><img decoding="async" width="1024" height="220" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-10-1024x220.png" alt="クラウドに自動記録" class="wp-image-1636" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-10-1024x220.png 1024w, https://blog.astha.jp/wp-content/uploads/2022/04/image-10-300x64.png 300w, https://blog.astha.jp/wp-content/uploads/2022/04/image-10-768x165.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-10-1536x330.png 1536w, https://blog.astha.jp/wp-content/uploads/2022/04/image-10.png 750w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"><br></p>



<h3 class="wp-block-heading"><span id="toc5">連携アプリのアンインストール</span></h3>



<p class="wp-block-paragraph">連携アプリを削除したい場合はインストールページと同じ場所にある「Manage」-「Remove the app」の［Remove］をクリックします。</p>



<figure class="wp-block-image size-large is-resized shadow_test"><img decoding="async" width="1024" height="299" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-1024x299.png" alt="アプリの削除" class="wp-image-1625" style="width:802px;height:234px" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-1024x299.png 1024w, https://blog.astha.jp/wp-content/uploads/2022/04/image-300x87.png 300w, https://blog.astha.jp/wp-content/uploads/2022/04/image-768x224.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-1536x448.png 1536w, https://blog.astha.jp/wp-content/uploads/2022/04/image.png 750w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"><br></p>



<p class="wp-block-paragraph">その後、削除理由を選択する画面が表示されますので、「動作しなかった」、「重要な機能がなかった」、「追加のセットアップが必要」、「その他（※理由の入力も必要）」のいずれかを選んで、［Remove］をクリックします。</p>



<figure class="wp-block-image size-large is-resized shadow_test"><img decoding="async" width="1024" height="685" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-1-1024x685.png" alt="削除理由（英語テキスト）" class="wp-image-1626" style="width:768px;height:514px" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-1-1024x685.png 1024w, https://blog.astha.jp/wp-content/uploads/2022/04/image-1-300x201.png 300w, https://blog.astha.jp/wp-content/uploads/2022/04/image-1-768x514.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-1.png 750w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"><br></p>



<p class="wp-block-paragraph">※日本語に翻訳した画面</p>



<figure class="wp-block-image size-large is-resized shadow_test"><img decoding="async" width="1024" height="715" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-2-1024x715.png" alt="削除理由（日本語テキスト）" class="wp-image-1627" style="width:768px;height:536px" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-2-1024x715.png 1024w, https://blog.astha.jp/wp-content/uploads/2022/04/image-2-300x209.png 300w, https://blog.astha.jp/wp-content/uploads/2022/04/image-2-768x536.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-2.png 750w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"><br></p>



<h2 class="wp-block-heading"><span id="toc6">以前から連携アプリを利用されていた場合の注意事項</span></h2>



<p class="wp-block-paragraph">私がこの連携アプリをインストールしたのは2021年7月でした。</p>



<p class="wp-block-paragraph">そのときには、別々のZoomアカウントで録画された動画を１つのVimeoアカウントでも、それぞれ別々のフォルダーに保存することができていました。</p>



<figure class="wp-block-image size-full is-resized shadow_test"><img decoding="async" width="636" height="670" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-11.png" alt="今までの動作" class="wp-image-1638" style="width:318px;height:335px" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-11.png 636w, https://blog.astha.jp/wp-content/uploads/2022/04/image-11-285x300.png 285w" sizes="(max-width: 636px) 100vw, 636px" /></figure>



<p class="wp-block-paragraph"><br></p>



<p class="wp-block-paragraph">ところが最新バージョンの連携アプリに入れ直したところ、そのような設定ができなくなり必ず保存先のフォルダーを１つ指定しなければいけなくなりました。</p>



<p class="wp-block-paragraph">例えば、今までAさんとBさんがVimeo上にある自分用の保存先フォルダーに保存ができていましたが、最新版に入れ直したところ、２つあるフォルダーのうちどちらかに保存する設定しかできません。</p>



<figure class="wp-block-image size-large is-resized shadow_test"><img decoding="async" width="571" height="1024" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-12-571x1024.png" alt="最新バージョンでの動作" class="wp-image-1639" style="width:286px;height:512px" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-12-571x1024.png 571w, https://blog.astha.jp/wp-content/uploads/2022/04/image-12-167x300.png 167w, https://blog.astha.jp/wp-content/uploads/2022/04/image-12.png 614w" sizes="(max-width: 571px) 100vw, 571px" /></figure>



<p class="wp-block-paragraph"><br></p>



<p class="wp-block-paragraph">もし、現時点で複数人数のZoom動画を自分たち用の保存先フォルダーに保存する運用ができている場合は、連携アプリの<strong><span class="luxe-hilight-yellow">入れ直しはしないことをオススメします。</span></strong></p>



<p class="wp-block-paragraph">ただし、新たにメンバーが参加することになり、その人の環境に連携アプリをインストールしなければいけない場合は、その時点で今までの運用はできなくなります。<br>これは自分の連携アプリを入れ直ししなくてもそうなってしまいます。</p>



<p class="wp-block-paragraph">その理由は最新版の連携アプリをインストールする時点でVimeo側のデフォルトの動画保存先を指定する必要があるためです。</p>



<p class="wp-block-paragraph">最新版の連携アプリインストール時に出てくる以下の画面は、以前のバージョンのときには表示されなかった設定で、最新バージョンでは必ずVimeo側で保存先となるフォルダーの指定が必要となります。</p>



<p class="wp-block-paragraph">これによりZoom側で作成された動画はすべて同じフォルダーに保存されることになり、以前のような担当者ごとに自動的にフォルダー分けする保存ができなくなっています。</p>



<figure class="wp-block-image size-large is-resized shadow_test"><img decoding="async" width="1024" height="648" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-7-1024x648.png" alt="デフォルト保存先指定" class="wp-image-1632" style="width:512px;height:324px" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-7-1024x648.png 1024w, https://blog.astha.jp/wp-content/uploads/2022/04/image-7-300x190.png 300w, https://blog.astha.jp/wp-content/uploads/2022/04/image-7-768x486.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-7.png 750w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"><br></p>



<p class="wp-block-paragraph">本件についてはVimeoのサポートに問い合わせをしてみましたが、現状は以前のような保存方法にすることはできないそうです&#x1f62d;</p>



<p class="wp-block-paragraph">改善してもらえるように要望を出してサポートから承った旨の返信は届きましたが、果たして改善されるでしょうか・・・。</p>



<figure class="wp-block-image size-large is-resized shadow_test"><img decoding="async" width="1024" height="688" src="https://blog.astha.jp/wp-content/uploads/2022/04/image-13-1024x688.png" alt="Vimeoからの返信" class="wp-image-1641" style="width:512px;height:344px" srcset="https://blog.astha.jp/wp-content/uploads/2022/04/image-13-1024x688.png 1024w, https://blog.astha.jp/wp-content/uploads/2022/04/image-13-300x202.png 300w, https://blog.astha.jp/wp-content/uploads/2022/04/image-13-768x516.png 768w, https://blog.astha.jp/wp-content/uploads/2022/04/image-13.png 750w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph">こちらの記事もよく読まれています。</p>


<a href="https://blog.astha.jp/zoom_brightness/" title="【お役立ち情報】印象が全然違います！Zoomの画面を明るくする方法" class="blogcard-wrap internal-blogcard-wrap a-wrap cf"><div class="blogcard internal-blogcard ib-left cf"><div class="blogcard-label internal-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail internal-blogcard-thumbnail"><img decoding="async" width="320" height="180" src="https://blog.astha.jp/wp-content/uploads/2021/11/ahjlf-1782l.webp" class="blogcard-thumb-image internal-blogcard-thumb-image wp-post-image" alt="" srcset="https://blog.astha.jp/wp-content/uploads/2021/11/ahjlf-1782l.webp 648w, https://blog.astha.jp/wp-content/uploads/2021/11/ahjlf-1782l-300x169.webp 300w, https://blog.astha.jp/wp-content/uploads/2021/11/ahjlf-1782l-320x180.webp 320w, https://blog.astha.jp/wp-content/uploads/2021/11/ahjlf-1782l-530x298.webp 530w, https://blog.astha.jp/wp-content/uploads/2021/11/ahjlf-1782l-565x317.webp 565w" sizes="(max-width: 320px) 100vw, 320px" /></figure><div class="blogcard-content internal-blogcard-content"><div class="blogcard-title internal-blogcard-title">【お役立ち情報】印象が全然違います！Zoomの画面を明るくする方法</div><div class="blogcard-snippet internal-blogcard-snippet">操作方法を動画で３分で確認する↑Zoom、使っていますか？Zoomとは、映像（ビデオ）と音声を使って、社外にいる相手とのコミュニケーションを可能にし、ビジネスシーンで特に良く使われるツールです。Zoom公式働き方改革や新型コロナ流行によって&#8230;</div></div><div class="blogcard-footer internal-blogcard-footer cf"><div class="blogcard-site internal-blogcard-site"><div class="blogcard-favicon internal-blogcard-favicon"><img decoding="async" src="https://www.google.com/s2/favicons?domain=https://blog.astha.jp" alt="" class="blogcard-favicon-image internal-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain internal-blogcard-domain">blog.astha.jp</div></div><div class="blogcard-date internal-blogcard-date"><div class="blogcard-post-date internal-blogcard-post-date">2021.10.28</div></div></div></div></a>


<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph"><span style="font-size: 24px" class="font-size"><strong><span class="luxe-dot-hilight-yellow">１０分調べてわからないことは人に聞いちゃおう！</span></strong></span></p>



<p class="wp-block-paragraph">もし、記事を読んでいて<strong><span style="font-size: 20px" class="font-size">「見ながら作業をする時間が<span style="color: #ff0000" class="text-color">もったいない</span><span style="color: #ff0000" class="text-color">！</span>」</span></strong>と感じた方は、ぜひご相談ください。</p>



<p class="wp-block-paragraph">そんなあなたの作業時間を短縮するために<span style="font-size: 24px" class="font-size"><strong><span class="luxe-dot-hilight-blue">「オンラインITサポート」</span></strong></span>を行っております。</p>



<p class="wp-block-paragraph">自分で調べながらやったら１時間かかったことがサポートに聞いたら１０分で終わったなんてことはよくあることです。</p>



<p class="wp-block-paragraph">まずはお気軽に相談ください＾＾</p>



<p class="wp-block-paragraph">詳しくは以下のバナーをクリック！</p>


<div class="a-single a-23"><style>
    .banner-container img {
        box-sizing: border-box;
    }
</style>

<figure class="light-up banner-container">
    <a rel="noopener" data-track="MjMsMCw2MA==" href="https://tebanasu.net/astha/it_support30_first1100?ref=works_article_bottom" target="_blank" class="external gofollow">
        <img decoding="async" src="https://blog.astha.jp/wp-content/uploads/2024/10/itSupport_bannar_1100.png" alt="初回割引ITサポート"/>
    </a>
</figure></div>



<style>
/* アスタ メルマガ特典CTA（IT・パソコン記事版） */
.astha-cta7{
  --n:#002C60; --nd:#001F44; --b:#1C93D3; --o:#E59D23; --od:#C9860F;
  --cream:#FBF9F4; --mist:#E6F4F1; --ink:#1A2A3A; --line:#DCE6EF;
  margin:48px 0; border-radius:16px; overflow:hidden;
  background:var(--cream); border:1px solid var(--line);
  box-shadow:0 10px 30px rgba(0,44,96,.10);
  color:var(--ink); line-height:1.9;
  font-size:16px;
}
.astha-cta7 *{box-sizing:border-box;}
.astha-cta7 p.astha-cta7__head{
  background:var(--n); color:#fff;
  padding:26px; margin:0;
  font-size:clamp(21px,18px + 1.1vw,30px) !important;
  font-weight:800 !important; line-height:1.45;
  text-wrap:balance;
}
@supports (word-break:auto-phrase){
  .astha-cta7__head,.astha-cta7 p,.astha-cta7 li,
  .astha-cta7__gifts .t,.astha-cta7__more p{word-break:auto-phrase;}
}
.astha-cta7__body{padding:26px 26px 30px;}
.astha-cta7 p{margin:0 0 14px; font-size:16px; line-height:1.9;}
.astha-cta7 p:last-child{margin-bottom:0;}
.astha-cta7__check{
  background:var(--mist); border-radius:12px;
  padding:18px 22px; margin:18px 0 22px;
}
.astha-cta7__check ul{margin:0; padding:0; list-style:none;}
.astha-cta7__check li{
  position:relative; padding-left:28px; margin:0 0 8px;
  font-size:16px; line-height:1.85;
}
.astha-cta7__check li:last-child{margin-bottom:0;}
.astha-cta7__check li::before{
  content:"✓"; position:absolute; left:0; top:0;
  color:var(--od); font-weight:800;
}
.astha-cta7__gifts{
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
  margin:16px 0 22px; padding:0; list-style:none;
}
.astha-cta7__gifts li{
  background:#fff; border:1px solid var(--line); border-radius:12px;
  overflow:hidden; margin:0;
}
.astha-cta7__gifts img{
  display:block; width:100%; height:132px; object-fit:contain;
  background:#F4F8FB; padding:10px;
}
.astha-cta7__gifts .t{
  display:block; padding:12px 14px 14px;
  font-size:17px !important; font-weight:700; color:var(--n); line-height:1.6;
  text-wrap:balance;
}
.astha-cta7__gifts .t small{
  display:block; margin-top:4px;
  font-size:14px; font-weight:400; color:#44566B; line-height:1.75;
}
.astha-cta7__more{
  background:#fff; border:1px solid var(--line); border-radius:12px;
  padding:16px 20px; margin:0 0 22px;
}
.astha-cta7__more p{margin:0 0 8px; font-size:16px; text-wrap:pretty;}
.astha-cta7__more p:last-child{margin-bottom:0;}
.astha-cta7 .nb{white-space:nowrap;}
.astha-cta7__more b{color:var(--n);}
.astha-cta7__btn{
  display:block; text-align:center; text-decoration:none;
  padding:20px 24px; border-radius:12px;
  background:linear-gradient(135deg,#F2B34C 0%,var(--o) 55%,var(--od) 100%);
  color:#fff !important; font-size:clamp(17px,16px + .35vw,20px) !important; font-weight:800;
  box-shadow:0 8px 20px rgba(201,134,15,.32);
}
.astha-cta7__btn:hover{filter:brightness(1.05);}
.astha-cta7__note{
  margin:14px auto 0 !important; max-width:26em; text-align:center;
  font-size:14px !important; color:#5B6B7E; line-height:1.8;
}
/* 3列だとカード見出しが3行になるので、狭い画面は1列にする */
@media (max-width:760px){
  .astha-cta7__gifts{grid-template-columns:1fr; gap:10px;}
  .astha-cta7__gifts img{height:112px; padding:8px;}
  .astha-cta7__gifts .t{padding:12px 14px 14px; min-width:0;}
}
@media (max-width:600px){
  .astha-cta7{margin:36px 0;}
  .astha-cta7 p.astha-cta7__head{padding:20px 18px;}
  .astha-cta7__body{padding:20px 18px 24px;}
  .astha-cta7__check{padding:16px 18px;}
}
</style>

<div class="astha-cta7">
  <p class="astha-cta7__head">その調べもの、次からはAIに任せませんか？</p>

  <div class="astha-cta7__body">
    <p>今回の手順で、目の前の困りごとは解決できます。</p>

    <p>ただ、次に別のトラブルが来たときも、また調べることになります。</p>

    <div class="astha-cta7__check">
      <ul>
        <li>毎回やり方を検索していて、同じくらい時間がかかっている</li>
        <li>メールや資料の下書きに、いつも時間を取られている</li>
        <li>AIは気になるけれど、どこから使えばいいか決められない</li>
      </ul>
    </div>

    <p>どれか1つでも当てはまるなら、まずこの3つを読んでみてください。</p>

    <ul class="astha-cta7__gifts">
      <li>
        <img decoding="async" src="https://astha.jp/wp-content/uploads/present/cover-chatgpt.webp" alt="ChatGPT超入門ガイドの表紙" loading="lazy">
        <span class="t">ChatGPT超入門ガイド<br><small>「何ができるの？」が分かる入門書。</small></span>
      </li>
      <li>
        <img decoding="async" src="https://astha.jp/wp-content/uploads/present/cover-ai10.webp" alt="今日から使えるAI活用シーン10選の表紙" loading="lazy">
        <span class="t">今日から使えるAI活用シーン10選<br><small>まねするだけの10パターン。</small></span>
      </li>
      <li>
        <img decoding="async" src="https://astha.jp/wp-content/uploads/present/cover-notebooklm.webp" alt="NotebookLMでスライドを作ろうの表紙" loading="lazy">
        <span class="t">NotebookLMでスライドを作ろう<br><small>資料のたたき台を一気に作る。</small></span>
      </li>
    </ul>

    <div class="astha-cta7__more">
      <p>ほかにも、業務改善チェックリスト・型プロンプト・動画の文字起こし手順書・デザイン様式50があります。</p>

      <p>さらに、<span class="nb">全70ページ</span>の<b>「AI活用ガイドブック」</b>（<span class="nb">Kindleでは980円</span>）まで。</p>

      <p><b>あわせて全部で8つ。すべて無料です。</b></p>
    </div>

    <a class="astha-cta7__btn" href="https://astha.jp/news-letter_lp/?utm_source=blog&#038;utm_medium=article_cta&#038;utm_campaign=guidebook_lead&#038;utm_content=cta_it">メルマガに登録して、特典8つを受け取る</a>

    <p class="astha-cta7__note">必要なのは、メールアドレスだけ。<br>登録は1分、いつでも1クリックで解除できます。</p>
  </div>
</div><p>The post <a href="https://blog.astha.jp/zoom-vimeo/">【知らなきゃ損！】Zoomの動画を自動でVimeoに保存させる方法</a> first appeared on <a href="https://blog.astha.jp">アスタWorks</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.astha.jp/zoom-vimeo/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Disk: Enhanced  を使用したページ キャッシュ

Served from: blog.astha.jp @ 2026-09-21 05:28:50 by W3 Total Cache
-->