Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.MOV file not shown unless you rename it to .MP4 #1

Open
weshinsley opened this issue Oct 31, 2020 · 4 comments
Open

.MOV file not shown unless you rename it to .MP4 #1

weshinsley opened this issue Oct 31, 2020 · 4 comments

Comments

@weshinsley
Copy link
Owner

There's something funny about .mov files and JavaFX

@weshinsley
Copy link
Owner Author

Actually, there are examples of where renaming a MOV to MP4 does not fix this, when the MOV came from an iPhone.

@weshinsley
Copy link
Owner Author

Additionally, latest iPhones are producing H265 instead of H264, which is a bit tricky to support (eg, I can't play them on Windows Media Player yet without buying the codec from somewhere - I get audio only). I think best thing might be to lean on ffmpeg to convert MOV to MP4, or H265 to H264

@weshinsley
Copy link
Owner Author

Maybe do that transformation inline, keep the result in a cache (since file name is seperate from the list view)

@weshinsley
Copy link
Owner Author

eg ffmpeg -i "iphone_movie.mov" -c:v libx264 -crf 18 -c:a copy rather_more_playable_movie.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant