Newest 'ffmpeg' Questions - Stack Overflow
Les articles publiés sur le site
-
I am trying to recode my m4v video files with DRM to regular mp4 so I can play on Android [closed]
5 novembre 2012, par user1708282I have several video files from itunes that are .m4v with normal Apple DRM.
As my PC (Windows Vista) is authorised to play the video I can play them either through itunes or with VLC
I know it is possible to do this with commercial software, most of which seems to play the video (on an authorised computer) and then re-encode the output stream. This is the approach I would like to take.
My problem is that I can't get ffmpeg or Mencoder to play the DRM file... but surely it must be possible if VLC can play the file???
The goal is to ultimately play the new file on an Android device, but the re-coding will be done (I assume) on a PC.
-
H.264 de-blocking filtering with FFmpeg libraries [closed]
5 novembre 2012, par Davit VardanyanI have a problem with filtering h.264 video. If you have a code for de-blocking filtering or is a link on this topic please help.
-
FFMPEG command not running in script
5 novembre 2012, par vivI have created a shell script to convert video, the command is working properly inside the shell script if the file to be converted is in the current directory, whereas if the file is inside directory then i am getting error. When I echoed the command inside script and ran it manually then it's running properly.
Below is the command :
ffmpeg -i $1 -strict experimental -vcodec libx264 -vf "scale=-1:$video_height" -y $tmp_file 2>&1
Any ideas ?
-
How to set Avconv constant bitrate to output flv file ?
5 novembre 2012, par ispasovI am trying to encode a flv file which has bitrate 512k. I have created the folowing command:
avconv -i input_file.mpg -f flv -c:v flv -b:v 512k -c:a libmp3lame -b:a 64k -ar 44100 -s 400x300 ouput_file.flv
During the encodding the terminal shows higher bitrate - from 650k falling to 580k. After the file has finnished encodding I can't see in it's properties the bitrate - it is N/A.
I have tried -minrate and -maxrate options but no result also.
Can someone help me with that?
-
ffmpeg udp broadcast on android fails with 'av_interleaved_write_frame() : Permission denied'
5 novembre 2012, par jacobI am trying to stream udp broadcast on android 4.1.2, with ffmpeg but getting permission denied ( av_interleaved_write_frame(): Permission denied). any idea why ?
I am able to broadcast from this tablet from my java apk. I am also able to stream udp unicast from ffmpeg on this tablet.
Any idea why only from ffmpeg broadcasting doesn't work ?
This is my ffmpeg command: ffmpeg -threads 5 -an -y -r 1 -f image2pipe -vcodec png -i /sdcard/tempfifo -r 25 -f mpegts udp://192.168.1.255:1235