Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: Feb 2008
Posts: 46
|
iphone video (h.264, aac, .mov) sound issues
I'm trying to edit this clip captured on an ipod touch 4g (same format as iphone) with free software (avisynth and virtualdubmod). This is on an XP SP3 machine with ffdshow-tryout beta 7 (decoding aac with libfaad2). I tried opening the original file with no luck, so I used Mp4Cam2AVI to convert to avi and tried that too, also with no luck. Here's my script with comments:
Code:
#directshowsource("IMG_0078.mov") # no audio - stream list empty #directshowsource("IMG_0078.avi") # out of sync #ffmpegsource2("IMG_0078.mov") # no audio - stream list empty #ffmpegsource2("IMG_0078.avi") # no audio - stream list empty #ffvideosource("IMG_0078.mov") # no audio - stream list empty #ffvideosource("IMG_0078.avi") # no audio - stream list empty #avisource("IMG_0078.avi") # w/o aacacm installed - "No compatible ACM codec to decode 0x00FF audio stream to PCM" # with aacacm installed - "ACM reported error on audio decompress" |
![]() |
![]() |
![]() |
#2 | Link |
Avisynth language lover
Join Date: Dec 2007
Location: Spain
Posts: 3,423
|
ffmpegsource2 and ffvideosource both ignore audio by default - you need to add atrack=-1.
If you still have problems after that, what does MediaInfo (use search if you don't know what that is) say about your audio track? Post a text listing here. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|