Post not yet marked as solved
Hello!
I saw the talk on AVQT at last year's Video@Scale event. There, it was mentioned that we could get in touch with the presenter (Pranav Sodhani) for a Linux version of AVQT.
Is it possible for us to get hold of the Linux version of AVQT? Could you please send me an e-mail with the details?
In the meantime, is there a Windows version as well?
Thanks.
Post not yet marked as solved
AVQT works great; doing some comparisons with VMAF and SSIMPLUS. Some questions.
Why are you reporting scores for segments and not a total score?
Why are scores on the bottom of the CSV file where I have to scroll to see them rather than at the top?
A suggestion - I'm finding it challenging to compute VMAF with FFmpeg on the Mac. Probably just me as I'm not that proficient on the Mac. But, if you added VMAF scoring to AVQT, users would have an easy way to compute VMAF as well.
Just a thought.
Thanks.
Jan Ozer
Post not yet marked as solved
Dear:
When I use iOS15 save video camera equipment to album, show PHPhotosErrorInvalidResource. Videos stored in the sandbox can play normally, lower than ios15 can be saved. And only one camera video fails to save, others succeeds.
Confused and hoping for help. Here is the code
[[PHPhotoLibrary sharedPhotoLibrary] performChanges:^{
PHAssetChangeRequest *photoRequest = [PHAssetChangeRequest creationRequestForAssetFromVideoAtFileURL:url];
PHAssetCollectionChangeRequest *albumChangeRequest = [PHAssetCollectionChangeRequest changeRequestForAssetCollection:collection];
PHObjectPlaceholder *assetPlaceholder = [photoRequest placeholderForCreatedAsset];
[albumChangeRequest addAssets:@[ assetPlaceholder ]];
} completionHandler:^(BOOL success, NSError * _Nullable error) {
[self performInMainThreadBlock:^{
if (success) {
successBlock();
}else{
failureBlock(error);
}
}];
}]
Post not yet marked as solved
Why Videos are not playing in safari browser of iOS 14.6 and above iPad Versions?.
we have web based iPad application and have requirements to play videos in that application. but unfortunately after upgrade to latest iOS versions, my application is unable to play videos. So request you to please assist how to overcome this issue with latest iOS versions of iPad.
Thanks in advance.