video_trimmer icon indicating copy to clipboard operation
video_trimmer copied to clipboard

Video Trim issue from gallery pick

Open swapnilsinha17 opened this issue 2 years ago • 1 comments

When picking a video from gallery . Video Compress show file FileSystemException cannot Retrieve length of file path.

Video Path is coming fine.

While when loading a video from camera its working fine.

void _loadVideo() async { print("widget.file.path ${widget.file}"); _trimmer.loadVideo(videoFile: widget.file); } Simulator Screen Shot - iPhone 13 - 2022-07-20 at 10 03 33

swapnilsinha17 avatar Jul 18 '22 14:07 swapnilsinha17

Hello Team Any update same issue happen in my device also and i checked other device it is working fine. Thanks simulator_screenshot_AD77895D-8F5A-466B-ACEC-EE31191290B1

Jatin141 avatar Oct 11 '22 13:10 Jatin141

@expertdev-designer are you facing this issue while using video_compress?

@Jatin141 are you facing this issue with all videos? And, which device are you using?

sbis04 avatar Oct 30 '22 02:10 sbis04

@sbis04 some video have face this issue.

Jatin141 avatar Oct 31 '22 13:10 Jatin141

Upon some investigation, I noticed that some videos which are not directly present on the device (selected either from Google Photos which is only present on cloud, or iOS Photos stored on iCloud) are having this issue.

@Jatin141 are the videos present on the device or being fetched from cloud storage as stated earlier?

sbis04 avatar Oct 31 '22 13:10 sbis04

@sbis04 this issue is happen for fetched video in device gallery for andorid and ios both. but issue is generate some video not the all video. thanks

Jatin141 avatar Oct 31 '22 13:10 Jatin141

Okay, then it might be video specific issue (and that can occur for various reasons). @Jatin141 is it possible to share a video with me that's having this issue?

sbis04 avatar Oct 31 '22 13:10 sbis04

Currently still facing this same issue. The video is on device but still loads as above

ChristineWasike avatar Apr 27 '23 08:04 ChristineWasike