humdinger
humdinger
So, I checked all our container/video/audio combinations. Maybe @andimachovec would like to look into that... :) Here are my findings: **General:** * Anything with **DTS** codec: > [dca @ 0x1140e66ce880]...
> The "-strict -2" is no problem we could just add it to the format specifier in the video codecs vector. Not much we can do about the bitrate limitation...
> Yeah, same here. Can you confirm that your files are audio only? (ffprobe output, playback on different video player / OS) They definitely are audio only. After moving them...
OK, created #97 to add "-strict -2".
From further up: >> [mpeg @ 0x1074538874c0] Unsupported audio codec. Must be one of mp1, mp2, mp3, 16-bit pcm_dvd, pcm_s16be, ac3 or dts. Could not write header for output file...
If you don't learn anything else, I'd say we go "big endian" as that's needed for the mpeg container. We should avoid adding too many niche options, as that would...
At least for now, I agree. For this and other features (cutting, for example) we'd need to integrate a video playback to scrobble through a clip, possibly respecting I/B frames...
Thanks! ffgui-window.cpp is uncomfortably large. Do you mind if I try a bit more re-organizing of the code? Though I have to admit I never did that before, so I...
Please see #109. I first also moved the SetSpinnerMinsize code into the Spinner class, but when testing things, I turns out the code isn't needed at all. The spinner size...
Good, let's merge that and let this issue get back on-topic. :)