星期三, 6月 28, 2017

如何處理360影片的中繼資料遺失(metadata)



如果你的360影片上傳至facebook或youtube沒辦法使用360的播放視窗,
有可能是檔案的metadata屬性已失效,建議使用以下工具復原

https://support.google.com/jump/answer/7044297?hl=en





使用方法就是點擊Inject metedata就好了,會產生你的檔名_injected.mp4



REF
https://support.google.com/youtube/answer/7278886?hl=zh-Hant


星期日, 6月 11, 2017

[jQuery] 特殊字元跳脫的錯誤解決方法: Syntax error, unrecognized expression: a[href*=#]:not([href=#])

今天在移轉舊專案程式碼,遇到jquery一些錯誤,
查了一下原來是用的2.x版有特殊字元要跳脫的問題,記錄一下。
Syntax error, unrecognized expression:

your selector is not valid. # is a special char and needs to be escaped like 'a[href*=\\#]:not([href=\\#])'

https://github.com/jquery/jquery/issues/2885

其他你感興趣的文章

Related Posts with Thumbnails