Lion

Results 112 comments of Lion

Hi :) mov and mp4 should be pretty much the same.There only different standards and atom/box layouts. If codec do not need any specific atoms, no modification required. Just create...

Time scale can be any value, it's just affects timestamps which passed to MP4E_put_sample().

Currently I do not know, that's why I write "If codec do not need any specific atoms". It may require another atom inside BOX_stsd. If you have sample stream -...

Sorry for the delay, I miss notification for some reason. In mp4f mode sample duration should be passed directly from MP4E_put_sample. Problem most likely in fps or sample rate. I...

This is sliced h264 stream. As already mentioned here https://github.com/lieff/minimp4/issues/16 fragmentation+slices mode currently not supported by mp4_h26x_write_nal helper. Will do it at some point too.

Hmm, I've always used the K-Lite codec pack and Media Player Classic on the windows.. Otherwise there problems with many media files. If default mp4 splitter do not prints anything...

Without k-lite pack I do not see any generic mp4 demuxers available in directshow. There only DTV-DVD decoder and I can reproduce issue with it: ![image](https://user-images.githubusercontent.com/10080078/75030612-8a0ad180-54b5-11ea-9446-68f6233f5356.png) So it may be...

Yes, I've checked also default and fragmentation modes and it's played fine with DTV-DVD decoder, so it's looks like what enabled on your side. >It will be ideal if there's...

@poiNt3D Ну не единственной, audio redirection уже есть, например, в https://github.com/neutrinolabs/xrdp/wiki/How-to-set-up-audio-redirection и https://github.com/FreeRDP/FreeRDP/wiki/Multimedia-Redirection , есть еще более простые с передачей звука вроде https://sourceforge.net/projects/spgt/ . В Aspia тоже было бы хорошо,...

@eXpl0it3r Hi, I'm working on non GPL MP3 decoder: https://github.com/lieff/minimp3