Trying to convert an {format/codec} avi/rawvideo file to mp4/rawvideo. Get
the following. Is there an option or tag needed to do rawvideo in an MP4
container? It seems strange that rawvideo would be completely absent.
(I've also tried to do it directly using the api, and get a divide-by-zero
crash in frac_add().)
$ avconv -y -i ./SOAP_Movie.avi -c:v copy ./SOAP_Movie.mp4
avconv version 0.8, Copyright (c) 2000-2012 the Libav developers
built on Aug 16 2012 10:39:03 with gcc 4.1.2 (GCC) 20080704 (Red Hat
4.1.2-52)
Input #0, avi, from './SOAP_Movie.avi':
Metadata:
encoder : Lavf54.3.1
Duration: 00:00:31.60, start: 0.000000, bitrate: 7817 kb/s
Stream #0.0: Video: rawvideo, yuv420p, 592x110, 10 fps, 10 tbr, 10 tbn
[mp4 @ 0x9cac240] track 0: could not find tag, codec not currently
supported in container
Output #0, mp4, to './SOAP_Movie.mp4':
Metadata:
encoder : Lavf54.13.3
Stream #0.0: Video: rawvideo, yuv420p, 592x110, q=2-31, 90k tbn, 10 tbc
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Could not write header for output file #0 (incorrect codec parameters ?):
Operation not permitted
_______________________________________________
libav-tools mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-tools