I can play it, but cant edit... I cant import it to coverter programs, after effects, sony vegas...etc Why?
+ Reply to Thread
Results 1 to 8 of 8
-
-
it's HDV but may be in apple format. is it a .mov file?
--
"a lot of people are better dead" - prisoner KSC2-303 -
-
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.m2tLast edited by aedipuss; 25th Sep 2013 at 16:10.
--
"a lot of people are better dead" - prisoner KSC2-303 -
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.
-
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 -
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).
Similar Threads
-
Selectively edit a MPEG file without re-encoding or file size reduction?
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 7Last Post: 3rd Jan 2013, 15:19 -
How do I edit h.264 video file with separate PCM audio file?
By FulciLives in forum EditingReplies: 4Last Post: 3rd Jul 2012, 17:22 -
Edit, add, extract WAVE and edit file tags with new Machete 3.5
By MacheteSoft in forum Latest Video NewsReplies: 0Last Post: 23rd Dec 2009, 10:05 -
I want to edit one VOB file.
By happydog500 in forum Video ConversionReplies: 1Last Post: 21st Jun 2009, 20:36 -
edit .TS file
By kouras in forum Video ConversionReplies: 0Last Post: 18th Feb 2009, 18:42