You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am working with the ffmpeg_kit_flutter_full package in Flutter, using the FFmpegKitConfig.registerNewFFmpegPipe() function for pipes. My issue is that I am building an editor, and I want to display the result of any small changes in the video without saving it, just like in any standard video editors. I read somewhere that I can achieve this using registerNewFFmpegPipe, but now I’m stuck on how to show these pipes.
I tried using the video_player package and fijkplayer: ^0.11.0, but it didn’t work. Does anyone have any idea or guidance on how I can achieve this?
The text was updated successfully, but these errors were encountered:
Hey, I am working with the
ffmpeg_kit_flutter_full
package in Flutter, using theFFmpegKitConfig.registerNewFFmpegPipe()
function for pipes. My issue is that I am building an editor, and I want to display the result of any small changes in the video without saving it, just like in any standard video editors. I read somewhere that I can achieve this usingregisterNewFFmpegPipe
, but now I’m stuck on how to show these pipes.I tried using the
video_player
package andfijkplayer: ^0.11.0
, but it didn’t work. Does anyone have any idea or guidance on how I can achieve this?The text was updated successfully, but these errors were encountered: