The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
52 views

ffmpeg: how to losslessly encode many jpg images to a video?

I have a large set of jpgs that I want to convert to a video losslessly (or, at the very least, very close to losslessly as long as the encoding time isn't much higher than otherwise). Naively, I ...
4
votes
3answers
57 views

Recommended Encoding for VHS to Digital to be Followed by Post Processing

I have VHS tapes that I want to digitize. I started this using something like Pinnacle's Dazzle. I notice that the only encoding options were for compressed video, which could lead to quality ...
2
votes
1answer
51 views

How to maximize volume and sound quality of a YouTube video

We're trying to produce highest-possible quality (short, promotional, sound intensive) videos for YouTube, and want to achieve fullest possible sound. There's a huge range of sound volume/quality ...
3
votes
2answers
40 views

Is it possible to encode video using the same codec and container but different parameters for different scenes?

I know that it's very hard to find out best encoding parameters for a whole video file. Wouldn't it be easier to just go through the video and find out the best parameters for different parts (or ...
0
votes
2answers
37 views

Good Intermediate Format for Combining Videos

I have a bunch of PNG files in separate directories that I'll turn into videos with FFMPEG. Say each clip will be a minute long. I then want to stitch those together into a final video. The final ...
2
votes
2answers
132 views

Adobe After Effects MP4 Export Issue

I'm trying to export a composition from Adobe After Effects. My Comp is 1280x720, and ideally I'd export with an mp4 container, and h264 video codec. Problem is, After Effects is giving me a PAR ...
1
vote
1answer
31 views

Configure file naming & presents in Adobe Media Encoder

I'm running the latest version of Premiere Pro & Encoder (CS6). Encoder has a watch folder capability to automatically encode files, but it defaults to Flash output with a specific preset & ...
0
votes
0answers
36 views

Which H264 Baseline does iMX6 VPU conform?

From its datasheet, here are the specs of Freescale H264 encoder: • 1/4-pel accuracy motion estimation with programmable search range up to [+/-128, +/-64] • Search range is reconfigurable by SW • ...
1
vote
2answers
57 views

How could an 8-bit encoding take more memory than a 10-bit encoding?

I'll start off by saying that I know next to nothing about video encoding and I'm looking for a nice tutorial explaining the basics (I have a technical background and some knowledge of signal ...
5
votes
1answer
122 views

How do I speedup encoding of a video that has just 1 static frame with ffmpeg and lib264 library?

I'm making mp4 (libx264 + aac) videos that have just one static image throughout the whole video. It's basically a narrated text with a nice background. The question I've is how could I speed up ...