Open
Bug 1938442
Opened 1 year ago
Updated 1 year ago
Browsertime ffmpeg failure on fedora: No such filter: 'drawtext'
Categories
(Testing :: Raptor, defect, P2)
Testing
Raptor
Tracking
(Not tracked)
NEW
People
(Reporter: sparky, Unassigned)
References
Details
(Whiteboard: [fxp])
When running ffmpeg on fedora 39 the following failure occurs:
9:14:43 INFO - raptor-browsertime Info: vendor_id : [0][0][0][0]
19:14:43 INFO - raptor-browsertime Info: encoder : Lavc60.31.102 libx264
19:14:43 INFO - raptor-browsertime Info: [AVFilterGraph @ 0x55cd3a0d3dc0] No such filter: 'drawtext'
19:14:43 INFO - raptor-browsertime Info: [vost#0:0/libx264 @ 0x55cd3a14a6c0] Error initializing a simple filtergraph
19:14:43 INFO - raptor-browsertime Info: Error opening output file /home/jesup/src/mozilla/inbound_merge/testing/mozharness/build/blobber_upload_dir/browsertime-results/amazon/pages/www_amazon_com/s/query-2f96b7ee/data/video/tmp2.mp4.
19:14:43 INFO - raptor-browsertime Info: Error opening output files: Filter not found
19:14:43 INFO - raptor-browsertime Info: at getFinalError (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/execa/lib/return/final-error.js:6:9)
19:14:43 INFO - raptor-browsertime Info: at makeError (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/execa/lib/return/result.js:108:16)
19:14:43 INFO - raptor-browsertime Info: at getAsyncResult (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/execa/lib/methods/main-async.js:167:4)
19:14:43 INFO - raptor-browsertime Info: at handlePromise (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/execa/lib/methods/main-async.js:150:17)
19:14:43 INFO - raptor-browsertime Info: at async finetuneVideo (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/browsertime/lib/video/postprocessing/finetune/index.js:75:5)
19:14:43 INFO - raptor-browsertime Info: at async Video.postProcessing (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/browsertime/lib/video/video.js:109:5)
19:14:43 INFO - raptor-browsertime Info: at async Iteration.run (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/browsertime/lib/core/engine/iteration.js:222:34)
19:14:43 INFO - raptor-browsertime Info: at async Engine.runByScript (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/browsertime/lib/core/engine/index.js:308:20)
19:14:43 INFO - raptor-browsertime Info: at async run (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/browsertime/bin/browsertime.js:104:22)
19:14:43 INFO - raptor-browsertime Info: at async file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/browsertime/bin/browsertime.js:241:1
19:14:43 ERROR - raptor-browsertime Error: Browsertime failed to run
19:14:44 INFO - raptor-browsertime Info: at Iteration.run (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/browsertime/lib/core/engine/iteration.js:252:36)
19:14:44 INFO - raptor-browsertime Info: at async Engine.runByScript (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/browsertime/lib/core/engine/index.js:308:20)
19:14:44 INFO - raptor-browsertime Info: at async run (file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/browsertime/bin/browsertime.js:104:22)
19:14:44 INFO - raptor-browsertime Info: at async file:///home/jesup/src/mozilla/inbound_merge/tools/browsertime/node_modules/browsertime/bin/browsertime.js:241:1
19:14:44 ERROR - raptor-browsertime Critical: TypeError: Cannot read properties of undefined (reading 'push')
19:14:44 INFO - raptor-mitmproxy Info: MitmproxyDesktop stop!!
19:14:44 INFO - raptor-mitmproxy Info: Mitmproxy stop!!
19:14:44 INFO - raptor-mitmproxy Info: Stopping mitmproxy playback, killing process 3310561
19:14:44 INFO - raptor-mitmproxy Info: Successfully killed the mitmproxy playback process
It can be fixed by updating ffmpeg to the latest version. More specifically, it was updated to version 7.1 from here: https://www.ffmpeg.org/download.html
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•