Yummypets / YPImagePicker

📸 Instagram-like image picker & filters for iOS
MIT License
4.27k stars 971 forks source link

trimmed video duration #606

Open ibrahimzakarya opened 3 years ago

ibrahimzakarya commented 3 years ago

Describe the bug when i select a video then trim it the (asset.duration) give me the original video duration, not the trimmed one

To Reproduce Steps to reproduce the behavior:

  1. set config.showsVideoTrimmer = true
  2. select video from library
  3. trim it
  4. print the duration
  5. it will show the original video seconds count

Expected behavior the asset duration is expected to be the trimmed video duration

Environment (please complete the following information):

Installation Type

ibrahimzakarya commented 3 years ago

Could anyone elaborate please?