Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

12
LINES

< > BotCompany Repo | #1006728 // Display video frame by frame (old, uses the broken JCodec)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Transpiled version (5041L) is out of date.

!7

p {
  inputFilePath("Video to show", voidfunc(final File video) {
    thread {
      int frame = 0;
      for (BufferedImage img : framesFromVideo_reordering(video))
        quickShowImage(img, "Frame " + (++frame) + " - " + video.getPath());
      print("Video " + video + " ended");  
    }
  });
}

Author comment

Began life as a copy of #1006718

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006728
Snippet name: Display video frame by frame (old, uses the broken JCodec)
Eternal ID of this version: #1006728/7
Text MD5: 43949a136506f08c4caea03ccfb3e650
Author: stefan
Category: javax video
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-04 20:43:22
Source code size: 317 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 440 / 575
Version history: 6 change(s)
Referenced in: [show references]