Jump to content

Problems when using ffmpeg in java ProcessBuilder


takeruzw

Recommended Posts

takeruzw

I've got problems while executing a ffmpeg sintaxis in java ProcessBuilder. This is the sintaxis I'm using:

 

D:\FUTBOLMOVISTAR\ffmpeg\bin\ffmpeg.exe -i D:\FUTBOLMOVISTAR\ORIGINAL\RUSIA2018.fecha10.argpar.4-3.arg1par3.mp4 -profile:v baseline -level 3.0 -pix_fmt yuv420p -c:v libx264 -c:a libvo_aacenc -s 480x360 -b:a 64k -b:v  400k -r 29.97 -ar 48k -keyint_min 90 -x264opts "keyint=90:min-keyint=90:no-scenecut" -f stream_segment -segment_list D:\FUTBOLMOVISTAR\TS\arg1par3.mp4_480x360playlist.m3u8 -segment_time 10 D:\FUTBOLMOVISTAR\TS\arg1par3.mp4_480x360_%03d.ts -profile:v baseline -level 3.0 -pix_fmt yuv420p -c:v libx264 -c:a libvo_aacenc -s 640x480 -b:a 64k -b:v  650k -r 29.97 -ar 48k -keyint_min 90 -x264opts "keyint=90:min-keyint=90:no-scenecut" -f stream_segment -segment_list D:\FUTBOLMOVISTAR\TS\arg1par3.mp4_640x480playlist.m3u8 -segment_time 10 D:\FUTBOLMOVISTAR\TS\arg1par3.mp4_640x480_%03d.ts -profile:v main -level 3.1 -pix_fmt yuv420p -c:v libx264 -c:a libvo_aacenc -s 960x720 -b:a 64k -b:v  1M -r 29.97 -ar 48k -keyint_min 90 -x264opts "keyint=90:min-keyint=90:no-scenecut" -f stream_segment -segment_list D:\FUTBOLMOVISTAR\TS\arg1par3.mp4_960x720playlist.m3u8 -segment_time 10 D:\FUTBOLMOVISTAR\TS\arg1par3.mp4_960x720_%03d.ts -profile:v main -level 3.1 -pix_fmt yuv420p -c:v libx264 -c:a libvo_aacenc -s 1280x960 -b:a 64k -b:v  1.5M -r 29.97 -ar 48k -keyint_min 90 -x264opts "keyint=90:min-keyint=90:no-scenecut" -f stream_segment -segment_list D:\FUTBOLMOVISTAR\TS\arg1par3.mp4_1280x960playlist.m3u8 -segment_time 10 D:\FUTBOLMOVISTAR\TS\arg1par3.mp4_1280x960_%03d.ts

 

and the error message is this:

 

D:\FUTBOLMOVISTAR\ORIGINAL\RUSIA2018.fecha10.argpar.4-3.arg1par3.mp4: Permission denied

 

It happens sometimes and I can't find the problem. Does anyone know what I'm doing wrong?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...