Hello all,
My problem in MP4Cam2AVI is that when I try to convert a mp4 file movie to avi movie the sound dosent match with the video ( the sound is showing 5sec after the video :\ ) can someone tell me how to fix it ?
+ Reply to Thread
Results 1 to 12 of 12
-
-
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 242 MiB
Duration : 23mn 5s
Overall bit rate : 1 465 Kbps
Movie name : NARUTO -
Encoded date : UTC 2008-09-10 12:49:46
Tagged date : UTC 2008-09-10 12:49:46
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 23mn 4s
Bit rate mode : Variable
Bit rate : 1 336 Kbps
Maximum bit rate : 9 700 Kbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16/9
Frame rate mode : Variable
Frame rate : 28.199 fps
Minimum frame rate : 19.980 fps
Maximum frame rate : 119.880 fps
Original frame rate : 29.970 fps
Resolution : 24 bits
Colorimetry : 4:2:0
Scan type : Progressive
Bits/(Pixel*Frame) : 0.051
Stream size : 221 MiB (91%)
Writing library : x264 core 59 r839+10 8134e7a
Encoding settings : cabac=1 / ref=5 / deblock=1:-2:-1 / analyse=0x3:0x113 / me=umh / subme=6 / brdo=1 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=1 / deadzone=21,11 / chroma_qp_offset=0 / threads=6 / nr=0 / decimate=1 / mbaff=0 / bframes=8 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=1 / wpredb=1 / bime=1 / keyint=240 / keyint_min=1 / scenecut=60(pre) / rc=crf / crf=22.0 / rceq='blurCplx^(1-qComp)' / qcomp=0.60 / qpmin=8 / qpmax=41 / qpstep=8 / vbv_maxrate=40000 / vbv_bufsize=8192 / ip_ratio=1.40 / pb_ratio=1.30 / aq=0 / cabac=1 / ref=5 / deblock=1:-2:-1 / analyse=0x3:0x113 / me=umh / subme=6 / brdo=1 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=1 / deadzone=21,11 / chroma_qp_offset=0 / threads=6 / nr=0 / decimate=1 / mbaff=0 / bframes=8 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=1 / wpredb=1 / bime=1 / keyint=240 / keyint_min=1 / scenecut=60(pre) / rc=crf / crf=22.0 / rceq='blurCplx^(1-qComp)' / qcomp=0.60 / qpmin=8 / qpmax=41 / qpstep=8 / vbv_maxrate=40000 / vbv_bufsize=8192 / ip_ratio=1.40 / pb_ratio=1.30 / aq=0
Encoded date : UTC 2008-09-10 11:10:15
Tagged date : UTC 2008-09-10 12:49:54
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Format settings, SBR : No
Codec ID : 40
Duration : 23mn 5s
Bit rate mode : Variable
Bit rate : 126 Kbps
Maximum bit rate : 188 Kbps
Channel(s) : 2 channels
Channel positions : L R
Sampling rate : 48.0 KHz
Resolution : 16 bits
Stream size : 20.7 MiB (9%)
Encoded date : UTC 2008-09-10 12:49:53
Tagged date : UTC 2008-09-10 12:49:54
P.S. Is there another program for that information that can convert from mp4 to avi without loosing the quality and size of the file ? ( like mp4cam2avi ) ? -
Someone please ? ( sorry for my 2nd post ) I realy need to fix this problem. This is the only program that can get good quality... and the same file size.
-
Your video is variable frame rate (VFR) - that is why it is out of sync when you try to manipulate it.
AVI container doesn't support VFR, and it is only partially compatible with h264 video. But .mkv and .mp4 containers do support VFR - that's why you should leave it as is. Furthermore, AAC audio is not compatible in .avi container, therefore you would have to re-encode that.
Why do you want to put it into an .avi container?
It might be possible to fix it, but you would have to re-encode the video using a lower compression codec like xvid (=lose quality and bigger filesize), and re-encode the audio (=worse quality and bigger filesize). You might be able to do it with avisynth scripts to make it cfr and feed into any encoder:
DirectShowSource("PATH\file.mp4", fps=29.97, convertfps=true) -
Originally Posted by poisondeathray
-
"I'll give you five dollars if you let me throw a rock at you"
-
Thanks, works great. Btw Is there a way to tell the DirectShowSource what filesize I want ?
-
But if I change the bit rate the quality will be bad. :\
Small bitrate -> small filesize -> bad quality
Big bitrate -> big filesize -> good quality -
such is life,
compromise"I'll give you five dollars if you let me throw a rock at you"
Similar Threads
-
MP4Cam2AVI converts my video to slow motion
By sozuki in forum Video ConversionReplies: 2Last Post: 5th Jan 2012, 17:31 -
Problem with Mp4cam2avi converting to XviD AVI
By twister6 in forum Video ConversionReplies: 11Last Post: 25th Jun 2010, 01:09 -
Mp4cam2avi is acting up!
By 24fps in forum Video ConversionReplies: 3Last Post: 21st May 2010, 22:54 -
MP4Cam2AVI with FPS set?
By nemaa in forum Video ConversionReplies: 0Last Post: 12th Jul 2009, 08:12 -
MP4Cam2AVI to Adobe Premiere Question
By jwfc in forum EditingReplies: 3Last Post: 16th Nov 2008, 14:52