<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>How To &amp; Best Software</provider_name><provider_url>https://howto.ping.fm/zh-tw/</provider_url><author_name>How To &amp; Best Software</author_name><author_url>https://howto.ping.fm/zh-tw/</author_url><title>&#x8A73;&#x7D30;&#x7684;&#x8996;&#x983B;&#x7DAD;&#x4FEE;&#x6307;&#x5C0E;</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content" data-secret="GpOJgFT05G"&gt;&lt;a href="https://howto.ping.fm/zh-tw/comprehensive-guide-to-video-repair/"&gt;&#x5F71;&#x7247;&#xFF1A;&#x5168;&#x9762;&#x7DAD;&#x4FEE;&#x6307;&#x5357;&lt;/a&gt;&lt;/blockquote&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://howto.ping.fm/zh-tw/comprehensive-guide-to-video-repair/embed/#?secret=GpOJgFT05G" width="600" height="338" title="&#x201C;&#x5F71;&#x7247;&#xFF1A;&#x5168;&#x9762;&#x7DAD;&#x4FEE;&#x6307;&#x5357;&#x201D; &#x2014; How To &amp; Best Software" data-secret="GpOJgFT05G" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;&lt;script&gt;
/**
 * WordPress inline HTML embed
 *
 * @since 4.4.0
 * @output wp-includes/js/wp-embed.js
 *
 * This file cannot have ampersands in it. This is to ensure
 * it can be embedded in older versions of WordPress.
 * See https://core.trac.wordpress.org/changeset/35708.
 */
