popmedic / mp4split

5 stars 1 forks source link

not functional with Handbrake MP4 #1

Open frederic-leger-FR opened 11 years ago

frederic-leger-FR commented 11 years ago

Hi, I tried to use mp4split with MP4 (codec:H.264+AAC/A3C) video generated by Handbrake (0.9.8). But an error was occured:

"Unable to open:/video/Handbrake Output/Amadeo Modigliani, Visages de la beaute (Arte).mp4 Reason: Error Domain=NSOSStatusErrorDomain Code=-2041 "An invalid sample description was found in the movie." (invalidSampleDescription) UserInfo=0x7fd062d5e020 {NSLocalizedDescription=An invalid sample description was found in the movie.}"

Is it possible to add/correct the Handbrake H.264 output?

Regards.

popmedic commented 11 years ago

I use QuickTime, so if you don't have the codec it will not open. Does the file open in QuickTime? On Apr 30, 2013 1:59 PM, "innovTech" notifications@github.com wrote:

Hi, I tried to use mp4split with MP4 (codec:H.264+AAC/A3C) video generated by Handbrake (0.9.8). But an error was occured:

"Unable to open:/video/Handbrake Output/Amadeo Modigliani, Visages de la beaute (Arte).mp4 Reason: Error Domain=NSOSStatusErrorDomain Code=-2041 "An invalid sample description was found in the movie." (invalidSampleDescription) UserInfo=0x7fd062d5e020 {NSLocalizedDescription=An invalid sample description was found in the movie.}"

Is it possible to add/correct the Handbrake H.264 output?

Regards.

— Reply to this email directly or view it on GitHubhttps://github.com/popmedic/mp4split/issues/1 .

prashantas commented 9 years ago

I tried to build the mp4split source code in Linux ( CentOS), but getting lots of error. All the errors are in dirent.h

popmedic commented 9 years ago

Huh, never even thought of trying that. I link to a couple of dylibs that I know work on CentOS, but not sure CentOS supports the Cocoa frameworks for windowing, so not sure it will work.
When it comes to Linux I am a strictly Ubuntu guy, and I know that there is no way that this project will work on Ubuntu. No disrespect, but I kinda think your issue is a bit like saying, "I tried compiling MS Windows under unix and it doesn't want to compile." MS Windows was not built to work under unix, just like MP4Split was not designed to work under CentOS.

Kevin.