Postby Mel_3 » 04 Jun 2011 16:30
Thanks VLC_help! Really appreciate the help!!!
- Using the Default VLC Profile... Video - H.264 + AAC (MP4) ...to convert the original AVI to an MP4 ...cuts off the last 1.621 seconds
- Modifying this profile to Bitrate=800kbs and Scale=0 fixes the problem! (woops! also need to change profile video codec from h264 to mpeg4)
Default VLC Profile:
:sout=#transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:file{dst=C:\\Documents and Settings\\All Users\\Documents\\My Videos\\video1OrigProf.mp4} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep
If this is a short tutorial clip... or whatever... this is not good.
Modified VLC Profile (bitrate=800kbs, scale=1):
:sout=#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:file{dst=C:\\Documents and Settings\\All Users\\Documents\\My Videos\\video1mod-1prof.mp4} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep
If you look at the transcoded output file with Gspot it shows the length difference...
... VLC default profile Video - H.264 + AAC (MP4) - Len=34.899 seconds
... Profile Mod to kbs=800 and scale=1 yeilds Len=36.52 seconds
1 - Any idea why this is occurring?
fyi - It seems setting the bit rate is what does it... (also need to change profile video codec to mpeg4)
... leave bitrate=0 with scale=1 and no workie...
... but bitrate=800kbs and sale=0 works
2 - I've seen other post with this problem. If setting the bitrate is an OK patch/fix I wonder I should post it under it's own header so others can find it easily until the dev team gets around to a better fix?
3 - Finally, the Fast Decode option doesn't help VLC playback on a Pent-4, 1.8Ghz XP-Pro machine with 1GB ram. Still requires 7-%-80% of cpu. For this case we can transcode or render the files to any decent format to get them to run on the Pent-4 machines... else we have to toss a bunch of PC's and wipe out the budget! Transcoding to WMV still demands 70%-80% cpu time to play back... any other format we should consider?
Thanks again for the help.