JustinMs66@hotmail.com Posted May 8, 2008 Share Posted May 8, 2008 ffmpeg -y -i "test.wmv" -s 320x240 -ss 8.5 -t 76.5 -f flv -ar 44100 -ab 56k -qscale 6 "test.flv" what i essentially want to do is cut out a section of video. so i set the starting point 8.5 seconds into it with: -ss 8.5 and i set the ending point by setting the duration minus my new starting point minus my desired end time: -t 76.5 now this does successfully work, however at the very end of the movie, the sound is 1 second short. it dosn't go out of sync either. the video is the currect duration, but the sound stops 1 second before it is supposed to. Can anyone help me? Quote Link to comment https://forums.phpfreaks.com/topic/104648-ffmpeg-small-audio-issue/ Share on other sites More sharing options...
dezkit Posted May 8, 2008 Share Posted May 8, 2008 what? this is php? Quote Link to comment https://forums.phpfreaks.com/topic/104648-ffmpeg-small-audio-issue/#findComment-535669 Share on other sites More sharing options...
JustinMs66@hotmail.com Posted May 8, 2008 Author Share Posted May 8, 2008 yes, this is all done within a php script. Quote Link to comment https://forums.phpfreaks.com/topic/104648-ffmpeg-small-audio-issue/#findComment-535677 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.