(function ( window, document ) {
	'use strict';

	var supportedBrowser = false,
		loaded = false;

		if ( document.querySelector ) {
			if ( window.addEventListener ) {
				supportedBrowser = true;
			}
		}

	/** @namespace wp */
	window.wp = window.wp || {};

	if ( !! window.wp.receiveEmbedMessage ) {
		return;
	}

	/**
	 * Receive embed message.
	 *
	 * @param {MessageEvent} e
	 */
	window.wp.receiveEmbedMessage = function( e ) {
		var data = e.data;

		if ( ! data ) {
			return;
		}

		if ( ! ( data.secret || data.message || data.value ) ) {
			return;
		}

		if ( /[^a-zA-Z0-9]/.test( data.secret ) ) {
			return;
		}

		var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ),
			blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ),
			allowedProtocols = new RegExp( '^https?:$', 'i' ),
			i, source, height, sourceURL, targetURL;

		for ( i = 0; i &lt; blockquotes.length; i++ ) {
			blockquotes[ i ].style.display = 'none';
		}

		for ( i = 0; i &lt; iframes.length; i++ ) {
			source = iframes[ i ];

			if ( e.source !== source.contentWindow ) {
				continue;
			}

			source.removeAttribute( 'style' );

			/* Resize the iframe on request. */
			if ( 'height' === data.message ) {
				height = parseInt( data.value, 10 );
				if ( height &gt; 1000 ) {
					height = 1000;
				} else if ( ~~height &lt; 200 ) {
					height = 200;
				}

				source.height = height;
			}

			/* Link to a specific URL on request. */
			if ( 'link' === data.message ) {
				sourceURL = document.createElement( 'a' );
				targetURL = document.createElement( 'a' );

				sourceURL.href = source.getAttribute( 'src' );
				targetURL.href = data.value;

				/* Only follow link if the protocol is in the allow list. */
				if ( ! allowedProtocols.test( targetURL.protocol ) ) {
					continue;
				}

				/* Only continue if link hostname matches iframe's hostname. */
				if ( targetURL.host === sourceURL.host ) {
					if ( document.activeElement === source ) {
						window.top.location.href = data.value;
					}
				}
			}
		}
	};

	function onLoad() {
		if ( loaded ) {
			return;
		}

		loaded = true;

		var isIE10 = -1 !== navigator.appVersion.indexOf( 'MSIE 10' ),
			isIE11 = !!navigator.userAgent.match( /Trident.*rv:11\./ ),
			iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),
			iframeClone, i, source, secret;

		for ( i = 0; i &lt; iframes.length; i++ ) {
			/** @var {IframeElement} */
			source = iframes[ i ];

			secret = source.getAttribute( 'data-secret' );
			if ( ! secret ) {
				/* Add secret to iframe */
				secret = Math.random().toString( 36 ).substr( 2, 10 );
				source.src += '#?secret=' + secret;
				source.setAttribute( 'data-secret', secret );
			}

			/* Remove security attribute from iframes in IE10 and IE11. */
			if ( ( isIE10 || isIE11 ) ) {
				iframeClone = source.cloneNode( true );
				iframeClone.removeAttribute( 'security' );
				source.parentNode.replaceChild( iframeClone, source );
			}

			/*
			 * Let post embed window know that the parent is ready for receiving the height message, in case the iframe
			 * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the
			 * window will then (re-)send the height message right away.
			 */
			source.contentWindow.postMessage( {
				message: 'ready',
				secret: secret
			}, '*' );
		}
	}

	if ( supportedBrowser ) {
		window.addEventListener( 'message', window.wp.receiveEmbedMessage, false );
		document.addEventListener( 'DOMContentLoaded', onLoad, false );
		window.addEventListener( 'load', onLoad, false );
	}
})( window, document );
&lt;/script&gt;
</html><description>&#x5168;&#x9762;&#x6307;&#x5357;&#xFF1A;&#x8996;&#x983B;&#x4FEE;&#x5FA9; &#x8996;&#x983B;&#x6587;&#x4EF6;&#x662F;&#x6211;&#x5011;&#x6578;&#x5B57;&#x751F;&#x6D3B;&#x7684;&#x91CD;&#x8981;&#x7D44;&#x6210;&#x90E8;&#x5206;&#xFF0C;&#x8A18;&#x9304;&#x4E0B;&#x96E3;&#x5FD8;&#x7684;&#x6642;&#x523B;&#x3001;&#x5BF6;&#x8CB4;&#x7684;&#x6559;&#x7A0B;&#x548C;&#x91CD;&#x5927;&#x4E8B;&#x4EF6;&#x3002;&#x7136;&#x800C;&#xFF0C;&#x9047;&#x5230;&#x640D;&#x58DE;&#x3001;&#x640D;&#x6BC0;&#x6216;&#x7121;&#x6CD5;&#x64AD;&#x653E;&#x7684;&#x8996;&#x983B;&#x53EF;&#x80FD;&#x4EE4;&#x4EBA;&#x6CAE;&#x55AA;&#x3002;&#x5E78;&#x904B;&#x7684;&#x662F;&#xFF0C;&#x6709;&#x6548;&#x7684;&#x89E3;&#x6C7A;&#x65B9;&#x6848;&#x53EF;&#x4EE5;&#x4FEE;&#x5FA9;&#x9019;&#x4E9B;&#x6587;&#x4EF6;&#x4E26;&#x6062;&#x5FA9;&#x5176;&#x529F;&#x80FD;&#x3002;&#x672C;&#x5168;&#x9762;&#x6307;&#x5357;&#x5C07;&#x5F15;&#x5C0E;&#x60A8;&#x901A;&#x904E;&#x4F7F;&#x7528;&#x4E0D;&#x540C;&#x5DE5;&#x5177;&#xFF08;&#x5305;&#x62EC;&#x5728;&#x7DDA;&#x8996;&#x983B;&#x4FEE;&#x5FA9;&#x5DE5;&#x5177;&#x3001;&#x5C08;&#x696D;&#x8EDF;&#x4EF6;&#x548C;&#x6A19;&#x6E96;&#x6545;&#x969C;&#x6392;&#x9664;&#x6280;&#x8853;&#xFF09;&#x4F86;&#x4FEE;&#x5FA9;&#x8996;&#x983B;&#x7684;&#x5404;&#x7A2E;&#x65B9;&#x6CD5;&#x3002; 1 &#x5E38;&#x898B;&#x60C5;&#x6CC1;&#xFF1A; &#x56E0;&#x683C;&#x5F0F;&#x554F;&#x984C;&#x2018;&#x8996;&#x983B;&#x7121;&#x6CD5;&#x64AD;&#x653E;&#x2019; &#x1F4C9; &#x767C;&#x73FE;&#x60A8;&#x7684;&#x8996;&#x983B;&#x6587;&#x4EF6;&#x7121;&#x6CD5;&#x64AD;&#x653E;&#x662F;&#x5F88;&#x5E38;&#x898B;&#x7684;&#x60C5;&#x6CC1;&#x3002;&#x901A;&#x5E38;&#xFF0C;&#x9019;&#x662F;&#x56E0;&#x70BA;&#x60A8;&#x7684;&#x5A92;&#x9AD4;&#x64AD;&#x653E;&#x5668;&#x4E0D;&#x652F;&#x6301;&#x8996;&#x983B;&#x683C;&#x5F0F;&#x3002; &#x9047;&#x5230;&#x201C;&#x4E0D;&#x652F;&#x6301;&#x7684;&#x6587;&#x4EF6;&#x683C;&#x5F0F;&#x201D;&#x7B49;&#x4FE1;&#x606F;&#x53EF;&#x80FD;&#x6703;&#x975E;&#x5E38;&#x6CAE;&#x55AA;&#x3002; &#x70BA;&#x4E86;&#x89E3;&#x6C7A;&#x6B64;&#x554F;&#x984C;&#xFF0C;&#x60A8;&#x53EF;&#x80FD;&#x9700;&#x8981;&#x5C07;&#x8996;&#x983B;&#x6587;&#x4EF6;&#x8F49;&#x63DB;&#x70BA;&#x8207;&#x60A8;&#x7684;&#x5A92;&#x9AD4;&#x64AD;&#x653E;&#x5668;&#x517C;&#x5BB9;&#x7684;&#x683C;&#x5F0F;&#xFF0C;&#x6216;&#x8005;&#x4F7F;&#x7528;&#x53EF;&#x9760;&#x7684;&#x8996;&#x983B;&#x4FEE;&#x5FA9;&#x5DE5;&#x5177;&#x4FEE;&#x5FA9;&#x73FE;&#x6709;&#x683C;&#x5F0F;&#x3002; &#x5F9E;&#x5099;&#x4EFD;&#x4E2D;&#x6062;&#x5FA9;&#x5F8C;&#x2018;&#x8996;&#x983B;&#x6587;&#x4EF6;&#x640D;&#x58DE;&#x2019; &#x1F4BE; &#x6709;&#x6642;&#x5F9E;&#x5099;&#x4EFD;&#x4E2D;&#x6062;&#x5FA9;&#x8996;&#x983B;&#x6587;&#x4EF6;&#x53EF;&#x80FD;&#x6703;&#x5C0E;&#x81F4;&#x640D;&#x58DE;&#x3002; &#x6062;&#x5FA9;&#x5F8C;&#xFF0C;&#x60A8;&#x53EF;&#x80FD;&#x6703;&#x5F97;&#x5230;&#x4E0D;&#x5B8C;&#x6574;&#x6216;&#x640D;&#x58DE;&#x7684;&#x8996;&#x983B;&#x6587;&#x4EF6;&#x3002; &#x6B64;&#x60C5;&#x6CC1;&#x9700;&#x8981;&#x4F7F;&#x7528;&#x6709;&#x6548;&#x7684;&#x8996;&#x983B;&#x4FEE;&#x5FA9;&#x5DE5;&#x5177;&#x4F86;&#x8655;&#x7406;&#x640D;&#x58DE;&#x7684;&#x6587;&#x4EF6;&#x4E26;&#x5C07;&#x5176;&#x6062;&#x5FA9;&#x5230;&#x539F;&#x59CB;&#x72C0;&#x614B;&#x3002; &#x8996;&#x983B;&#x8207;&#x2018;&#x97F3;&#x983B;&#x4E0D;&#x540C;&#x6B65;&#x2019; &#x1F3B5; &#x9047;&#x5230;&#x97F3;&#x8996;&#x983B;&#x540C;&#x6B65;&#x554F;&#x984C;&#x6703;&#x7834;&#x58DE;&#x6574;&#x500B;&#x89C0;&#x770B;&#x8996;&#x983B;&#x7684;&#x9AD4;&#x9A57;&#x3002; &#x9019;&#x500B;&#x554F;&#x984C;&#x53EF;&#x80FD;&#x662F;&#x7531;&#x65BC;&#x7DE8;&#x78BC;&#x904E;&#x7A0B;&#x6709;&#x8AA4;&#x6216;&#x8996;&#x983B;&#x6587;&#x4EF6;&#x6709;&#x8F15;&#x5FAE;&#x640D;&#x58DE;&#x800C;&#x7522;&#x751F;&#x7684;&#x3002; &#x4F7F;&#x7528;&#x5C08;&#x9580;&#x7684;&#x8996;&#x983B;&#x526A;&#x8F2F;&#x8EDF;&#x4EF6;&#x6216;&#x5C08;&#x7528;&#x7684;&#x8996;&#x983B;&#x4FEE;&#x5FA9;&#x5DE5;&#x5177;&#x53EF;&#x4EE5;&#x5E6B;&#x52A9;&#x4FEE;&#x5FA9;&#x540C;&#x6B65;&#x554F;&#x984C;&#x3002; 2 &#x6B65;&#x9A5F;&#x9010;&#x6B65;&#x6307;&#x5357;&#xFF1A;&#x8996;&#x983B;&#x4FEE;&#x5FA9; &#x65B9;&#x6CD5;&#x4E00;&#xFF1A;&#x4F7F;&#x7528; Clever &#x514D;&#x8CBB;&#x5728;&#x7DDA;&#x8996;&#x983B;&#x4FEE;&#x5FA9;&#x5DE5;&#x5177; &#x1F310; &#x7B2C;&#x4E00;&#x6B65;&#x662F;&#x6253;&#x958B;Clever &#x514D;&#x8CBB;&#x5728;&#x7DDA;&#x8996;&#x983B;&#x4FEE;&#x5FA9;&#x5DE5;&#x5177;&#x7DB2;&#x7AD9;&#x3002; &#x9EDE;&#x64CA;&#x201C;&#x4E0A;&#x50B3;&#x6587;&#x4EF6;&#x201D;&#x6309;&#x9215;&#xFF0C;&#x5F9E;&#x60A8;&#x7684;&#x8A08;&#x7B97;&#x6A5F;&#x4E2D;&#x9078;&#x64C7;&#x640D;&#x58DE;&#x7684;&#x8996;&#x983B;&#x6587;&#x4EF6;&#x3002; &#x6587;&#x4EF6;&#x4E0A;&#x50B3;&#x5F8C;&#xFF0C;&#x9EDE;&#x64CA;&#x201C;&#x4FEE;&#x5FA9;&#x201D;&#x6309;&#x9215;&#x4EE5;&#x958B;&#x59CB;&#x8996;&#x983B;&#x4FEE;&#x5FA9;&#x904E;&#x7A0B;&#x3002; &#x904E;&#x7A0B;&#x5B8C;&#x6210;&#x5F8C;&#x4E0B;&#x8F09;&#x4FEE;&#x5FA9;&#x7684;&#x6587;&#x4EF6;&#xFF0C;&#x6AA2;&#x67E5;&#x8996;&#x983B;&#x662F;&#x5426;&#x80FD;&#x6B63;&#x78BA;&#x64AD;&#x653E;&#x3002; &#x6CE8;&#x610F;&#xFF1A; &#x9019;&#x500B;&#x5DE5;&#x5177;&#x53EF;&#x4EE5;&#x6709;&#x6548;&#x4FEE;&#x5FA9;&#x5927;&#x591A;&#x6578;&#x5E38;&#x898B;&#x7684;&#x8996;&#x983B;&#x6587;&#x4EF6;&#x640D;&#x58DE;&#x3002; &#x7D50;&#x8AD6;&#xFF1A; &#x4F7F;&#x7528;&#x5728;&#x7DDA;&#x8996;&#x983B;&#x4FEE;&#x5FA9;&#x5DE5;&#x5177;&#x662F;&#x4E00;&#x7A2E;&#x76F4;&#x63A5;&#x4E14;&#x6709;&#x6548;&#x7684;&#x65B9;&#x6CD5;&#x4F86;&#x4FEE;&#x5FA9;&#x5404;&#x7A2E;&#x8996;&#x983B;&#x554F;&#x984C;&#x800C;&#x7121;&#x9700;&#x5B89;&#x88DD;&#x4EFB;&#x4F55;&#x8EDF;&#x4EF6;&#x3002; &#x65B9;&#x6CD5;&#x4E8C;&#xFF1A;&#x4F7F;&#x7528; VLC &#x5A92;&#x9AD4;&#x64AD;&#x653E;&#x5668;&#x4FEE;&#x5FA9;&#x8996;&#x983B; &#x1F3A5; &#x5728;&#x96FB;&#x8166;&#x4E0A;&#x6253;&#x958B;VLC &#x5A92;&#x9AD4;&#x64AD;&#x653E;&#x5668;&#x3002; &#x8F49;&#x5230;&#x201C;&#x5A92;&#x9AD4;&#x201D;&#xFF0C;&#x7136;&#x5F8C;&#x5F9E;&#x4E0B;&#x62C9;&#x83DC;&#x55AE;&#x4E2D;&#x9078;&#x64C7;&#x201C;&#x8F49;&#x63DB;/&#x4FDD;&#x5B58;&#x201D;&#x3002; &#x5728;&#x5F48;&#x51FA;&#x7A97;&#x53E3;&#x4E2D;&#xFF0C;&#x6DFB;&#x52A0;&#x640D;&#x58DE;&#x7684;&#x8996;&#x983B;&#x6587;&#x4EF6;&#xFF0C;&#x7136;&#x5F8C;&#x9EDE;&#x64CA;&#x201C;&#x8F49;&#x63DB;/&#x4FDD;&#x5B58;&#x201D;&#x3002; &#x9078;&#x64C7;&#x6240;&#x9700;&#x7684;&#x8F49;&#x63DB;&#x914D;&#x7F6E;&#x6587;&#x4EF6;&#xFF0C;&#x4E26;&#x8A2D;&#x7F6E;&#x8F38;&#x51FA;&#x6587;&#x4EF6;&#x7684;&#x76EE;&#x6A19;&#x6587;&#x4EF6;&#x593E;&#x3002; &#x9EDE;&#x64CA;&#x201C;&#x958B;&#x59CB;&#x201D;&#x4EE5;&#x958B;&#x59CB;&#x8F49;&#x63DB;&#x904E;&#x7A0B;&#x3002;VLC &#x5C07;&#x5728;&#x8F49;&#x63DB;&#x904E;&#x7A0B;&#x4E2D;&#x5617;&#x8A66;&#x4FEE;&#x5FA9;&#x8996;&#x983B;&#x3002; &#x6CE8;&#x610F;&#xFF1A; &#x5728;&#x8F49;&#x63DB;&#x904E;&#x7A0B;&#x4E2D;&#xFF0C;VLC &#x901A;&#x5E38;&#x6709;&#x52A9;&#x65BC;&#x4FEE;&#x5FA9;&#x5C0F;&#x7684;&#x640D;&#x58DE;&#x3002; &#x7D50;&#x8AD6;&#xFF1A; VLC &#x5A92;&#x9AD4;&#x64AD;&#x653E;&#x5668;&#x4E0D;&#x50C5;&#x50C5;&#x662F;&#x64AD;&#x653E;&#x5668;&#xFF0C;&#x5B83;&#x4E5F;&#x662F;&#x4E00;&#x500B;&#x5F37;&#x5927;&#x7684;&#x5DE5;&#x5177;&#xFF0C;&#x53EF;&#x4EE5;&#x4FEE;&#x5FA9;&#x548C;&#x8F49;&#x63DB;&#x8996;&#x983B;&#x6587;&#x4EF6;&#x3002; &#x65B9;&#x6CD5;&#x4E09;&#xFF1A;&#x4F7F;&#x7528;&#x5C08;&#x696D;&#x8EDF;&#x4EF6;&#xFF1A;Wondershare Repairit &#x1F6E0; &#x5728;&#x8A08;&#x7B97;&#x6A5F;&#x4E0A;&#x4E0B;&#x8F09;&#x4E26;&#x5B89;&#x88DD;Wondershare [&hellip;]</description><thumbnail_url>https://www.ping.fm/howto/wp-content/uploads/ai/Comprehensive-Guide-to-Video-Repair.jpg</thumbnail_url></oembed>
