I'm not jealous, I'm just disappointed what you've done to the original script.
With all your desire to improve the script, there are clear signs that sometimes you have no clue what you are doing.
You added stuff and this is GREAT however you made some changes that "ruined" the script. Js formatting is one of these changes. The original script was made according to well known "Airbnb JavaScript style guide" (easy to read, easy to lint), however, your js formatting is completely unreadable and impossible to lint.
As for TS and MP4, you need to read about "containers" and "codecs". Looks like you are confusing them and your mentioning of VLC just confirms this.
I'm not gonna argue with you, but I'll give you advice, use
Code:
ffprobe -show_format <filename>
If it shows you MPEG-TS then use .ts extension.
If it shows you FLV then use .flv extension.
If it shows you QuickTime / MOV then use .mp4 extension.
Best regards,
@sstativa
P.S.
And don't forget to swap lines 74 and 75 of convert.js (but keep "?" and ":" at its lines).
Quote:
Originally Posted by horacio
Well good @supersonic80 whay you're so jealous on my work. I'm not hiding, my nick here on 'stream-recorder.com' is @horacio and on 'github.com' is @horacio9a.
Come on tell us your nick on the 'github.com' so maybe some things will be clearer to us.
As far as ts, mp4 and flv I believe more VLC than your hollow theory.
Here I am struggling and sorting all three formats and I hope that at least some people will now be clearer about what is going on.
I'm sorry to have to explain it again, because I have been in similar controversy over the past years.
|