Hi there, I'm hoping someone can help me as I have tried a few things but no luck!
I have a transparent MOV file (30FPS and 1920x1080) which I want to be able to scroll through on a webpage. I have used a service called "Rotato" to convert this MOV to a transparent MP4 file for Safari, and a WEBM file for Chrome/Firefox.
I have ran the WEBM through FFmpeg using the below command to make sure it can be scrubbed smoothly - it works fine for Firefox, but in Chrome, the video is choppy/doesn't scrub at certain points:
Does anyone know of any other settings that might help with the "judderyness", or has anyone dealt with scenarios like this before? I would massively appreciate the help!HTML Code:ffmpeg -c:v libvpx-vp9 -i test.webm -movflags faststart -crf 30 -b:v 0 -c:a libvorbis -g 1 -pix_fmt yuva420p -vf scale=1280:-1 test-output.webm
Thanks in advance.
Jack
+ Reply to Thread
Results 1 to 2 of 2
-
-
No one has responded, so I'll try to give my opinion, which may be all wrong. But I think it's a chrome problem. They have always had a problem with the VP9 codec.
Similar Threads
-
How to convert an mkv file to an mpg file or an mpeg file losslessly?
By cthane in forum Video ConversionReplies: 2Last Post: 11th Mar 2024, 16:52 -
Removing vids with transparent/semi-transparent watermarks
By JadHC in forum RestorationReplies: 22Last Post: 6th Jan 2024, 05:43 -
Transparent background MOV to Apng animation output size difference
By stealthrt in forum Video Streaming DownloadingReplies: 1Last Post: 26th Jan 2022, 18:14 -
Metadate on MOV file?
By saritasamay in forum Video ConversionReplies: 1Last Post: 18th Aug 2021, 02:44 -
Batch file to extract/convert all tx3g files in an .mp4 file
By olpdog in forum SubtitleReplies: 1Last Post: 23rd Aug 2020, 18:40