Tagged Questions
3
votes
3answers
61 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 ...
1
vote
0answers
199 views
ffmpeg - convert video to iDevice format, replace sound with normalized WAV file, while maintaining the original video quality?
I'm using this command line to extract the audio
$ffmpeg -i video.mkv -c:a pcm_s16le audio.wav
this is its output
ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers
built on Oct 1 ...
1
vote
1answer
628 views
What ffmpeg/avconv format and container will Adobe Premiere Pro accept, out-of-box?
All of these converted, but Premiere Pro only loads the audio. I use Ctrl-I to import the videos, and they come up as waveforms, and can only be placed on audio tracks.
These examples use avconv, ...
7
votes
1answer
189 views
Batch resize videos with “pan and scan” cropping
I am trying to prepare a collection of ~120 video clips to be played in VLC Player and projected on a low-res (1024x768) projector during a DIY electronic music event. The source clips are all super ...
5
votes
1answer
124 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 ...
4
votes
1answer
3k views
How can I crop a video with ffmpeg?
I have an MP4 file of a screen recording that I need to crop down. How can I accomplish this without using expensive tools like Adobe Premier or Final Cut? I prefer ffmpeg because I have used it ...
1
vote
2answers
2k views
How do I recover truncated AVI/DV video?
Short version: I believe I have truncated but otherwise valid AVI/DV files that won't play in any player I've tried (Adobe Premiere, MPC HC, VLC). I assume the stream data is intact but truncated, and ...
0
votes
1answer
281 views
Corrupt video when playing through JW Player
I have some files that when played in jwplayer the playback is corrupt.
The files are encoded to h.264 using FFMpeg and there is other files encoded in the same way that works.
At the moment we only ...