You should report those problems to irc://irc.freenode.net/#videolan
Thats not caused by my script.
Thats not caused by my script.
cat dist/src/vlc/modules/gui/qt4/components/sout/profiles.hpp.rej *************** *** 2,8 **** (sizeof(video_profile_value_list)/sizeof(video_profile_value_list[0])) static const char video_profile_name_list[][32] = { "Video - H.264 + AAC (TS)", "Video - Dirac + AAC (TS)", "Video - Theora + Vorbis (OGG)", "Video - Theora + Flac (OGG)", --- 2,11 ---- (sizeof(video_profile_value_list)/sizeof(video_profile_value_list[0])) static const char video_profile_name_list[][32] = { + "Video - H.264 + AAC (MP4)", "Video - H.264 + AAC (TS)", + "Video - H.264 + AAC HQ (MP4)", + "Video - H.264 + AAC HQ (TS)", "Video - Dirac + AAC (TS)", "Video - Theora + Vorbis (OGG)", "Video - Theora + Flac (OGG)", *************** static const char video_profile_name_list[][32] = { *** 17,29 **** "Audio - CD", }; - static const char video_profile_value_list[][48] = { /* Container(string), transcode video(bool), transcode audio(bool), */ /* use subtitles(bool), video codec(string), video bitrate(integer), */ /* scale(float), fps(float), width(integer, height(integer), */ /* audio codec(string), audio bitrate(integer), channels(integer), */ /* samplerate(integer), subtitle codec(string), subtitle overlay(bool) */ "ts;1;1;0;h264;800;1;0;0;0;mp4a;128;2;44100;0;0", "ts;1;1;0;drac;800;1;0;0;0;mp4a;128;2;44100;0;0", "ogg;1;1;0;theo;800;1;0;0;0;vorb;128;2;44100;0;0", "ogg;1;1;0;theo;800;1;0;0;0;flac;128;2;44100;0;0", --- 20,35 ---- "Audio - CD", }; + static const char video_profile_value_list[][49] = { /* Container(string), transcode video(bool), transcode audio(bool), */ /* use subtitles(bool), video codec(string), video bitrate(integer), */ /* scale(float), fps(float), width(integer, height(integer), */ /* audio codec(string), audio bitrate(integer), channels(integer), */ /* samplerate(integer), subtitle codec(string), subtitle overlay(bool) */ + "mp4;1;1;0;h264;800;1;0;0;0;mp4a;128;2;44100;0;0", "ts;1;1;0;h264;800;1;0;0;0;mp4a;128;2;44100;0;0", + "mp4;1;1;0;h264;3600;1;0;0;0;mp4a;128;2;44100;0;0", + "ts;1;1;0;h264;3600;1;0;0;0;mp4a;128;2;44100;0;0", "ts;1;1;0;drac;800;1;0;0;0;mp4a;128;2;44100;0;0", "ogg;1;1;0;theo;800;1;0;0;0;vorb;128;2;44100;0;0", "ogg;1;1;0;theo;800;1;0;0;0;flac;128;2;44100;0;0",
Comment