Android MIT App Inventor:将摄像机中的视频分享到 Youtube
Android MIT App Inventor: Sharing a video from the camcorder to Youtube
我构建了以下模块,如附件 Picture.jpg 文件所示。
摄像机完成视频录制后,出现以下错误信息:
Error 2001: The File file://content://media/external/video/media/17906
could not be found on your device.
此处附上错误消息的屏幕截图 (Picture.jpg)。
这个问题有什么解决办法吗?
如何通过 App Inventor 应用程序将录制的摄像机视频分享到 Youtube?
Picture.jpg
您可以使用我的 File extension 及其 GetFileName
块
在共享之前先将内容 uri 转换为文件名。
我构建了以下模块,如附件 Picture.jpg 文件所示。 摄像机完成视频录制后,出现以下错误信息:
Error 2001: The File file://content://media/external/video/media/17906 could not be found on your device.
此处附上错误消息的屏幕截图 (Picture.jpg)。
这个问题有什么解决办法吗? 如何通过 App Inventor 应用程序将录制的摄像机视频分享到 Youtube?
您可以使用我的 File extension 及其 GetFileName
块
在共享之前先将内容 uri 转换为文件名。