Hello,
For personal use, I need to record lectures and conferences where the sound mixer is usually off-limit.
Since camcorders that can take an external microphone are a bit expensive for that purpose, I bought a Tascam sound recorder, will buy an entry-level camcorder, and combine the two tracks on a PC. Putting the Tascam in front of a loudspeaker provides good-enough sound.
As a first test, I borrowed a friend's JVC camcorder the other day (Everio GZ-MG330; Saves the file as MOV: MPEG-1/2 Video (MPEG), 720x576, 25 fps + A52 Audio (aka AC3) (a52), Stereo, 48KHz) and also recorded the conference with the Tascam as WAV file:
- AviDemux: No easy way to adjust video and sound (Audio > Filter: Time Shift)
- VirtualDub: Failed opening MOV file even with AviSynth installed
- Sony Vegas: Fails opening the file (bad codec?)
I would appreciate any help with the following:
- How to open the MOV file in Vegas
- If NOK, is there another good, affordable application for Windows that I should try that makes it easy to combine a video track and a sound track?
Thank you.
+ Reply to Thread
Results 1 to 16 of 16
-
Last edited by yetanotherlogin; 22nd Apr 2012 at 17:39.
-
sorry , I missed that it was MPEG2 in MOV . It's not compatible on windows without quicktime mpeg2 component (not free)
MOV: MPEG-1/2 Video (MPEG)
Doesn't your camera come with software?
FFMpeg will work, but I'm trying to thing of easy to use GUI for you
ffmpeg -i input.mov -vcodec copy -acodec copy output.mpg -
Thanks for the help. After running ffmpeg and playing the output MPEG file in VLC, I get no sound and fifty streams.
Here's the ffmpeg output:
C:\ffmpeg 20120421\bin>ffmpeg -i myfile.mov -vcodec copy -acodec copy myfile.mpg
Input #0, avi, from 'myfile.mov':
Duration: 00:00:09.40, start: 0.000000, bitrate: 5379 kb/s
Stream #0:0: Video: mpeg2video (Main) (MPEG / 0x4745504D), yuv420p, 720x576
[SAR 64:45 DAR 16:9], 8400 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, s16, 384 kb
/s
Output #0, mpeg, to 'myfile.mpg':
Metadata:
encoder : Lavf54.3.100
Stream #0:0: Video: mpeg2video (MPEG / 0x4745504D), yuv420p, 720x576 [SAR 64
:45 DAR 16:9], q=2-31, 8400 kb/s, 25 fps, 90k tbn, 25 tbc
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, 384 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame= 109 fps=0.0 q=-1.0 size= 2902kB time=00:00:04.51 bitrate=5268.9kbits/
frame= 204 fps=0.0 q=-1.0 size= 5332kB time=00:00:08.32 bitrate=5250.0kbits/
frame= 231 fps=192 q=-1.0 Lsize= 6086kB time=00:00:09.40 bitrate=5303.9kbits
/s
video:5616kB audio:441kB global headers:0kB muxing overhead 0.481847% -
-
I can't download it from that site. Can you upload it directly here, or use another mirror like sendspace.com or mediafire.com
How do you know avidemux cut it / extracted it properly? Why don't you just re-wrap it in avidemux if it seems to work? (set streams to "copy" and use MPEG-PS or TS) ?
EDIT: nevermind it's downloading now -
I know next to nothing about editing video
The reason I don't use AviDemux is that it's not good enough to sync the video track with an external, WAV file. -
That's ok, you can learn. I meant re-wrap using avidemux so you can use vegas later.
EDIT: avidemux works ok for rewrapping too; tested in media players and vegas
video=>copy
audio=>copy
format=>mpeg-ps
It wasn't cut properly on keyframe at the beginning, so some programs may give you errors
You can re-wrap with ffmbc into program stream , and video & audio are ok in media players and tested ok in vegas too
ffmbc handles many types of video better than ffmpeg . You can download windows binaries here
http://www.mediafire.com/?8xynxe10rxb88
Code:ffmbc -i input.mov -vcodec copy -acodec copy -f vob output.mpeg
Code:for %%a in ("*.mov") do ffmbc -i "%%a" -vcodec copy -acodec copy -f vob "%%~na.mpeg" pause
Last edited by poisondeathray; 22nd Apr 2012 at 11:15.
-
I was working on shorter versions of the original file and might have made a mistake when extracting some part for testing. Do you mean that I might have cut the part at the wrong point (ie. not at the start of a reference keypoint), which would explain why Vegas refused to open the file?
I ran Vegas with the original 3GB file copied from the camcorder (ie. not gone through AviDemux at all), but it still triggers the error: Does it mean the JVC camcorder uses a faulty file format?
I'm a bit lost at what I should do now
Edit: I ran the ffmbc command above on the short sample, and could open the output .mpeg in Vegas successfully
Still, I'm curious to understand what happened. -
Nope, the reason is you're using a PC and you are using a MAC format. Vegas (and most windows programs) cannot open MPEG2 in MOV directly. ( It might be able to with some 3rd party plugins)
MPEG2 in MOV cannot be opened on a PC through standard methods. Only with ffmpeg/mencoder (and avidemux uses libav, the same library ffmpeg/mencoder use)
I ran Vegas with the original 3GB file copied from the camcorder (ie. not gone through AviDemux at all), but it still triggers the error: Does it mean the JVC camcorder uses a faulty file format?
I'm a bit lost at what I should do now -
Thanks. I ran AviDemux with "video=>copy, audio=>copy, format=>mpeg-ps" and could open the .mpeg output in Vegas. Too bad I didn't know about this forum before; It would have saved me a week trying to get this to work.
Next, I'll try to remove the soundtrack from the .mpeg, add the WAV I recorded separately, and see if I can adjust both tracks.
Thanks everyone.
Similar Threads
-
Is there really no application that can ripp/save this video ?
By harry88 in forum Video Streaming DownloadingReplies: 4Last Post: 5th Mar 2012, 12:05 -
Video with L/R tracks to DVD with 2 channel audio tracks
By Downloader in forum Authoring (DVD)Replies: 2Last Post: 22nd Aug 2010, 01:56 -
Archieving HD sound tracks
By Benjy in forum AudioReplies: 8Last Post: 3rd Nov 2009, 10:16 -
Video Browser/Thumbnail Application?
By Martin J. in forum Software PlayingReplies: 2Last Post: 30th Jun 2009, 18:53 -
How to remove sound tracks from a DVD?
By htp367 in forum EditingReplies: 5Last Post: 11th Oct 2007, 21:51