Hello
Using my Sony camcorder, I shot a 2h video that's a bit too dark. Here are the codecs used by the camcorder:
I enabled the ad hoc filter in VirtualDub, and then, to reduce the filesize from its original 9GB to something below 500MB for viewing over the Net, I chose Xvid for video, and different audio codecs ("AC3 ACM Codec 192kbps 48KHz 5.1", "AC3 ACM Extensible 192kbps 48KHz 5.1", and "MP3 (56k 24KHz Stereo)", but they all trigger this error:Code:Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1[0x80]: Audio: ac3, 48000 Hz, 5.1(side), s16, 448 kb/s
Which video codec and audio codec would you recommend I use in VirtualDub to get a < 500MB video, eg. 300x200 video with good sound?Error initializing audio stream compression: The audio codec cannot compress the source audio to the desired format. Check that the sampling rate and number of channels in the source is compatible with the selected compressed audio format.
Thank you.
+ Reply to Thread
Results 1 to 11 of 11
-
-
I don't know a lot about camcorder codecs in general, but I'd suggest that the video codec chosen has much, much less to do with being able to compress the file than you seem to think.
-
Thanks for the info. Still, I have to choose codecs. Which should I choose?
What other options should I try to get the filesize to about 500MB? -
1st I would not recommend to use Virtual Dub for this (iirc it one can use external encoders with Virtual Dub but I think it's too much of a hassle)
2nd I would go for aac audio (downmix to stereo and use qaac) and H.264 video (x264 encoder)
3rd I would use mp4 as container -
Thanks. What other Windows application would you recommend for this?
-
Personally I would use my own application, but it's not aimed at newbies, so might not be too intuitive, but most Video Encoding Tools should be able to do the job to:
1. resize Video
2. change brightness/gamma of the video
3. convert ac3->aac
A lot of folks who are used to Virtual Dub seem to like AviDemux.
Cu Selur -
If you want to try Hybrid (the tool I normally use and write), the steps you would need to do in it would be:
- Start Hybrid
- Load Source (Main->Input File)
- select x264->Main->General Settings->Target size and enter the target size you want (alternatively set Encoding Mode to 'constant rate factor (1-pass)'), if you know your way around x264 there are a lot of option to tweak
- set Main->Primary Input selection->Audio handling to 'custom'
- enable Audio->Main->Reencode audio stream
- configure Audio->Main->Audio Encoding Options the way you want e.g. using Qaac and a bitrate of 128
- select Audio->Main->Filtering
- set Audio->Main->Audio Filtering->Downmix to one of the stereo modes e.g. 'to stereo'
- press the '+'-button on the right side to add the current audio configuration to the audio queue
- enable Crop/Resize->Enable Resizing
- set Crop/Resize->Picture Resize->Target resolution to whatever you want e.g. 500
- change the brigthness/gamma, by enabling: Filtering->Denoise/Sharpen/..->Picture Settings->Color Adjustments
(enable 'Filter view' and press 'Filter View' to compare the results or don't enable 'Filter view' and just preview the changes) - set the output Main->Output file to something with a .mp4 ending
- press 'Main->Add to Queue'
- press 'Main->Start Queue'
btw. depending on the content of you video, lowering the resolution so much might not be necessary to get decent quality
Cu Selur
Similar Threads
-
Video from a dark basement... any way to brighten??
By liltroysgrl in forum EditingReplies: 16Last Post: 10th Jun 2010, 22:20 -
Need to reduce video size to less than 195MB
By EMK5810 in forum Newbie / General discussionsReplies: 4Last Post: 11th Aug 2009, 01:22 -
Reduce size of video
By von_25 in forum Newbie / General discussionsReplies: 2Last Post: 27th Sep 2008, 07:25 -
Reduce brightness from Dark background(Video)
By riomarble in forum Newbie / General discussionsReplies: 10Last Post: 6th Jul 2008, 01:18 -
Digicam-clip way too dark - need to brighten it up.... how?
By Thanh-BKK in forum EditingReplies: 7Last Post: 29th Feb 2008, 17:21