VideoHelp Forum




+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 35 of 35
  1. Originally Posted by ShadowEdit View Post
    I tried this now:
    Code:
    ffmpeg -i input.thd -vn -c:a pcm_s16le -ss:01:12:57 -t:00:48:11 output.wav
    "-vn -c:a pcm_s16le -ss:01:12:57 -t:00:48:11 '-vn' is not recognized as an internal or external command, operable program or batch file."
    This type of error message "not recognized... blah blah..." occurs when you forget to type in "ffmpeg"

    Download the text file in post #30
    Quote Quote  
  2. 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.
    Quote Quote  
  3. 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
    Quote Quote  
  4. Originally Posted by poisondeathray View Post
    I don't remember seeing that there. I think that part might have been added after I looked at the post.

    Anyway, it worked perfectly! Big thanks for all the help!
    Quote Quote  
  5. 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.)
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!