VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8


  1. I can play it, but cant edit... I cant import it to coverter programs, after effects, sony vegas...etc Why?
    Quote Quote  
  2. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    it's HDV but may be in apple format. is it a .mov file?
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  3. Originally Posted by aedipuss View Post
    it's HDV but may be in apple format. is it a .mov file?

    yes, it is .mov file. it is from a mac. ( i have pc / windows)
    Quote Quote  
  4. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    ffmpeg may be able to re-wrap to windows standards. you'll have to look for the command line statement. this might work but it's been a long while.

    ffmpeg -i input.mov -vcodec copy -acodec copy output.m2t
    Last edited by aedipuss; 25th Sep 2013 at 16:10.
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  5. Originally Posted by aedipuss View Post
    ffmpeg -i input.mov -vcodec copy -acodec copy output.m2t



    What is it?
    Quote Quote  
  6. I had some quicktime wrapped HDV files several months ago and here's what worked.

    First, you didn't list your audio, (is there none?) but normally it's LPCM on these FCP-exported files.

    1) The ffmpeg route, slight modifications to aedipuss' commands:

    ffmpeg -i input.mov -vcodec copy -acodec mp2 -ac 2 -ab 384k -ar 48000 output.mpg
    or
    ffmpeg -i input.mov -vcodec copy output.mpg

    (I don't fully understand why the second one works, except that ffmpeg is pretty clever and it does.)

    In either case you will probably want to do an audio only pass as well and remux it in Vegas, because the audio mapping gets messed up. However without mp2 audio the file is pretty much dead in the water.

    2) The other option is to AMA link into Avid Media Composer -- which is a breeze, but requires both that you have Media Composer and meet it's system requirements. (There is a 30 day free trial -- but READ THE SPECS.)

    update: Premiere Pro CC handles these files just fine, as does After Effects CC.
    Last edited by smrpix; 26th Sep 2013 at 06:58.
    Quote Quote  
  7. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    your ffmpeg commands work better than mine. i forgot you can't have wav audio in hdv. mine only gives you the video.

    if you change your output to .m2t << ffmpeg -i input.mov -vcodec copy output.m2t >> you get the file in a hdv wrapper.
    Last edited by aedipuss; 26th Sep 2013 at 16:10.
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  8. aedipuss, you're right. But I found that neither extension made a fully compliant stream, so I just left it at the more generic mpg. "Fully compliant" in this instance meaning something that would fast import into Avid Media Composer.

    I banged my head on it for hours before AMA-ing in desperation and finding the original mov went in with no fuss. FWIW the only thing I've found that outputs a fully compliant HDV stream is TMPGenc Video mastering works (which of course does not accept the original mov file).
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!