[FFmpeg-user] [Bulk] Re: Handling uyvy files has changed.

Tim Nicholson nichot20 at yahoo.com
Fri Aug 24 12:18:47 CEST 2012


On 24/08/12 09:04, Carl Eugen Hoyos wrote:
> Tim Nicholson <nichot20 <at> yahoo.com> writes:
> 
>> I used to convert these to something more usable with a 
>> command line of the following:-
>>
>> ffmpeg -pix_fmt uyvy422 -s 1920x1080 -i HD-bars-709.yuv 
>> -c:v copy -vtag 2uvy -y ./HD-bars-709.mov
> 
> (Complete, uncut console output for the working version missing.)
> 

Well since it was the working version I was trying to save space, but if
you insist...
====================================================================
ffmpeg version N-41821-g5d17a51-by_Tim Copyright (c) 2000-2012 the
FFmpeg developers
  built on Jun 22 2012 12:56:13 with gcc 4.6.2
  configuration: --extra-version=by_Tim --enable-static --disable-shared
--enable-gpl --enable-nonfree --enable-version3
--prefix=/mnt/msds-store-0/tim/ffmpeg-tux/usr/local
--libdir=/mnt/msds-store-0/tim/ffmpeg-tux/usr/local/lib64
--samples=../fate-suite/ --enable-runtime-cpudetect
--extra-cflags='-static
-I/mnt/msds-store-0/tim/ffmpeg-tux/usr/local/include'
--extra-ldflags='-static
-L/mnt/msds-store-0/tim/ffmpeg-tux/usr/local/lib64'
--progs-suffix=_Jun-22 --enable-libfaac --enable-libx264
--enable-libfree  libavutil      51. 60.100 / 51. 60.100
  libavcodec     54. 29.100 / 54. 29.100
  libavformat    54. 11.100 / 54. 11.100
  libavdevice    54.  0.100 / 54.  0.100
  libavfilter     2. 82.100 /  2. 82.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
[rawvideo @ 0x1805ae0] Estimating duration from bitrate, this may be
inaccurate
Input #0, rawvideo, from 'HD-bars-709.yuv':



  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422,
1920x1080, 25 tbr, 25 tbn, 25 tbc
Output #0, mov, to './HD-bars-709.mov':
  Metadata:
    encoder         : Lavf54.11.100
    Stream #0:0: Video: rawvideo (raw  / 0x20776172), uyvy422,
1920x1080, q=2-31, 25 tbn, 25 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help

====================================================================


> Shouldn't this be -vtag 2vuy ?
>

Maybe, but my original has always worked and removing the -vtag entirely
makes no difference to the duff version.



-- 
Tim




More information about the ffmpeg-user mailing list