-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show durations and published date on the video thumbnails #48
Conversation
thanks for the pull request brother. I would like to request you to allow me some time (2 weeks) to complete my current refactoring on the server side (making genric repo thing). then i can accept this PR. Thanks 🙏 |
@aninda052 please have a look |
@aninda052 please resolve the conflicts.. thanks 👍 |
1e4c2a5
to
357a3be
Compare
@foyzulkarim conflict resolve |
what is the difference between this work and #47 ? either use different code in different PR, or close either of the PR please. |
closing this pr as i already merge feature/video-durations (#48) into feature/update-video-status (#47) |
This pr will close multiple issues -
close #28
ffprobe
package for getting video metadata@ffprobe-installer/ffprobe
for platform independent binary installerdurations
filed invideos
collection to store video durations in seconddurations
in seconds usingffprobe
and store that while storing video info in dbreact-moment
package to format(HH:mm:ss
) videodurations
.close #29
recordingDate
as published date in video thumbnails.react-moment
package to format(DD/MM/yyyy
)recordingDate
.