This type of error message "not recognized... blah blah..." occurs when you forget to type in "ffmpeg"
Download the text file in post #30
+ Reply to Thread
Results 31 to 35 of 35
-
-
Ah, I misunderstood the command. I fixed it now and it's working.
EDIT:
Misunderstood some more. The proper command for keeping the right part of the audio is:
Code:ffmpeg -i input.thd -vn -c:a pcm_s16le -ss 00:00:00 -t 01:12:57 output.wav
Last edited by ShadowEdit; 7th Feb 2015 at 21:16. Reason: Corrected the timing in the command.
-
You don't need to specify --ss 00:00:00 , that is default (beginning of video)
This was the exact commandline given in post 26
https://forum.videohelp.com/threads/370044-Converting-TrueHD-audio-for-importing-into-C...=1#post2372958 -
-
I have the video track as AVC in an mkv file, by the way. Is it possible to have both a mkv track and an avi track in the same project? (I assume that avi doesn't support AVC since even mp4 doesn't support AVC.)