Goal: Show a preview of your input and output videos in your JavaFX scene and become Asian Kid
Integrate the code from Moussa. Here's the code in its raw form, without any modifications:
String MEDIA_URL = "https://liveexample.pearsoncmg.com/common/sample.mp4";
Media media = new Media(MEDIA_URL);
MediaPlayer mediaPlayer = new MediaPlayer(media);