[FFmpeg-user] uncompressed avi
Rick C.
rickcorteza at gmail.com
Sat Oct 29 03:53:13 CEST 2011
On Oct 28, 2011, at 10:56 PM, Tim Nicholson wrote:
> On 27/10/11 02:28, Rick C. wrote:
>>
>> On Oct 24, 2011, at 2:51 PM, Tim Nicholson wrote:
>>
>>> On 23/10/11 04:00, Rick C. wrote:
>>>> Hello,
>>>>
>>>> What command line would I use to create an uncompressed avi because I can't figure it out? Thank you for the help
>>>
>>>
>>> Well one option is:-
>>>
>>> ffmpeg -i "$in_file" -vcodec rawvideo -pix_fmt uyvy422 -vtag 2vuy -acodec $audio-codec "$out_file"
>>>
>>>
>>> --
>>> Tim
>>>
>>
>>
>> If you don't mind I have uploaded a sample video of what I'm trying to achieve:
>>
>> http://www.datafilehost.com/download-f93b8a5c.html
>>
>> These are the settings I can't figure out?
>
> Well try replacing -pix_fmt and -vtag fields with bgra (ffmpeg -pix_formats shows you the options)
>
I will try that thanks!
More information about the ffmpeg-user
mailing list