ssorgatem / video4fuze

Automatically exported from code.google.com/p/video4fuze
GNU General Public License v3.0
0 stars 0 forks source link

Converting from .mov source out-of-sync audio #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Get a .mov file emailed from an iPhone.
2. Rotate it 90 degrees with 
mencoder IMG_xxxx.MOV -vf rotate=1 -oac lavc  -ovc lavc -o IMG_xxxx_out.MOV
3. Convert it with video4fuze

Audio is out-of-sync.  If you don't rotate it, or transcode to .mp4 between 
step 2 and 3, the audio is properly in-sync, so this appears to be related to 
the .mov container format.  

Ubuntu 11.10, video4fuze 0.6.

Original issue reported on code.google.com by mrad1...@gmail.com on 31 May 2012 at 2:13