Nicholas E. Rabenau
Nicholas E. Rabenau
Side car files are in the [vision](https://github.com/nerab/dropcaster/blob/master/VISION.markdown#sidecar-files) but not implemented yet, sorry. Would the feature be useful for you as described, or should dropcaster work differently? And - thanks for...
The power of having a vsion ;-) Thanks for the explanation!
mp4 requires a meta data parser I could not find yet.
What makes you think so?
Maybe ffmpeg can read mp4 meta data? It would be awesome if you could give it a try and report back here.
Nice, thank you. `ffprobe` even seems to work for mp3s: ``` $ ffprobe -v quiet -print_format json -show_format -show_streams -show_chapters test/fixtures/iTunes.mp3 { ... "format": { "filename": "test/fixtures/iTunes.mp3", "nb_streams": 1, "nb_programs":...
Thanks for the issue. Could you contribute a sample MP3 file that reproduces this error? In general, PRs are always welcome, even if they are rough. That way we can...
Creating a shell archive (shar) may be an alternative.
[mhtml](https://en.wikipedia.org/wiki/MHTML), created using the [mail gem](https://github.com/mikel/mail), may be another useful format. At least Google Chrome seems to support it well. But I could not get it to be displayed when...
That _should_ be possible, but depends on the ability to embed all metadata into the video (a key principle of dropcaster), and whether there is a Ruby library for decoding...