Transpiled version (5041L) is out of date.
1 | !7 |
2 | |
3 | p {
|
4 | inputFilePath("Video to show", voidfunc(final File video) {
|
5 | thread {
|
6 | int frame = 0; |
7 | for (BufferedImage img : framesFromVideo_reordering(video)) |
8 | quickShowImage(img, "Frame " + (++frame) + " - " + video.getPath()); |
9 | print("Video " + video + " ended");
|
10 | } |
11 | }); |
12 | } |
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: | 746 / 969 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |