View Single Post
Old 26th April 2007, 08:18   #4  |  Link
Placio74
VideoAudio
 
Placio74's Avatar
 
Join Date: Feb 2007
Location: Poland
Posts: 219
MPEG StreamClip

---

FFmpeg

Simple example:
Code:
ffmpeg.exe -i name.avi -f mov -vcodec h264 -sameq -acodec aac name.mov
---

Change container with FFmpeg - MP4>MOV

Code:
ffmpeg.exe -i name.mp4 -vcodec copy -acodec copy name.mov
Attached Images
 
Placio74 is offline   Reply With Quote