View Single Post
  #19  
Old 05-31-2014, 02:57 AM
shantiq shantiq is offline
shan
 
Join Date: Jan 2012
Posts: 33
shantiq is on a distinguished road
Default

Re: -c option


Quote:
Originally Posted by bat999 View Post
With some FFmpeg/avconv versions, probably need to change
Code:
-c copy
to
Code:
-vcodec copy -acodec copy

well Bat I must have a really dicky version of ffmpeg because it gives a half second mux with -vcodec copy -acodec copy leaving me with only the audio in the outcoming file


I had tried the -c option before I did my reencode because I had had no joy that route

maybe I need a different ffmpeg .... will update my current one and try again

Quote:
time ffmpeg -i "Daughter - 'Still' (Live @ Air Studios)-Pmv3oRVhHlg".mp4 -i "Daughter - 'Still' (Live @ Air Studios)-Pmv3oRVhHlg".m4a -vcodec copy -acodec copy Still_1980p-192k.mp4
ffmpeg version 0.8.10-6:0.8.10-0ubuntu0.13.10.1, Copyright (c) 2000-2013 the Libav developers
built on Feb 6 2014 20:53:28 with gcc 4.8.1

*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Daughter - 'Still' (Live @ Air Studios)-Pmv3oRVhHlg.mp4':
Metadata:
major_brand : dash
minor_version : 0
compatible_brands: iso6avc1mp41
creation_time : 2014-05-14 17:54:53
Duration: 00:07:23.36, start: 221.681000, bitrate: 991 kb/s
Stream #0.0(und): Video: h264 (High), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 25 tbr, 90k tbn, 50 tbc
Metadata:
creation_time : 2014-05-14 17:54:53
Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'Daughter - 'Still' (Live @ Air Studios)-Pmv3oRVhHlg.m4a':
Metadata:
major_brand : M4A
minor_version : 512
compatible_brands: isomiso2
creation_time : 2014-05-14 17:28:03
encoder : Lavf53.21.1
Duration: 00:03:41.72, start: 0.000000, bitrate: 202 kb/s
Stream #1.0(und): Audio: aac, 44100 Hz, stereo, s16, 199 kb/s
Metadata:
creation_time : 2014-05-14 17:28:03
Output #0, mp4, to 'Still_1980p-192k.mp4':
Metadata:
major_brand : dash
minor_version : 0
compatible_brands: iso6avc1mp41
creation_time : 2014-05-14 17:54:53
encoder : Lavf53.21.1
Stream #0.0(und): Video: libx264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-31, 25 tbn, 25 tbc
Metadata:
creation_time : 2014-05-14 17:54:53
Stream #0.1(und): Audio: libvo_aacenc, 44100 Hz, stereo, 199 kb/s
Metadata:
creation_time : 2014-05-14 17:28:03
Stream mapping:
Stream #0.0 -> #0.0
Stream #1.0 -> #0.1
Press ctrl-c to stop encoding
frame= 0 fps= 0 q=-1.0 Lsize= 5489kB time=221.73 bitrate= 202.8kbits/s
video:0kB audio:5413kB global headers:0kB muxing overhead 1.391258%

real 0m0.572s
user 0m0.269s
sys 0m0.220s
shantiq@shantiq-00000000000000000000000:~/Videos/mux$

Last edited by shantiq : 05-31-2014 at 03:39 AM.
Reply With Quote