Tagged Questions
1
vote
1answer
55 views
How to convert video for viewing on Sony Ericsson C702?
I'd like to convert some of my videos for viewing them on Sony Ericsson C702 cell phone. But I couldn't find the right set of parameters (a/v codecs, container, etc.). I'd prefer a solution using ...
2
votes
0answers
14 views
segment does not contain sync frame
Whenever I split a video using Apple's mediafilesegmenter, using the following command: medifilesegmenter video.ts -t 10. I get the following error for each segment except the first:
segment does not ...
1
vote
0answers
197 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 ...
7
votes
1answer
182 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 ...
4
votes
3answers
4k views
How can I use FFmpeg to lower the quality of H264 video but keep it in H264 format?
I'm a complete noob to video editing, so forgive me if I ask for something ridiculous.
I'm getting video clips from a set top recorder box. The clips are AVI files:
Resolution: 1920 x 1080
Frames ...