split video and keep it running [closed] - expression-blend

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
any one can give me a hind how to split video (and can be played in separeat parts) ,by split here I mean to split it to 4 parts for example and each part can be running (paying)

You could try using ffmpeg with the -ss option to seek to a point in the video and then use -vframes or -t to extract a specific number of frames or seconds, respectively.
See http://ffmpeg.org/ffmpeg-doc.html

Related

Using ffmpeg how can I convert dv pal format to mp4 without interlacing issues? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have imported PAL DV. When trying this
ffmpeg -i my_video.dv output.mp4
I get interlacing issues.. So I need to deinterlace the input somehow...
This did the trick!
ffmpeg -i my_video.dv -vf yadif output.mp4

How to print onto screen entire file? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How to print onto screen (echo) entire file (all file contents) from given system path on Windows and on Linux?
Use cat in Unix and type in windows.

Difference between Concatenation and Append [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
What is the basic and essential difference between Concatenate and Append
"Concatenate" joins two specific items together, whereas "append" adds what you specify to whatever may already be there.
When use Concat or append on two strings they both may give you same result when you output them
but the
main difference is on using concatenation new string object is created where as its not the same in case of StrinBuffer APPEND()

File not being sent to Pen drive [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a 32Gb Pen Drive with me.
When i Try to send a file greater than 4GB it displays a message that the file is too large for the destination. Why does it displays this message?
How can i solve this problem?
Reformat it as NTFS instead of FAT.
And check out the other sites of "stackexchange", where such non-programming (!) questions are appropriate.

ffmpeg command to convert jpg and mp3 to a video [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to convert a song and jpg file into a mpg video. What is the exact command for that.
I tried this one Add an image to mp3, and convert it to a video file using ffmpeg, but couldnt understand what is loop input and things.
Help will be appreciated.
Parminder

Resources